1. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  2. 89b21b4 Many new defines, and structs to help compile MFC. As well as a few by Paul Quinn · 26 years ago
  3. a3b7a40 - IShellFolder and IEnumIDList are using the new COM headers by Juergen Schmied · 26 years ago
  4. dfc0f5e Fixes in the SysAllocString functions prototypes. It's mostly 'const' by Francois Gouget · 26 years ago
  5. d58f61c Implemented the IPersistStream interface on the OLE font object. by Francis Beaudet · 26 years ago
  6. cbb9549 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip, by Pavel Roskin · 26 years ago
  7. 25ec82c StgCreateDocfile accepts NULL as a file name. by Thuy Nguyen · 26 years ago
  8. 454ed9f Improved performance. by Thuy Nguyen · 26 years ago
  9. 986de4b Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions. by Stephane Lussier · 26 years ago
  10. ea1640f Added a lot of new OLE interfaces. by Paul Quinn · 26 years ago
  11. 91d72b9 Added support for Russian language. by Alexander Kanavin · 26 years ago
  12. 9484481 Fixed a reference-counting problem in the external lock mechanism. by Francis Beaudet · 26 years ago
  13. 66e3a85 Fixed index calculations of the upper and lower bounds of a safearray. by Francis Beaudet · 26 years ago
  14. e4828b6 Implementation of the ReleaseStgMedium method. by Francis Beaudet · 26 years ago
  15. 0445eb8 Smarter way of searching for a free block. by Thuy Nguyen · 26 years ago
  16. de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
  17. 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
  18. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  19. c2bae1c Now compliant to the Dutch standards. by Klaas van Gend · 26 years ago
  20. bc5477f Implemented support for arrays and safe arrays in VARIANT data by Francis Beaudet · 26 years ago
  21. 07478c2 Implemented the CoTaskMemRealloc API. Also clean-up around that API call. by Francis Beaudet · 26 years ago
  22. b67b8e7 Added a missing Release. STGM_CREATE should translate to CREATE_ALWAYS. by Thuy Nguyen · 26 years ago
  23. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  24. 40d9d3d Many interface declarations that originated from oleidl.h, oaidl.h and by Paul Quinn · 26 years ago
  25. 249d14b Fixed warning and compilation errors. by Michael Veksler · 26 years ago
  26. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  27. 582cf8f Fixed a bug. by Thuy Nguyen · 26 years ago
  28. 6d2e173 Added support for larger files. by Thuy Nguyen · 26 years ago
  29. b0191cc Fix COM_ExternalLockFreeList to do not fail with an empty list. by Sylvain St.Germain · 26 years ago
  30. a7f8785 Added missing WINAPIs. by Marcus Meissner · 26 years ago
  31. eb5a29b Implemented the OleCreateFontIndirect method and the associated COM by Francis Beaudet · 26 years ago
  32. 1921ef2 Added some new stubs for the OLE menu descriptor methods. by Francis Beaudet · 26 years ago
  33. 3426d85 - made the security functions consistent. advapi calls down to ntdll now by Juergen Schmied · 26 years ago
  34. 0254646 Small fixes. by Francois Gouget · 26 years ago
  35. 7935aef Fixed bug with read-only files. by Thuy Nguyen · 26 years ago
  36. b0c6129 Modified so that they do not use the VTABLE_FUNC macros that performed by Francois Gouget · 26 years ago
  37. d04d2f1 Updated to use the latest COM macros. Defined more interfaces and API functions. by Francois Gouget · 26 years ago
  38. 87e385f Moved some definitions to their proper include file. by Francois Gouget · 26 years ago
  39. 452db3f Changed ICOM_THIS definition. by Francois Gouget · 26 years ago
  40. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  41. 4a1dbaf Implementation of ConvertDefaultLocale32. by Juergen Schmied · 26 years ago
  42. b4c726e All guid 'REFxxx' types already have a 'const' inside them. by Francois Gouget · 26 years ago
  43. 251c9df - Fixed a small block depot bug. by Thuy Nguyen · 26 years ago
  44. 3f7ad7a Implemented the OLE Drag and Drop target registration mechanism and by Francis Beaudet · 26 years ago
  45. 42d1255 Implementation of a simple linked list (static) that stores and counts by Sylvain St.Germain · 26 years ago
  46. 4a8639c Added support for the Dutch language. by Klaas van Gend · 26 years ago
  47. 20570b1 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other by Francois Gouget · 26 years ago
  48. 93217c6 Better set of macros for defining the COM interfaces. by Francois Gouget · 26 years ago
  49. f935c59 Added missing includes to avoid warnings/errors. by Michael Veksler · 26 years ago
  50. c80f324 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI problems). by Marcus Meissner · 26 years ago
  51. 0b64c85 Added missing ULONG to static const OFFSET_xx. by Marcus Meissner · 26 years ago
  52. a94d649 Replaced references to interfaces.h by wine/obj_xxx.h headers instead by Francois Gouget · 26 years ago
  53. 6563cc8 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and by Jan D · 26 years ago
  54. 2e4e8c6 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and by Pascal Cuoq · 26 years ago
  55. f56d029 Implemented the startup-shutdown mechanism for the COM subsystem. by Francis Beaudet · 26 years ago
  56. d92b947 Added an implementation of the OLE structured storage. The main by Francis Beaudet · 26 years ago
  57. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  58. 3fb3da2 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx classes. by Noomen Hamza · 26 years ago
  59. 4fcd6d0 Implementation of the SafeArray family functions. by Sylvain St.Germain · 26 years ago
  60. f7e185d Fixed FIXME in EnumTimeFormats32W by Guy Albertelli · 26 years ago
  61. 7b33e2b Moved the instance creation of GUID's to a new file. by Juergen Schmied · 26 years ago
  62. 18aacf1 DoDragDrop and OleIsCurrentClipboard stub implementation. by Sylvain St.Germain · 26 years ago
  63. 4f85ca4 Make LoadTypeLib stub return failure instead of success. by Francis Beaudet · 26 years ago
  64. af88f57 LCMapStringA: if dstlen is insufficient, return by Marcus Meissner · 26 years ago
  65. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  66. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  67. ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
  68. ae3921d Another // comment fixed. by Marcus Meissner · 26 years ago
  69. 69f2ea6 Fixed tons of incomplete prototypes, assignment's of pointer with by Juergen Schmied · 26 years ago
  70. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  71. 9c7c8a4 Added VarDateFromStr API. by Jean-Claude Cote · 26 years ago
  72. 12af849 IStorage32 vtable was missing 3 stub entries. by Marcus Meissner · 26 years ago
  73. d604eb1 First step to make it possible to call COM interfaces from C++ code in Winelib. by François Gouget · 26 years ago
  74. 7f57325 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers). by Todd Vierling · 26 years ago
  75. ae8b10b Check for MAXFLOAT if FLT_MAX isn't there. by Marcus Meissner · 26 years ago
  76. 73a6b2f Hack OLE_GetFormat* to return something if datelen = 0. by Huw D M Davies · 26 years ago
  77. bc93bc8 Most of the currency variant conversion functions implemented. by Justin Bradford · 26 years ago
  78. 720cab6 Two debug messages clarified, one useless prototype removed. by Marcus Meissner · 26 years ago
  79. e00d7d9 294 missing WINAPI added. by Marcus Meissner · 26 years ago
  80. a975da0 Fixed SetLastError with wrong value. by Juergen Schmied · 26 years ago
  81. 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
  82. b00cbea Added implementation of the VARIANT APIs. by Jean-Claude Cote · 26 years ago
  83. d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
  84. b741528 Some small corrections to EnumSystemLocales32AW by Uwe Bonnes · 26 years ago
  85. 6dd1996 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT. by Marcus Meissner · 26 years ago
  86. f76dac4 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW]. by Ulrich Weigand · 26 years ago
  87. e520e21 Small fixes. by Pablo Saratxaga · 26 years ago
  88. f1779ed Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen() by Francis Beaudet · 26 years ago
  89. f9d9288 Added IOleAdviseHoler interface (still a dummy) and fixed by Eric Kohl · 26 years ago
  90. 7be922a Added stub for CreateItemMoniker(). by Eric Kohl · 26 years ago
  91. 324ea57 Small fixes to get the default language to a sensible value. Thanks to Pablo. by Juergen Schmied · 26 years ago
  92. 29bbe12 Enhanced OABuildVersion() to return different version values for by Andreas Mohr · 26 years ago
  93. dfb1e9e Better OLE support in French languages. by Robert Pouliot · 26 years ago
  94. 9dc3256 Turn mega double switch into static table (reduces compile time). by Marcus Meissner · 26 years ago
  95. 1509b2d Bug fix. by Juergen Schmied · 26 years ago
  96. cc0588b Added Thai nls-resources. by David Luyer · 26 years ago
  97. a772866 Display the language id for "XXX not supported for your language" by Pablo Saratxaga · 26 years ago
  98. a23a1b3 Add stubs for GetRunningObjectTable32 and OleRegGetUserType. by Gavriel State · 26 years ago
  99. 28e226b Ensure that CreateFileMoniker functions don't return a bogus moniker by Gavriel State · 26 years ago
  100. 999b1b7 Fixed list insertion bug in CoLoadLibrary(). by Eric Kohl · 26 years ago