- b740890 Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <gvg@reactos.com> by Alexandre Julliard · 21 years ago
- d886064 Implemented RealDriveType. by Ulrich Czekalla · 21 years ago
- 0f6af2c Stub implementation for SHFindFiles. by Mike McCormack · 21 years ago
- 38deeb4 Add stub for ShellDDEInit to let Windows explorer.exe get past the beginning. by Juan Lang · 21 years ago
- 85c2cce Do not strip stdcall decoration in spec files. Fixed mapi32 ordinals. by Alexandre Julliard · 21 years ago
- e6ab6bd Corrected definition of PathYetAnotherMakeUniqueName(). by Martin Fuchs · 21 years ago
- 72ecbb0 SHCoCreateInstance is now documented (spotted by Francois Gouget). by Alexandre Julliard · 21 years ago
- 910896b Implemented RunDLL_CallEntry16. by Alexandre Julliard · 21 years ago
- 82f46ab Added IsLFNDriveA/W/AW exports and two more stubs. by Rolf Kalbermatter · 22 years ago
- 5e46d9f Add some comments to functions and minor fixes. by Rolf Kalbermatter · 22 years ago
- 8e98b9c Stub for (undocumented) SHCreateLinks. by Mike McCormack · 22 years ago
- 3a41add Export SHBindToParent (already implemented). by Mike McCormack · 22 years ago
- 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
- cc9005d Implement DllRegisterServer and DllUnregisterServer, and add by John K. Hohm · 22 years ago
- 1351e23 Change notification fixes. by Mike McCormack · 22 years ago
- a8755ff Add stubs for Control_FillCache_RunDLL ansi/unicode variants. by Mike Hearn · 22 years ago
- 0ea140d Partial implementation/stub of undocumented function shell32.256. by Ulrich Czekalla · 22 years ago
- 468494c Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them by Rolf Kalbermatter · 22 years ago
- 72da279 Implemented CheckEscapesA/W. by Rolf Kalbermatter · 22 years ago
- 830d3d7 Implement some more Win API functions and add support functions for by Rolf Kalbermatter · 22 years ago
- 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
- a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
- d11efe8 Change SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending by Rolf Kalbermatter · 22 years ago
- 49e1b69 Change SHChangeNotify to be Unicode and ANSI indifferent, as the type by Rolf Kalbermatter · 22 years ago
- d1b7776 - Change launch functions to use unicode and implement Control_RunDLLW. by Robert Shearman · 22 years ago
- 418ca6d Add SHDefExtractIcon{AW} function. by Rolf Kalbermatter · 22 years ago
- c0e2c5a SHGetSetSettings has now the right signature and the expected behavior by Alberto Massari · 22 years ago
- e2b06d2 Added stub implementation with correct prototypes for by Rolf Kalbermatter · 22 years ago
- 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
- 73ffe2a Implemented SHCreateStdEnumFmtEtc. by Rolf Kalbermatter · 23 years ago
- 0465030 Stubs for DAD_Drag Enter, EnterEx, Move AutoScroll and Leave. by Mike McCormack · 23 years ago
- d0c8725 Fixed broken forwards reported by Patrik Stridvall. by Alexandre Julliard · 23 years ago
- 63a9e11 Implemented SHBrowseForFolderW. by Jon Griffiths · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
- 3e4381a Added stub for ExtractAssociatedIconExA. by Eric Pouech · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- e1ff66a Authors: Aric Stewart <aric@codeweavers.com>, Huw D M Davies <hdavies@codeweavers.com> by Alexandre Julliard · 23 years ago
- 6924967 Fixed, added or implemented stubs: by Andreas Mohr · 23 years ago
- 60b59be Implemented dummy stub for SHChangeNotifyUpdateEntryList and by Guy Albertelli · 24 years ago
- 6a3ae04 Add SHGetSpecialFolderPathW to spec file. by Huw D M Davies · 24 years ago
- 97ac961 PathGetExtensionAW has three arguments. by Uwe Bonnes · 24 years ago
- 92b2318 A first stab at implementing the RunDll features. by Eric Pouech · 24 years ago
- 0005e81 Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for IE 5. by Andreas Mohr · 24 years ago
- 8a5de1c Removed the name of APIs exported by ordinal. by Francois Gouget · 24 years ago
- 3a0f8b7 Finished separation of shell32 and wsock32. by Alexandre Julliard · 24 years ago
- 1852ce8 Added a few forwards. by Alexandre Julliard · 24 years ago
- 41d6e2f Temp hack: do not import dlls that we link with at the ELF level. by Alexandre Julliard · 24 years ago
- 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
- eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
- fa9d4e4 Export SHGetSettings by name. New stub for shell.68. by Juergen Schmied · 24 years ago
- 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
- 86f4531 Added a few missing imports. by Alexandre Julliard · 25 years ago
- 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
- 46bc534 Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to by Mike McCormack · 25 years ago
- afe9bb8 Implemented DuplicateIcon(). by Chris Morgan · 25 years ago
- 691171b Small dll interfaces cleanups. by Alexandre Julliard · 25 years ago
- 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 6430d93 Moved shlwapi routines from shell32.dll to shlwapi.dll. by Alexandre Julliard · 25 years ago
- 679226f Added semi-stub. by Andreas Mohr · 25 years ago
- 13d74c5 - new dll shfolder.dll - small fixes by Juergen Schmied · 25 years ago
- 01e819a Simplified wrc flags handling. by Alexandre Julliard · 25 years ago
- 0d18aad - New (some stubs): SHGetFolderLocation, PathAddExtension, by Juergen Schmied · 25 years ago
- c77ff5e Fixed issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 6b266db Explicit import user32.dll. Many corrections, exported some functions by name. by Juergen Schmied · 25 years ago
- 55ef9a5 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
- 84eb833 Added some missing import directives. by Alexandre Julliard · 25 years ago
- 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 2ff0294 Stub PathIsDirectory. by Juergen Schmied · 25 years ago
- b070313 Started implementation of shell notifications. by Juergen Schmied · 25 years ago
- 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
- 6d17c61 Small fixes. by Juergen Schmied · 25 years ago
- 128f1e7 Added StrNCpyA, StrNCpyW. by Juergen Schmied · 25 years ago
- c7071c0 Added stub for DllInstall(). by Ian Schmidt · 25 years ago
- 01c9ac4 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros. by Francois Gouget · 25 years ago
- ace09a7 Partial implementation of the Shell32 call Win32DeleteFile(), required by Ian Schmidt · 25 years ago
- d7da486 Added spec file declarations for already implemented functions. by Patrik Stridvall · 25 years ago
- cdff543 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98 by Ian Schmidt · 26 years ago
- eac255c More use of rc files for strings and menus, fixes. First internal icons. by Juergen Schmied · 26 years ago
- 8d8a123 Added stubs for DAD_SetDragImage() and PathCleanupSpec(). by Eric Kohl · 26 years ago
- 6f3d580 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions. by Juergen Schmied · 26 years ago
- daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago[Renamed from relay32/shell32.spec]
- 565b2e0 Many fixes/reimplementations. by Juergen Schmied · 26 years ago
- 37fe75b Implemented StrToOleStrN. by Juergen Schmied · 26 years ago
- 45f8886 Added SHDoDragDrop() stub. by Eric Kohl · 26 years ago
- 55c0bca - corrected parameter count for SHGetSettings - stub SHValidateUNC by Juergen Schmied · 26 years ago
- ee7e460 ILLoadFromString and SHGetSettings implemented. by Juergen Schmied · 26 years ago
- 7c6cc49 All 19 FileMenu_* functions, some as stubs, some implemented. by Juergen Schmied · 26 years ago
- ddecd8a New stub shell_654. by Juergen Schmied · 26 years ago
- dd153f1 - mostly cleanup after the renaming by Juergen Schmied · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- e4b41af Stub for PathQualify32[A|W]. by Juergen Schmied · 26 years ago
- 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
- afb1d2e New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister. by Juergen Schmied · 26 years ago
- dd2e59c Small fixes. by Juergen Schmied · 26 years ago
- 882c1be Some cleanup. by Juergen Schmied · 26 years ago
- 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago