1. 310f093 Moved declarations from undocshell.h to shlobj.h to match the latest by Francois Gouget · 21 years ago
  2. c390bb2 Match prototypes to Platform SDK. by Ge van Geldorp · 21 years ago
  3. 77b7f95 Make ole32 a delay-load import of shell32. by Robert Shearman · 21 years ago
  4. 070db4e Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  5. 0f6af2c Stub implementation for SHFindFiles. by Mike McCormack · 21 years ago
  6. 487b9f5 Moved some more definitions out of undocshell.h into the exported headers. by Alexandre Julliard · 21 years ago
  7. 76f13de Use INVALID_FILE_ATTRIBUTES to test for failure of by Rolf Kalbermatter · 21 years ago
  8. 9c74339 Signed/unsigned warnings and some formatting. by Rolf Kalbermatter · 22 years ago
  9. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  10. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  11. 5674b83 Implemented ReadCabinetState and WriteCabinetState. by Mike McCormack · 22 years ago
  12. 0ea140d Partial implementation/stub of undocumented function shell32.256. by Ulrich Czekalla · 22 years ago
  13. cd4234a Documentation updates. by Jon Griffiths · 22 years ago
  14. 43690e9 Removed no longer needed inclusion of heap.h. by Alexandre Julliard · 22 years ago
  15. 42d7d1f Do at least something for SHDragDrop functions although that isn't the by Rolf Kalbermatter · 22 years ago
  16. a964471 Fixed some signed/unsigned comparison warnings. by Rolf Kalbermatter · 22 years ago
  17. 247457c Implement ParseFieldW function based on its ANSI sibling. by Rolf Kalbermatter · 22 years ago
  18. 1f5315c Make sure that no files except unknwn.h include wine/obj_base.h directly. by Ove Kaaven · 22 years ago
  19. c0e2c5a SHGetSetSettings has now the right signature and the expected behavior by Alberto Massari · 22 years ago
  20. 991fd85 Make shell32 compile with -DSTRICT. by Johan Dahlin · 22 years ago
  21. 73ffe2a Implemented SHCreateStdEnumFmtEtc. by Rolf Kalbermatter · 23 years ago
  22. d97f7cd Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  23. 0465030 Stubs for DAD_Drag Enter, EnterEx, Move AutoScroll and Leave. by Mike McCormack · 23 years ago
  24. fb2eca8 Import comctl32 functions from shell32 by ordinal. by Alexandre Julliard · 23 years ago
  25. 9432401 Combined implementations of ShellExecute/Ex. by Duane Clark · 23 years ago
  26. d020759 strcasecmp returns zero on a match. by Duane Clark · 23 years ago
  27. 23b8087 - changed STRRET definition by Juergen Schmied · 23 years ago
  28. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  29. 7ed8cee Enable ShellExecuteEx to actually open things with their helper applications. by Aric Stewart · 23 years ago
  30. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  31. c72a9aa CodeWeavers Minor fixes. by Alexandre Julliard · 23 years ago
  32. 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
  33. 18f4d65 Removed use of SET_DEBUGGING, it's broken anyway. by Alexandre Julliard · 23 years ago
  34. 7aa67c1 Make the Wine trace facilities accessible from Winelib applications. by Francois Gouget · 23 years ago
  35. edb8bdb Handle the lpDirectory field of the LPSHELLEXECUTEINFO. by Ove Kaaven · 23 years ago
  36. 603f20f Add exclusion defs & remaining funcs, remove internal types & by Jon Griffiths · 23 years ago
  37. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  38. b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
  39. 5a53810 Fix SHAddToRecentDocs code to properly handle native Comctl32 and by Guy Albertelli · 24 years ago
  40. 60b59be Implemented dummy stub for SHChangeNotifyUpdateEntryList and by Guy Albertelli · 24 years ago
  41. db1a09d Implement initial version of SHAddToRecentDocs. by Guy Albertelli · 24 years ago
  42. 3954117 Moved undocshell.h to dlls/shell32. Removed shell16.h. by Alexandre Julliard · 24 years ago
  43. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  44. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  45. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  46. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  47. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  48. 92b2318 A first stab at implementing the RunDll features. by Eric Pouech · 24 years ago
  49. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  50. fa9d4e4 Export SHGetSettings by name. New stub for shell.68. by Juergen Schmied · 24 years ago
  51. 353962d Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers by Eric Pouech · 24 years ago
  52. 46bc534 Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to by Mike McCormack · 25 years ago
  53. d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
  54. a007f33 Moved a few non-standard headers into their respective dlls. by Alexandre Julliard · 25 years ago
  55. b08cb17 Added guiddef.h and moved a few GUID definitions to the correct file. by Alexandre Julliard · 25 years ago
  56. 6430d93 Moved shlwapi routines from shell32.dll to shlwapi.dll. by Alexandre Julliard · 25 years ago
  57. c607532 Created separate libraries for dplay, shfolder, shlwapi, wow32 and by Alexandre Julliard · 25 years ago
  58. 9179103 Cleaned up a few inter-dll dependencies. by Alexandre Julliard · 25 years ago
  59. 3e56dbc - fixed null-pidl from _ILCreateControl - some more no-name functions in shlwapi by Juergen Schmied · 25 years ago
  60. 13d74c5 - new dll shfolder.dll - small fixes by Juergen Schmied · 25 years ago
  61. 5ea2247 Use the Unicode string functions from wine/unicode.h instead of the crtdll ones. by Alexandre Julliard · 25 years ago
  62. 0d18aad - New (some stubs): SHGetFolderLocation, PathAddExtension, by Juergen Schmied · 25 years ago
  63. b905023 Fixed some debug messages. by Patrik Stridvall · 25 years ago
  64. 95bcd51 Fixed some warnings. by Patrik Stridvall · 25 years ago
  65. 85b9293 Moved policy related functions to shpolicy.c by Juergen Schmied · 25 years ago
  66. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  67. fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  68. eabe82b Fixes for ShellExecuteEx. by Juergen Schmied · 25 years ago
  69. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  70. b070313 Started implementation of shell notifications. by Juergen Schmied · 25 years ago
  71. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  72. 6d17c61 Small fixes. by Juergen Schmied · 25 years ago
  73. e73b8b8 Wrapped some strings in a debugstr_* call. by Francois Gouget · 25 years ago
  74. afe53ed - made IShellFolder a aggregable object by Juergen Schmied · 25 years ago
  75. ace09a7 Partial implementation of the Shell32 call Win32DeleteFile(), required by Ian Schmidt · 25 years ago
  76. c8a3f7a Implemented StrRChrA. by Ulrich Czekalla · 25 years ago
  77. 3498c08 Real implementation of SHRestricted(), clarified SHInitRestricted()'s by Ian Schmidt · 25 years ago
  78. 6e74ec0 Use the COM macros rather than directly accessing the lpvtbl field. by Francois Gouget · 25 years ago
  79. cdff543 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98 by Ian Schmidt · 26 years ago
  80. 1e5f0fe New internal dll, exporting already existing path functions. by Juergen Schmied · 26 years ago
  81. eac255c More use of rc files for strings and menus, fixes. First internal icons. by Juergen Schmied · 26 years ago
  82. 8d8a123 Added stubs for DAD_SetDragImage() and PathCleanupSpec(). by Eric Kohl · 26 years ago
  83. 6f3d580 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions. by Juergen Schmied · 26 years ago
  84. 43577ec Implemented SHCreateShellFolderViewEx. by Juergen Schmied · 26 years ago
  85. 37fe75b Implemented StrToOleStrN. by Juergen Schmied · 26 years ago
  86. 45f8886 Added SHDoDragDrop() stub. by Eric Kohl · 26 years ago
  87. a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  88. 38aeff0 Added missing WINAPI for SHValidateUNC. by Ian Schmidt · 26 years ago
  89. beed983 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98 Explorer. by Ian Schmidt · 26 years ago
  90. edda358 Fix TRACE formatting warnings. by Michael Veksler · 26 years ago
  91. 28613d3 Moved stuff to the right place. by Juergen Schmied · 26 years ago
  92. 55c0bca - corrected parameter count for SHGetSettings - stub SHValidateUNC by Juergen Schmied · 26 years ago
  93. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  94. ae2d9a7 SHGetSettings implemented. ExitWindowsDialog() simulated by Messagebox. by Juergen Schmied · 26 years ago
  95. b18f3d6 SHCLSIDFromString, StrToOleStr implemented. RLBuildListOfPaths stub. by Juergen Schmied · 26 years ago
  96. 293dbdb Reading of binary streams implemented (SHOpenRegStream). by Juergen Schmied · 26 years ago
  97. ddecd8a New stub shell_654. by Juergen Schmied · 26 years ago
  98. dd153f1 - mostly cleanup after the renaming by Juergen Schmied · 26 years ago
  99. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  100. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago