1. c2ebe1f Removed uses of the non standard ICOM_VTBL macro. by Alexandre Julliard · 22 years ago
  2. 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
  3. 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
  4. 8710a79 Compile ole32 with -DSTRICT. by Alexandre Julliard · 22 years ago
  5. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  6. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  7. 3ad8d3f Must make a copy of global handle returned by GetClipboardData; it is by Sander van Leeuwen · 23 years ago
  8. 6ad988e Fixed some warnings. by Patrik Stridvall · 24 years ago
  9. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  10. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  11. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  12. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  13. 1ed5577 Don't include windows.h internally. by Patrik Stridvall · 24 years ago
  14. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  15. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  16. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  17. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  18. 3b23362 Fixed some warnings. by Patrik Stridvall · 25 years ago
  19. 21dbb6c Implemented OLE clipboard functionality for Embed Source format. by Abey George · 25 years ago
  20. 32fe6bd Added stub for CoResumeClassObjects. by Juergen Schmied · 25 years ago
  21. 83ab5ae Removed check for class existence. by Alexandre Julliard · 25 years ago
  22. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  23. 681c75b Added debugstr_guid function and used it to replace by Alexandre Julliard · 25 years ago
  24. 01c9ac4 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros. by Francois Gouget · 25 years ago
  25. 56ab55d Enabled the persistent clipboard server. by Francis Beaudet · 25 years ago
  26. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago[Renamed from ole/clipboard.c]
  27. 2970067 - Implement interprocess clipboard communication. by Noel Borthwick · 26 years ago
  28. 4405f3c Removed unnecessary includes from ole related files. by Michael Veksler · 26 years ago
  29. 557ff41 Implemented the OLE Clipboard API. by Noel Borthwick · 26 years ago