1. 4202112 Moved definition of newly documented API SHRestricted() and the by Rolf Kalbermatter · 22 years ago
  2. 58c0561 Added declarations for newly documented SHChangeNotify API and fixed by Rolf Kalbermatter · 22 years ago
  3. 6f9336d Added IFileSystemBindData implementation. by Rolf Kalbermatter · 22 years ago
  4. 69c90c2 Converted the rest of the obj_*.h headers to IDL into shobjidl.idl. by Alexandre Julliard · 22 years ago
  5. 7ffcb0e Change parameter in SHGetSpecialFolderPathA/W to int as documented in by Rolf Kalbermatter · 22 years ago
  6. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  7. d937dc2 Implemented shtypes.idl and shobjidl.idl and removed a few more by Alexandre Julliard · 22 years ago
  8. 7ecf0e3 shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin Fuchs). by Alexandre Julliard · 22 years ago
  9. 63fecde Declare LPCITEMIDLIST as 'const' pointer and adjust shell32 by Martin Fuchs · 22 years ago
  10. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  11. 65b4d2d Fixed Ansi version of RenderFILENAME and implement a Unicode version. by Martin Fuchs · 22 years ago
  12. 7aae1b7 - Support a few more flags by Robert Shearman · 22 years ago
  13. 3b11910 Include shlguid.h from shlobj.h. Expose IShellLink to Winelib apps. by Vincent Béron · 22 years ago
  14. aae3cb6 Simplified COM interface declarations, removing the need to define by Alexandre Julliard · 22 years ago
  15. 5537911 Get rid of the ICOM_CALL macros. by Alexandre Julliard · 22 years ago
  16. f00c46f Use a more compatible technique to declare COM interfaces methods, by Alexandre Julliard · 22 years ago
  17. b2d39ea Moved prototype for SHBindToParent() to shlobj.h. by Rolf Kalbermatter · 22 years ago
  18. ae379a4 Add CSIDL_PROFILES. Improved logging for non-existent CSIDL values. by Paul Rupe · 22 years ago
  19. d11efe8 Change SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending by Rolf Kalbermatter · 22 years ago
  20. 49e1b69 Change SHChangeNotify to be Unicode and ANSI indifferent, as the type by Rolf Kalbermatter · 22 years ago
  21. dfa6b12 SHGetMalloc() returns a HRESULT, not a DWORD. by Dimitrie O. Paun · 22 years ago
  22. 2fcd2c7 Added missing LPDROPFILES definition. by Dimitrie O. Paun · 22 years ago
  23. 418ca6d Add SHDefExtractIcon{AW} function. by Rolf Kalbermatter · 22 years ago
  24. 1f5315c Make sure that no files except unknwn.h include wine/obj_base.h directly. by Ove Kaaven · 22 years ago
  25. c0e2c5a SHGetSetSettings has now the right signature and the expected behavior by Alberto Massari · 22 years ago
  26. ced69a9 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  27. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  28. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  29. f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  30. 151fdd7 Added names of the "missing" paths for SHGetSpecialFolderPathA. by Chris Green · 23 years ago
  31. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  32. 46bc534 Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to by Mike McCormack · 25 years ago
  33. 125102f Improved a bit the folder browsing implementation. by Eric Pouech · 25 years ago
  34. 6e99273 Added typedef of DROPFILES. by Hidenori Takeshima · 25 years ago
  35. 13d74c5 - new dll shfolder.dll - small fixes by Juergen Schmied · 25 years ago
  36. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  37. 51c74d8 Complete cleanup, bugfixes. by Juergen Schmied · 25 years ago
  38. b070313 Started implementation of shell notifications. by Juergen Schmied · 25 years ago
  39. be9fd31 Define the COM macros even in C++. by Francois Gouget · 25 years ago
  40. 32b4325 Add support for anonymous struct/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  41. 565b2e0 Many fixes/reimplementations. by Juergen Schmied · 26 years ago
  42. 14da7b1 Added extern "C" if __cplusplus is defined. by Patrik Stridvall · 26 years ago
  43. 17551f9 ICOMization of remaining interfaces. by Adrian Thurston · 26 years ago
  44. 28613d3 Moved stuff to the right place. by Juergen Schmied · 26 years ago
  45. 55c0bca - corrected parameter count for SHGetSettings - stub SHValidateUNC by Juergen Schmied · 26 years ago
  46. d006532 - reorganised icon extracing from files by Juergen Schmied · 26 years ago
  47. ee7e460 ILLoadFromString and SHGetSettings implemented. by Juergen Schmied · 26 years ago
  48. 7c6cc49 All 19 FileMenu_* functions, some as stubs, some implemented. by Juergen Schmied · 26 years ago
  49. 8e7cb4d Use the new header for COM definitions. by Juergen Schmied · 26 years ago
  50. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  51. a3b7a40 - IShellFolder and IEnumIDList are using the new COM headers by Juergen Schmied · 26 years ago
  52. ea1640f Added a lot of new OLE interfaces. by Paul Quinn · 26 years ago
  53. 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
  54. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  55. d6fdbfd - Use the new COM definition macros in the header. by Adrian Thurston · 26 years ago
  56. b791a52 Changed pidl structure to match the pidl's used in lnk-files. by Juergen Schmied · 26 years ago
  57. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  58. 3f7ad7a Implemented the OLE Drag and Drop target registration mechanism and by Francis Beaudet · 26 years ago
  59. 0666444 Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca> by Alexandre Julliard · 26 years ago
  60. a914fa1 DllGetClassObject should take a REFCLSID not an LPCLSID. by Francois Gouget · 26 years ago
  61. ba28ba1 - some fixes, cleaned up includes, fixed leaks by Juergen Schmied · 26 years ago
  62. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  63. afb1d2e New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister. by Juergen Schmied · 26 years ago
  64. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  65. 0bb85b1 Fixed the TEXT redefined warnings. by Juergen Schmied · 26 years ago
  66. 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
  67. cd390f3 Adds the IPersistFile Interface to IShellLink[W] and gave both own by Juergen Schmied · 26 years ago
  68. 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
  69. 7109799 Moved existing IShellLink class. New stubs for IShellLinkW. by Juergen Schmied · 26 years ago
  70. f9d9288 Added IOleAdviseHoler interface (still a dummy) and fixed by Eric Kohl · 26 years ago
  71. 72b76d1 Cleanup, small fixes, a few new stubs. by Juergen Schmied · 26 years ago
  72. 5b00ec7 Corrected 2 wrong definitions. by Juergen Schmied · 26 years ago
  73. bce6d3e IExtractIcon had an extra c in a struct definition. by Justin Bradford · 26 years ago
  74. e8d281d Changed some string-shell32 functions to 32AW, parameter are by Juergen Schmied · 26 years ago
  75. 6101324 Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W, by Juergen Schmied · 26 years ago
  76. 5371e45 New structures DVASPECT, TYMED, IDLList. Shell specific clipboard formats. by Juergen Schmied · 26 years ago
  77. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  78. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  79. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  80. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  81. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  82. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  83. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  84. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  85. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  86. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  87. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  88. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130