- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 0749fc2 Implemented Local Server COM. Implemented the Typelib based Marshaler. by Marcus Meissner · 23 years ago
- 4062cd9 Do not destroy ITypeLib held by ITypeInfo before the latter is freed. by Malte Starostik · 23 years ago
- eb16e1b Weird thing with lcid of library is that if sublang is neutral then we by Huw D M Davies · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- de46c22 The \\<nr> magic in LoadTypeLibEx found directories, which was not by Marcus Meissner · 23 years ago
- 0649727 Fixed GetDocumentation a little. When called from RegisterTypeLib it by Bill Medland · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- c10d17d Fixes stupid bug with typelib filenames. by Huw D M Davies · 23 years ago
- 27e1797 Fixed bugs with propget methods with input arguments. by Ove Kaaven · 23 years ago
- 141039a Move the RT_XXX macros to winuser.h. by Francois Gouget · 23 years ago
- e2a9e49 Remove some unnecessary AddRef's. by Huw D M Davies · 24 years ago
- f26d252 The DISPPARAMS parameter array is a reverse-order array. by Ove Kaaven · 24 years ago
- 77f8e5f ITypeInfo::Invoke should also search inherited interfaces for the by Ove Kaaven · 24 years ago
- e35f4ee Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke. by Ove Kaaven · 24 years ago
- 58aa0a1 Looks like the SLTG_ImplInfo struct isn't a fixed size. by Huw D M Davies · 24 years ago
- 04f90ca Long nameless args in SLTG apparently get denoted by 0xfffe. by Huw D M Davies · 24 years ago
- 899861d Better handling of typelibs loaded with a trailing resource number. by Huw D M Davies · 24 years ago
- eebbeef Register typelib marshaling for OLE Automation-compatible interfaces. by Ove Kaaven · 24 years ago
- 3db218a Load some useful TYPEATTR elements from v1 typelibs. by Huw D M Davies · 24 years ago
- 0d969c7 Add reader for v1 (SLTG) typelibs. by Huw D M Davies · 24 years ago
- 9947b68 Add the decVal field to VARIANT. by Francois Gouget · 24 years ago
- f7c69ed First (partial) implementation of ITypeInfo::Invoke. by Marcus Meissner · 24 years ago
- b91c3ca Implemented RegisterTypeLib. by Malte Starostik · 24 years ago
- 4b15745 - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- b6474ae The for loop in ITypeLib2_fnFindName was wrong (extra ';'). by Andreas Mohr · 24 years ago
- 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- 11ed840 - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB. by Francois Jacques · 24 years ago
- 53d198c Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib, by Gerard Patel · 24 years ago
- f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- cb45438 - added winver settings nt2k, win30 and win20 (yes, some rare programs need this) by Andreas Mohr · 24 years ago
- 7163957 - support for arguments with referenced types by Francois Jacques · 24 years ago
- e218642 Updated the load process so that all typelibs (and not just the first by Francois Jacques · 24 years ago
- d1082dc Updated typelib loader. Typelib contents can be stored as multibyte by Francois Jacques · 24 years ago
- 9046658 Fixed some prototypes. by Francois Gouget · 25 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- 9005713 Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0. by Gerard Patel · 25 years ago
- 133d707 - removed unnecessary recursion by Francois Jacques · 25 years ago
- d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
- 044d251 - Avoid null-pointer exceptions by testing listnodes validity before doing by James Hatheway · 25 years ago
- 691171b Small dll interfaces cleanups. by Alexandre Julliard · 25 years ago
- e5c1b9d Added CreateTypeLib,LHashValOfNameSys stubs. by Marcus Meissner · 25 years ago
- e3b8640 - better loading of *.tlb files by Juergen Schmied · 25 years ago
- 2cbda2e Stub implementation of LHashValOfNameSysA. by Huw D M Davies · 25 years ago
- cd136c1 Fix typo in ITypeLib::IsName. by Huw D M Davies · 25 years ago
- 07b143e - removed hack to find the right resource by Juergen Schmied · 25 years ago
- 9179103 Cleaned up a few inter-dll dependencies. by Alexandre Julliard · 25 years ago
- 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
- d65198c Changed the loading of typelib files to use a memory mapping instead by Alexandre Julliard · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- f82a723 The COM virtual tables must use the by Francois Gouget · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- ffdd171 - the OLE version returned was too low by Andreas Mohr · 25 years ago
- 6e74ec0 Use the COM macros rather than directly accessing the lpvtbl field. by Francois Gouget · 25 years ago
- 260cd4e First implementation of LoadTypeLibEx(). by Rein Klazes · 26 years ago
- 8276f69 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
- 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago[Renamed from ole/typelib.c]
- b101a5c Fixed typelib reading to correctly use the offset of the typelib that by Rein Klazes · 26 years ago
- 4405f3c Removed unnecessary includes from ole related files. by Michael Veksler · 26 years ago
- 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 6230a87 Check for complete lcid or just the primary language id in the by Marcus Meissner · 26 years ago
- 13a30ba Thou shalt not use C++ comments. by Eric Pouech · 26 years ago
- 9823104 Fixed a problem with the LoadTypeLib method. by Francis Beaudet · 26 years ago
- c137ba6 Fixed TLB_Read (can easily get count!=bytesread at the end of the file). by Marcus Meissner · 26 years ago
- 713462d Read/load type libraries. Implementation of ITypeLib, ITYpeInfo, by Rein Klazes · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
- eb5a29b Implemented the OleCreateFontIndirect method and the associated COM by Francis Beaudet · 26 years ago
- 4f85ca4 Make LoadTypeLib stub return failure instead of success. by Francis Beaudet · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- 69f2ea6 Fixed tons of incomplete prototypes, assignment's of pointer with by Juergen Schmied · 26 years ago
- 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
- b00cbea Added implementation of the VARIANT APIs. by Jean-Claude Cote · 26 years ago
- 29bbe12 Enhanced OABuildVersion() to return different version values for by Andreas Mohr · 26 years ago
- b05264f Documentation corrections/standardizations. by Matthew Becker · 26 years ago
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
- 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
- c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315