makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / shell32 / shellpath.c
2010-09-18  Hans Leidekkershell32: Support FOLDERID_LocalAppDataLow.
2010-09-14  Hans Leidekkershell32: Implement SHGetFolderPathEx.
2010-09-14  Hans Leidekkershell32: Implement SHGetKnownFolderPath.
2010-09-13  Hans Leidekkershell32: Add support for CSIDL_PROGRAM_FILESX86 and...
2010-09-02  Louis Lendersshell32: Add stubbed SHGetKnownFolderPath.
2010-03-05  Huw Daviesshell32: Mask out the CSIDL_ flags.
2010-01-28  Alexandre Julliardshell32: Put the temp directory inside the user profile...
2009-08-10  Akihiro Sagawashell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESK...
2009-07-20  Austin Englishshell32: Adjust shell folders to more closely match...
2009-07-07  Alexandre Julliardshell32: Add support for the CSIDL_SYSTEMX86 folder.
2009-02-17  Alexandre Julliardshell32: Default to the more modern location for the...
2008-12-03  Alexandre Julliardshell32: Make some functions static.
2008-11-12  Dmitry Timoshkovshell32: Make some data static const.
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-07-21  Kirill K. Smirnovshell32: Avoid usage of undefined xdg_results variable...
2008-05-06  Alexandre Julliardshell32: Set the correct default for shell folders...
2008-04-25  Alexandre Julliardshell32: Avoid traces that use size_t.
2008-04-21  Stefan Leichtershell32: Implement SHGetFolderPathAndSubDirA/W.
2008-03-27  Ge van Geldorpshell32: Support getting the shell folder path for...
2008-03-12  Lei Zhangshell32: Use xdg well known directories for desktop...
2008-03-12  Lei Zhangshell32: Use xdg well known directories for my_xxx...
2008-03-05  Lei Zhangshell32: Remove unused variable.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
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...
next