netstat: Initial implementation.
[wine] / dlls / shell32 / shellpath.c
2012-10-29  André Hentschelshell32: Reorder code to avoid memory leaks (coverity).
2012-09-20  Erich Hoovershell32: Create the All Users Microsoft directory.
2012-09-04  Francois GougetAssorted spelling fixes.
2012-08-14  Michael Stefaniucshell32: Avoid TRUE:FALSE conditional expressions.
2012-05-01  Austin Englishshell32: Add a stub SHGetKnownFolderIDList.
2012-03-26  Michael Stefaniucshell32: Print the debug string and not the pointer...
2012-02-08  Huw Daviesshell32: Don't try to check for the folder's existence...
2012-02-08  Huw Daviesshell32: Zero-init the out parameter and fix the error...
2012-02-07  Francois Gougetshell32: Fix the name of the 'Application Data' folders.
2012-01-23  Francois Gougetshell32: Don't translate the shell folder paths.
2012-01-23  Francois Gougetshell32: Use the plural for 'My Videos' wherever approp...
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-11-21  Nikolay Sivovshell32: Avoid null pointer dereference in traces.
2011-09-26  Michael Stefaniucshell32: Pass the object instead of the iface to helper...
2011-09-26  Michael Stefaniucshell32: COM cleanup in shellpath.c.
2011-08-23  Mariusz Plucińskishell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.
2011-08-04  Mariusz Plucińskishell32: Check if known folder's relative path was...
2011-07-28  Huw Daviesshell32: Initialise the error string pointer.
2011-07-19  Mariusz Plucińskishell32: Fix FOLDERID_Document definition.
2011-07-19  Mariusz Plucińskishell32: Add IKnownFolder::GetFolderDefinition() implem...
2011-07-19  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2011-07-14  Marcus Meissnershell32: Check error return in get_known_folder_path...
2011-07-05  Mariusz Plucińskishell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS...
2011-07-05  Mariusz Plucińskishell32: Add support of KF_REDIRECT_COPY_CONTENTS flag...
2011-07-01  Francois Gougetshell32: Remove WINAPI on static functions where not...
2011-07-01  Mariusz Plucińskishell32: Check for known folder existance.
2011-07-01  Mariusz Plucińskishell32: IKnownFolder::SetPath modified to use redirect...
2011-07-01  Michael Stefaniucshell32: Don't pass an unitialized size to RegGetValue().
2011-06-29  Mariusz Plucińskishell32: Add support of known folders redirection to...
2011-06-29  Mariusz Plucińskishell32: Add support of known folders redirection to...
2011-06-29  Mariusz Plucińskishell32: Add support of parent folder to GetPath.
2011-06-29  Mariusz Plucińskishell32: Add support of parent folder to RegisterFolder.
2011-06-27  Francois GougetAssorted spelling fixes.
2011-06-24  Mariusz Plucińskishell32: Add IKnownFolder::SetPath() implementation.
2011-06-24  Mariusz Plucińskishell32: Add implementation of IKnownFolder::GetCategory.
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolder::GetPath support.
2011-06-22  Mariusz Plucińskishell32: Fix typo.
2011-06-22  Mariusz Plucińskishell32: Add support of registry-registered folders...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolderManager::UnregisterFolder...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolderManager::RegisterFolder implem...
2011-01-19  Alexandre Julliardshell32: Convert dll registration to the IRegistrar...
2010-09-23  Hans Leidekkershell32: Add stub implementations of IKnownFolder and...
2010-09-21  Alexandre Julliardshell32: Map the x86 version of the folder to the appro...
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...
next