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