1. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  2. 806cdce OLE: Update the type of the oVft parameter for DispCallFunc. by Robert Shearman · 19 years ago
  3. 05b2c1c Remove multiple declarations of the same function, keeping the public by Vincent Béron · 20 years ago
  4. 87b0906 Assorted spelling fixes. by Francois Gouget · 20 years ago
  5. 4932f56 Correct return type of SysStringLen() and SysStringByteLen(). by Martin Fuchs · 21 years ago
  6. 84540b4 Assorted spelling fixes. by Francois Gouget · 21 years ago
  7. 2f558b5 Add some missing prototypes/defines. OaBuildVersion() returns a ULONG, not UINT. by Jon Griffiths · 21 years ago
  8. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  9. e4ce323 Removed no longer needed include protections. by Alexandre Julliard · 22 years ago
  10. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  11. 58422dc Add a bunch of missing stuff. by Jon Griffiths · 22 years ago
  12. 008f4ce Moved a couple of definitions from include/wine/obj_oleaut.h to by Ove Kaaven · 22 years ago
  13. 8ff278d Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}. by Marcus Meissner · 22 years ago
  14. e42b3ee Added missing GetActiveObject declaration. by Dimitrie O. Paun · 22 years ago
  15. 1f5315c Make sure that no files except unknwn.h include wine/obj_base.h directly. by Ove Kaaven · 22 years ago
  16. 421660e Fixed V_DECIMAL macro to reflect where the decVal member is actually stored. by Gregg Mattinson · 23 years ago
  17. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  18. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  19. 395e8ba MSVC compile fixes. by Patrik Stridvall · 23 years ago
  20. 9947b68 Add the decVal field to VARIANT. by Francois Gouget · 24 years ago
  21. 42c8036 Removed struct UDATE forward declaration. by Nikolas Zimmermann · 24 years ago
  22. 4736cc8 Implemented VarParseNumFromStr, VarNumFromParseNum. by Marcus Meissner · 24 years ago
  23. 3e3e230 - implemented SystemTimetoVariantTime/VariantTimetoSystemTime by Daniel Walker · 24 years ago
  24. 9fcefdd Fix the VarXxxFromCy conversions. by Francois Gouget · 24 years ago
  25. d46cc43 Added support for the DECIMAL type. by Francois Gouget · 24 years ago
  26. 935677a Implement LHashValOfNameSysA for 4 LCIDs, fix prototype. by Jon Griffiths · 24 years ago
  27. a57eb65 Changed VarCyFromI1 to take a signed char. by Josh DuBois · 24 years ago
  28. adb4639 Removed duplicate defines. by Andreas Mohr · 24 years ago
  29. e3527cc Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}. by Marcus Meissner · 24 years ago
  30. 0062892 Added/fixed missing extern "C". by Francois Gouget · 24 years ago
  31. 529779c Fixed the signature of SysAllocStringByteLen. by Francois Gouget · 24 years ago
  32. 5853bd3 Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs. by Francois Gouget · 24 years ago
  33. 9e23b50 Added some missing 'SysAllocString' prototypes. by Francois Gouget · 25 years ago
  34. afddcfd Added various type and macro definitions that are needed to compile by Francois Gouget · 25 years ago
  35. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  36. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  37. 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
  38. ec85c6b Implemented the ErrorInfo interfaces. by Juergen Schmied · 25 years ago
  39. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  40. 952c1e4 Add DosDateTimeToVariantTime prototype. by Huw D M Davies · 25 years ago
  41. a9855b5 Added stubs for {Create,Get,Set}ErrorInfo. by Patrik Stridvall · 25 years ago
  42. 260cd4e First implementation of LoadTypeLibEx(). by Rein Klazes · 26 years ago
  43. 4405f3c Removed unnecessary includes from ole related files. by Michael Veksler · 26 years ago
  44. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  45. f80b2ab Authors: Paul Quinn <paulq@corel.ca>, Aaron Barnes <aaronb@corel.ca>, Adrian Thurston <adriant@corel.ca> by Alexandre Julliard · 26 years ago
  46. 89b21b4 Many new defines, and structs to help compile MFC. As well as a few by Paul Quinn · 26 years ago
  47. dfc0f5e Fixes in the SysAllocString functions prototypes. It's mostly 'const' by Francois Gouget · 26 years ago
  48. ea1640f Added a lot of new OLE interfaces. by Paul Quinn · 26 years ago
  49. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  50. 975feaf Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK. by Adrian Thurston · 26 years ago
  51. eb5a29b Implemented the OleCreateFontIndirect method and the associated COM by Francis Beaudet · 26 years ago
  52. 87e385f Moved some definitions to their proper include file. by Francois Gouget · 26 years ago
  53. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  54. 4fcd6d0 Implementation of the SafeArray family functions. by Sylvain St.Germain · 26 years ago
  55. 69f2ea6 Fixed tons of incomplete prototypes, assignment's of pointer with by Juergen Schmied · 26 years ago
  56. bc93bc8 Most of the currency variant conversion functions implemented. by Justin Bradford · 26 years ago
  57. e00d7d9 294 missing WINAPI added. by Marcus Meissner · 26 years ago
  58. b00cbea Added implementation of the VARIANT APIs. by Jean-Claude Cote · 26 years ago
  59. f1779ed Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen() by Francis Beaudet · 26 years ago
  60. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  61. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  62. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503