Precisely compute the necessary pidl length in UNIXFS_path_to_pidl.
[wine] / dlls / shell32 / shfldr_unixfs.c
2005-06-27  Michael JungPrecisely compute the necessary pidl length in UNIXFS_p...
2005-06-25  Michael JungUse the CallForAttributes registry value, instead of...
2005-06-21  Michael JungPropagate the root folder's attributes to the registry.
2005-06-20  Michael JungUse stat's dev/inode to compare paths instead of compar...
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-10  Michael JungSet the FILESYSANCESTOR and FILESYSTEM flags correctly in
2005-06-09  Michael JungUse shell icon cache instead of an own IExtractIcon...
2005-06-06  Michael JungAllow for unixfs folders to be rooted at desktop level.
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-13  Michael JungReplace '\\' by '/' in strings passed to ParseDisplayNa...
2005-05-12  Michael Lin- Implement IPersistFolder2.
2005-05-09  Michael JungSupport folder relative paths in UnixFolders' ParseDisp...
2005-05-09  Michael JungAlways pass fully qualified paths to stat system call.
2005-05-07  Robert LunnonMake references to NAME_MAX refer to PATH_MAX instead.
2005-05-07  Michael JungMake the root of the shell extension map to the root...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
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-13  Michael JungImplemented the UnixFolder's IShellFolder2::CompareIDs...
2005-04-12  Michael JungImplemented enough of IShellFolder2 to make UnixFolder...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-09  Michael JungBeginning of a shell namespace extension to browse...