wintrust: Implementations for WTHelperGetFileName and WTHelperGetFileHandle.
[wine] / dlls / shell32 / shellpath.c
2007-11-13  Lei Zhangshell32: Don't crash if $HOME is not set.
2007-11-13  Lei Zhangshell32: rename My Video to My Videos.
2007-07-31  Alexandre JulliardAvoid non-portable Unix mode bits macros.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-11-15  Andrew Talbotshell32: Cast-qual warnings fix.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-02  Andrew Talbotshell32: Cast-qual warnings fix.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-06-02  Vitaliy Margolenshell32: Add Fonts to user's shell folders list.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Michael Jungshell32: Return a GUID pidl for CSIDL_PERSONAL in SHGet...
2006-02-02  Michael Jungshell32: Create $HOME targeted symbolic links during...
2006-02-02  Michael Jungshell32: Get rid of the magic MyDocuments->$HOME mappin...
2006-01-19  Aric Stewartshell32: Update shellpaths My Pictures, My Video, My...
2006-01-04  Vitaliy Margolenshell32: Create Local AppData for user profile.
2005-12-16  Stefan Leichtershell32: Fix return value of PathProcessCommand.
2005-11-30  Markus GömmelAdded CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUs...
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-10  Richard CohenDon't hardcode "windows" directory.
2005-10-07  Jonathan ErnstFirst creation of registry entries missed AppData.
2005-10-04  Juan LangUse wine_get_dos_file_name rather than relying on GetFu...
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-06-02  Juan LangSet default for "My Documents" to $HOME, and "Desktop...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-16  Juan LangCorrect registering shell folders (values in Shell...
2005-03-07  Mike McCormackUse lstrcmpiA in preference to strcasecmp.
2005-02-14  Marcus MeissnerOutput some more informations.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-11-04  Aric StewartImplementation of PathCleanupSpec.
2004-11-02  Fabrice MénardCheck the type of error returned by SHCreateDirectoryExW.
2004-10-28  Rolf KalbermatterUse SHCreateDirectoryEx function instead of doing expli...
2004-10-27  Juan Lang_SHExpandEnvironmentStrings should return input string...
2004-10-25  Juan LangAvoid copying invalid data on error.
2004-10-22  Alexandre JulliardAvoid copying invalid data on error.
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-10-04  Alexandre JulliardFixed typo in ProgramsW.
2004-09-21  Francois GougetFix CSIDL_COMMON_{STARTMENU,PROGRAMS,DESKTOPDIRECTORY...
2004-08-20  Huw DaviesUnicodify a load of strings.
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-05-28  Aric StewartMake sure that the size of the buffer passed to RegSetV...
2004-04-07  Juan Lang- comment fixes
2004-04-05  Juan LangUse symbolic constants for magic numbers in SHGetFolder...
2004-04-01  Kevin KoltzauAdded support for CSIDL_RESOURCES path.
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-01-26  Martin Fuchs- define additional shell paths for CSIDL_... constants
2004-01-21  Rolf KalbermatterImplement PathGetShortPathA/W and change its prototype...
2004-01-16  Martin FuchsCorrected definition of PathYetAnotherMakeUniqueName().
2004-01-16  Filip Navara- Moved actual code from SHGetSpecialFolderPathA to...
2003-11-20  Francois GougetIf using the default values, also set dwType to REG_SZ...
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-02  Mike McCormackChange a MESSAGE about creating a directory to a TRACE.
2003-09-30  Rolf KalbermatterAdded IsLFNDriveA/W/AW exports and two more stubs.
2003-09-08  Rolf KalbermatterChange parameter in SHGetSpecialFolderPathA/W to int...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-03-17  Paul RupeAdd CSIDL_PROFILES. Improved logging for non-existent...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-09-30  Jeff SmithPathIsExe: corrected and added executable types.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-20  Jon GriffithsUpdate shell xxxAW wrapper prototypes for fixed SHLWAPI...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Eric KohlAdded location of local application data.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-08  Alexandre JulliardFixed loop termination check in PathIsExeW.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-18  Marcus MeissnerThe shell special folder path creation did not mkdir...
2001-03-19  Eric KohlSHGetSpecialFolderPathA must be able to create a full...
2001-01-26  Andreas MohrSome more cleanups.
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2000-12-16  Patrik StridvallFixed some issues found by winapi_check.
2000-12-13  Andreas MohrMove all values of SHGetSpecialFolderPathA into an...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-26  Martin Pilka"StartMenu" --> "Start Menu", "Startup" --> "StartUp".
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-15  Patrik StridvallFixed some issues found by winapi_check.
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-23  Patrik StridvallFixed some issues found by winapi_check.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
next