Removed calls to HEAP_strdupAtoW.
[wine] / dlls / shell32 /
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2003-01-21  Robert Shearman- Clear bits in structure passed to IOleCommandTarget_Q...
2003-01-15  Robert ShearmanSeparate the HINSTANCEs used by GetShellOle() and other...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-10  Juergen SchmiedFixed crash in winamp reported by Andreas Mohr.
2003-01-10  Juergen SchmiedFix recently broken GetDisplayNamesOf of names of shell...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-03  Dimitrie O. PaunSHGetMalloc() returns a HRESULT, not a DWORD.
2003-01-03  Dan KegelShellExecute(NULL, "wordpad.exe",) now correctly finds...
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-12-19  Rolf KalbermatterIntroduced some declarations and resources needed for...
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-12-16  Rolf KalbermatterChange calls to CLSIDFromString to SHCLSIDFromStringW...
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-12-16  Rolf KalbermatterDo at least something for SHDragDrop functions although...
2002-12-16  Rolf KalbermatterAdd debug info for IExtractIconW.
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-15  Rolf KalbermatterFix crash when constructing ANSI interface pointer...
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-13  Robert Shearman- Change launch functions to use unicode and implement...
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-13  Rolf KalbermatterFix SHBrowseForFolder W -> A calls.
2002-12-12  Rolf KalbermatterCleanup InternalExtractIconEx. The PrivateExtractIcons...
2002-12-12  Rolf KalbermatterResolve SHGetPathFromIDListW -> SHGetPathFromIDListA...
2002-12-12  Rolf KalbermatterImplement IExtractIconW and inherit IExtractIconA from it.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Rolf KalbermatterFix shell32.ExtractIcon with A->W and 16 -> 32 calls.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-10  Rolf KalbermatterChange the return value for ExtractIconEx from HICON...
2002-12-07  Rolf KalbermatterAdd SHDefExtractIcon{AW} function.
2002-12-06  Rolf KalbermatterImplement ParseFieldW function based on its ANSI sibling.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-03  Alberto MassariSHGetSetSettings has now the right signature and the...
2002-12-03  Rolf KalbermatterFix ANSI->Unicode calling for ExtractIconExA/W.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-30  Rolf KalbermatterAdded stub implementation with correct prototypes for
2002-11-24  Alexandre JulliardAdded CS_DBLCLKS so that systray receives double clicks.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-20  Tisheng ChenAdded Simplified Chinese support.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-11-15  Marcus MeissnerAlso silence IShellLinkA_fnSetShowCmd.
2002-11-12  Marcus MeissnerSilence IShellLink::SetShowCmd for the case we support.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-12  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-08  Alberto MassariThe object returned by IEnumFORMATETC::Clone should...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Alexandre JulliardWarning fix.
2002-11-01  Stefan LeichterRemove quotes from filename before calling LoadLibrary...
2002-11-01  Alberto Massari- Fixed typo in SHGetFileInfoA.
2002-10-31  Marcus MeissnerEscape \ in path and arguments.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Carlos LozanoFixed SHGFI_SYSICONINDEX flag handling.
2002-10-29  György 'Nog' JeneySeparate out 16-bit ShellExecute function.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-28  György 'Nog' JeneySeparate out 16-bit registry functions.
2002-10-28  Dimitrie O. PaunAdd proper support for the SHCONTF_INCLUDEHIDDEN flag.
2002-10-28  CarlosThe function SHGetFileInfoA wasn't supporting the flag
2002-10-25  Alberto MassariDon't touch the This pointer after it has been freed.
2002-10-25  Alexandre JulliardInstall the shell hook as a 32-bit hook.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Michael StefaniucSome small cleanups.
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Stefan LeichterDo not break quoted strings in Control_DoLaunch.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-15  Steve LustbaderFix off-by-one error in determining number of arguments.
2002-10-10  Alexandre JulliardAvoid calling FindExecutable16.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-30  Jeff SmithPathIsExe: corrected and added executable types.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-06  Rolf KalbermatterImplemented SHCreateStdEnumFmtEtc.
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...
2002-08-20  Dusan LackoFix extraction of icons from ICO files.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-17  Andriy PalamarchukDo not set window position on ABM_WINDOWPOSCHANGED.
2002-08-16  Aric StewartFixes to allow IE to do local file loading and some...
2002-08-16  Mike McCormackDon't try reading a PIDL in IPersistStream->Load if...
2002-08-15  Alexandre JulliardAdded support for #pragma code_page.
2002-08-15  Rok MandeljcAdded Slovenian resources.
2002-08-14  Dmitry TimoshkovMake dialog IDs "Browse for Folder" compatible with IE.
2002-08-14  Mike McCormackStubs for DAD_Drag Enter, EnterEx, Move AutoScroll...
2002-08-13  Juergen SchmiedStubs for DragDropHelper.
2002-08-09  Alexandre JulliardUpdated authors list.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-29  Steven EdwardsPortability fix.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
next