Correct spec entry for DllGetClassObject.
[wine] / dlls / shell32 /
2004-04-09  Francois GougetCleanup the handling of the extension in SHELL_FindExec...
2004-04-08  Juan Lang- move CreateMyCompEnumList and CreateDesktopEnumList...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-07  Martin Fuchs- SHBindToParent(): request correct COM interface from...
2004-04-07  Juan Lang- comment fixes
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-04-07  Martin FuchsResolve shell shortcuts and process ID lists in ShellEx...
2004-04-06  Juan Lang- rename PT_SPECIAL to PT_SHELLEXT
2004-04-06  Juan LangRename PT_MYCOMP to PT_GUID, and the corresponding...
2004-04-05  Juan LangUse symbolic constants for magic numbers in SHGetFolder...
2004-04-05  Juan LangGet rid of a few pointless A/W conversions.
2004-04-05  Martin FuchsAdd resource strings for control panel folder.
2004-04-05  Martin FuchsOptimization: null terminate string buffers instead...
2004-04-05  Martin FuchsGet icons for shell link files.
2004-04-05  Martin Fuchs- fix dirty flag on shelllink loading and saving
2004-04-01  Rolf KalbermatterUse named constant instead of a simple number (gets...
2004-04-01  Kevin KoltzauAdded support for CSIDL_RESOURCES path.
2004-03-31  Alexandre JulliardDo not strip stdcall decoration in spec files.
2004-03-27  Martin FuchsCall IShellExecuteHook interface for ShellExecute(...
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...
2004-03-26  Martin Fuchs- Fix handling of %2, %3, ... and lower case format...
2004-03-25  Martin FuchsImplementation of IPersistFile::IsDirty().
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Martin FuchsFix for recent shelllink patch, which removed the impor...
2004-03-22  Robert ShearmanAllow passing NULL to ILFindLastID.
2004-03-22  Martin FuchsFix recent Unicode-ification patch.
2004-03-22  Mike McCormackUpdate path from relative path on loading.
2004-03-22  Mike McCormackUnicode-ify the icon cache and SHGetFileInfo.
2004-03-19  Rein KlazesIn SHELL_ExecuteW, if a new current directory is specif...
2004-03-18  Martin FuchsExpand environment strings in command, parameter and...
2004-03-17  Alexandre JulliardFindFirstFile can return an empty short name if the...
2004-03-04  Martin FuchsEnumerate all "shell\<verb>\command" entries in the...
2004-03-03  Martin FuchsFix buffer length usage for RegQueryValueW() calls...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Hans LeidekkerExport LC_ALL before calling sed.
2004-03-01  Huw DaviesAdd a missing '\\'.
2004-03-01  Martin FuchsSet error code ERROR_DDE_FAIL if the DDE connection...
2004-02-27  Ove KaavenFixed icon leak.
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2004-02-24  Kevin KoltzauFill unused gap to fix lookups past CSIDL_CONNECTIONS.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-12  Dmitry TimoshkovDo not leave not initialized fields in the structure...
2004-02-12  Dmitry TimoshkovTranslate the returned hInstApp from the unicode worker...
2004-02-11  Alexandre JulliardMoved some more definitions out of undocshell.h into...
2004-02-11  Martin Fuchs- move some PIDL function declarations from undocshell...
2004-02-10  Jon GriffithsTests for StrRetToStrAW.
2004-02-10  Jon GriffithsStrRetToStrN returns BOOL and shouldn't crash on NULL...
2004-02-09  Huw DaviesUse the BTNS_* toolbar button style defines rather...
2004-02-09  Mike McCormackFix the bounds checking in SHGetPathFromIDListA/W.
2004-02-03  Ulrich CzekallaSet the item mask before calling GetItem.
2004-02-02  Ulrich CzekallaMake SHChangeNotifyRegister be recursive so that will...
2004-02-02  Ulrich CzekallaFix SHChangeNotify to send correct lParam and wParam...
2004-01-30  Martin Fuchs- remove unneccesary ISF_MyComputer_Constructor() decla...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-26  Martin Fuchs- don't link directly to NTDLL; use MultiByteToWideChar...
2004-01-26  Martin Fuchs- define additional shell paths for CSIDL_... constants
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Martin Fuchs- ISF_Desktop_fnGetUIObjectOf(): allow context menu...
2004-01-23  Martin Fuchs- IShellFolder_fnParseDisplayName(): return E_INVALIDAR...
2004-01-23  Martin FuchsImproved error handling.
2004-01-23  Martin FuchsISF_MyComputer_fnGetDisplayNameOf(): return CLSID paths...
2004-01-23  Martin FuchsReturn 'My Compuer' PIDL when calling Desktop->ParseDis...
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-21  Rolf KalbermatterImplement PathGetShortPathA/W and change its prototype...
2004-01-21  Martin FuchsOnly return valid file system names from RenderFILENAME...
2004-01-21  Alexandre JulliardAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
2004-01-21  Martin FuchsUse full paths instead of only filenames in icon cache...
2004-01-21  Martin FuchsImplemented SHGetRealIDL().
2004-01-20  Martin Fuchs- SHGetDataFromIDListA/W(): handle drives when retrievi...
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2004-01-20  Martin Fuchs- fix typo
2004-01-19  Martin Fuchs- move IShellFolder_fnGetDisplayNameOf() contents into...
2004-01-18  Martin FuchsShellView_CreateList(), SIC_Initialize(): enable transp...
2004-01-18  Martin FuchsIStream_fnWrite: only return write count if the given...
2004-01-18  Martin Fuchs- declare PT_RAS_FOLDER for the "RAS Connections" folder
2004-01-18  Martin FuchsCreateStreamOnFile(): use flag FILE_SHARE_READ for...
2004-01-16  Alexandre JulliardFixed HCR_GetExecuteCommandW() behavior with a class...
2004-01-16  Martin FuchsCorrected definition of PathYetAnotherMakeUniqueName().
2004-01-16  Francois GougetAssorted spelling fixes.
2004-01-16  Filip Navara- Moved actual code from SHGetSpecialFolderPathA to...
2004-01-16  Filip NavaraComplete Czech translation of shell32 resources.
2004-01-15  Marcelo Duarte- Get rid of W->A calls for shlexec.
2004-01-09  Dmitry TimoshkovFix an IE crash and make the "Create Folder" functional...
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-06  Alexandre JulliardSHCoCreateInstance is now documented (spotted by Franco...
2004-01-06  Hans LeidekkerMake sure sed uses the right locale.
2004-01-05  Martin FuchsCorrect return type of SHFileOperationA/W.
2004-01-02  Steven EdwardsUpdate the notes on how WINE uses the Systray under...
2003-12-30  Martin Fuchs- correct return value of SHGetPathFromIDList[AW](...
2003-12-30  Ge van GeldorpEnclose application name in double quotation marks...
2003-12-15  Martin FuchsAdded include of "wine/port.h" for MSVC.
2003-12-11  Richard Cohen- Check FindFirstFile against INVALID_HANDLE_VALUE...
2003-12-10  Marcelo Duarte- Implementation of HCR_GetExecuteCommandExW for intern...
2003-12-03  Alexandre JulliardImplemented RunDLL_CallEntry16.
next