Convert some registry helper functions to use unicode versions of
[wine] / dlls / shell32 /
2005-06-20  Michael JungUse stat's dev/inode to compare paths instead of compar...
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-06-17  Michael JungRemove trailing backslash from DOS paths in GetDisplayN...
2005-06-17  Marcus MeissnerExtractAssociatedIconA needs to allocate enough space...
2005-06-16  Mike McCormack- forward AddRef, Release, QueryInterface and GetClassI...
2005-06-16  Mike McCormackSHCreateStreamOnFileW is implemented in shlwapi, so...
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-15  Huw DaviesUnquote the icon file path if it's quoted.
2005-06-15  Mike McCormackRemove some uses of wine/unicode.h functions.
2005-06-15  Michael JungImplement SHGetPathFromIDList based on GetDisplayNameOf.
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Michael JungUse SHGetPathFromIDList instead of SHELL32_GetPathFromI...
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
2005-06-14  Michael JungAdded tests to compare SHGetPathFromIDList and GetDispl...
2005-06-14  Mike McCormackAdd the IContextMenu interface to the ShellLink object.
2005-06-13  Mike McCormackImplement ShellLink's IShellExtInit::Initialize() method.
2005-06-13  Mike McCormack- add the IShellExtInit interface to the ShellLink...
2005-06-10  Michael JungSet the FILESYSANCESTOR and FILESYSTEM flags correctly in
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-09  Mike McCormackAdd the IShellLinkDataList interface to the ShellLink...
2005-06-09  Mike McCormackAdd a cast to get rid of a warning.
2005-06-09  Michael JungUse shell icon cache instead of an own IExtractIcon...
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-07  Juan LangConst-ify a mask.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Michael JungAllow for unixfs folders to be rooted at desktop level.
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-06-02  Juan LangSet default for "My Documents" to $HOME, and "Desktop...
2005-06-01  Mike McCormackEliminate some -Wwrite-strings warnings.
2005-05-26  Stefan Dösinger*Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr...
2005-05-24  Michael JungAdd a new CLSID for UnixDosFolder, which is identical...
2005-05-23  Michael JungMore robustly query the SHGDN_FORPARSING flag in the...
2005-05-23  Alexandre JulliardComment out stub WEP entry points so that we can call...
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-20  Michael JungConsider only the GIL_FORSHORTCUT flag in SIC_CompareEn...
2005-05-18  Kouji SasakiAdded the processing for determination of SFGAO_HASSUBF...
2005-05-14  Juan Lang- only log unsupported flags in ShellExecute
2005-05-13  Ge van GeldorpOverlay icons for .lnk files with a small arrow in...
2005-05-13  Mike McCormackRemove some unused include files.
2005-05-13  Michael JungReplace '\\' by '/' in strings passed to ParseDisplayNa...
2005-05-12  Mike McCormackSplit SHGetFileInfoW into two functions.
2005-05-12  Michael Lin- Implement IPersistFolder2.
2005-05-10  Juan LangFixes to IShellFolder::GetAttributesOf implementations...
2005-05-10  Mike HearnFix SHELL_GetPathFromIDList[AW] to return the desktop...
2005-05-09  Michael JungSupport folder relative paths in UnixFolders' ParseDisp...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-09  Michael JungAlways pass fully qualified paths to stat system call.
2005-05-09  Huw DaviesIt makes no sense to have a left pointing arrow as...
2005-05-07  Robert LunnonMake references to NAME_MAX refer to PATH_MAX instead.
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Michael JungMake the root of the shell extension map to the root...
2005-05-06  Michael JungReturn a cloned PIDL by SHBrowseForFolder to avoid...
2005-05-06  Michael JungDisplay a drive icon for the unix root directory.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-05  Michael JungFixed GetDisplayNameOf method to not depend on incorrec...
2005-05-05  Michael JungFixed MyComputer's GetDisplayNameOf method.
2005-05-04  Mike McCormackRemove static variables in SHBrowseForFolder implementa...
2005-04-28  Mike McCormackSplit up the window procedure.
2005-04-27  Gerald PfeiferInclude <limits.h> to get a definition of NAME_MAX.
2005-04-25  Michael JungSupport for regular files (as opposed to directories).
2005-04-22  Michael JungUse the shell32 typical binary format for ITEMIDLISTs.
2005-04-22  Michael JungFixed incorrect IShellFolder::EnumOjects API usage.
2005-04-22  Mike McCormackMSI advertised shortcuts don't require a product ID.
2005-04-21  Peter Berg LarsenRewritten DoEnvironmentSubst16.
2005-04-19  Francois GougetAssorted spelling fixes.
2005-04-19  Troy RolloFix SEGV for non-fully-qualified destination paths.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-15  Huw DaviesWhen we're hiding file extensions then SetNameOf should...
2005-04-13  Martin FuchsCorrect comments of some export ordinals.
2005-04-13  Huw DaviesAdd a unicode pidl type.
2005-04-13  Steven EdwardsRegister Shell Drag and Drop Helper.
2005-04-13  Michael JungImplemented the UnixFolder's IShellFolder2::CompareIDs...
2005-04-12  Huw DaviesBetter icon handling for some special folders.
2005-04-12  Michael JungImplemented enough of IShellFolder2 to make UnixFolder...
2005-04-12  Huw DaviesIf ICommDlgBrowser_OnDefaultCommand returns anything...
2005-04-12  Juan LangUse Unicode string result from GetDisplayNameOf if...
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2005-04-11  Huw DaviesFix the icon resource ids (most were off by one).
2005-03-31  Mike McCormackFix up PIDL dumping code.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-27  Mike McCormackUse api definitions, remove duplicate code.
2005-03-25  Paul VriensPrint retval in decimal to avoid confusion.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonIf the device gets interrupted, we just give up.
2005-03-22  Jakob ErikssonStrRetToStrNAW returns ok on NT4, though it should...
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-19  Mike McCormackFix usage of STGM_ enumerations, remove forward declara...
2005-03-19  Mike McCormackRemove forward declarations of interface methods.
2005-03-19  Mike McCormackRemove an unused function.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Aric StewartFor ShellExecuteExA we need to copy out the hProcess...
next