shell32: COM cleanup for IPersistFile.
[wine] / dlls / shell32 / shlfileop.c
2011-07-08  Frédéric Delanoyshell32: Remove dead assignment (Clang).
2010-10-05  Alexandre Julliardshell32: Fix incorrect use of the ScreenToClient function.
2010-02-23  Christian Costashell32: Allow copy operation to overwrite an existing...
2010-02-08  Vincent Povirkshell32: Use the current directory when copying to...
2009-12-18  Vincent Povirkshell32: Fix a memory leak in SHFileOperationW.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-12-31  Alexandre Julliardkernel32: Convert FormatMessageA/W to use an MS ABI...
2008-12-03  Alexandre Julliardshell32: Make some functions static.
2008-11-26  Francois Gougetshell32: Remove WINAPI/CALLBACK on static functions...
2008-11-12  Andrew Talbotshell32: Sign-compare warnings fix.
2008-04-25  Andrew Talbotshell32: Remove unused variables.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-03  James Hawkinsshell32: Fix and simplify the FO_COPY operation, with...
2008-04-02  James Hawkinsshell32: Handle a few cases in FO_COPY that arise from...
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2007-11-02  Andrew Talbotshell32: Constify some variables.
2007-09-17  Michael Stefaniucjanitorial: Remove two fresh redundant NULL checks...
2007-09-14  Vincent Povirkshell32: Implement SHPathPrepareForWrite.
2007-08-15  Aric Stewartshell32: In SHNameTranslate use the right part of the...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-19  Martin Fuchsshell32: Implementation of SheGetDirA/W and SheChangeDi...
2007-06-25  Alexandre Julliardshell32: Get rid of CharNextW.
2007-02-14  Alexandre Julliardshell32: Don't wrap SHELL_ConfirmIDs in an assert....
2007-02-12  Mikołaj Zalewskishell32: Allow overwriting files in SHFileOperation...
2007-02-12  Mikołaj Zalewskishell32: Add a confirmation dialog with a "Yes to All...
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2006-12-11  Alexandre Julliardshell32: Avoid using garbage data in wildcard expansion.
2006-11-14  Alexandre Julliardshell32: Don't use the short path name to delete files...
2006-10-02  Andrew Talbotshell32: Another cast-qual warning fix.
2006-08-26  Mikołaj Zalewskishell32: Fix a bug in SHELL_ConfirmW.
2006-08-24  Mike McCormackshell32: Use kernel functions in preference to libwine...
2006-08-22  Mike McCormackshell32: Don't add the directory name twice when recurs...
2006-08-18  Mikołaj Zalewskishell32: Use Yes/No instead of OK/Cancel in confirm...
2006-08-08  Mike McCormackshell32: Use case insensitive comparisons when comparin...
2006-07-31  Mikołaj Zalewskishell32: Call the trashing code from SHFileOperationW.
2006-07-31  Mikołaj Zalewskishell32: Add trashing confirmations.
2006-07-07  Mikołaj Zalewskishell32: Show a confirmation before deleting files...
2006-07-07  Pierre d'Herbemontshell: Move SHIsFileAvailableOffline from shell.c to...
2006-07-03  Mikołaj Zalewskishell32: Add an icon for delete confirmation.
2006-07-03  Mikołaj Zalewskishell32: Allow for custom icons in confirmation messages.
2006-07-03  Mikołaj Zalewskishell32: Pass the correct parent hwnd to confirmation...
2006-07-03  Mikołaj Zalewskishell32: Remove the now unused SHELL_DeleteFileW.
2006-06-28  Mikołaj Zalewskishell32: If needed show a confirmation dialog when...
2006-06-21  Mikołaj Zalewskishell32: Fix the nBufferMax param of LoadStringW calls...
2006-06-20  Mikołaj Zalewskishell32: Remove the now unused SHELL_ConfirmDialog.
2006-06-08  Phil Lodwickshell32: SHCreateDirectoryEx can create a non-nested...
2006-06-02  Mikołaj Zalewskishell32: Remove the now unused SHELL_DeleteFileA and...
2006-06-02  Mikołaj Zalewskishell32: Avoid Unicode->ANSI conversion when deleting...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Alexandre Julliardshell32: Grow the file list dynamically in SHFileOperation.
2006-03-06  Alexandre Julliardshell32: Store only the file attributes in the file...
2006-03-06  Alexandre Julliardshell32: Fixed handling of null-terminated file list...
2006-03-06  Aric Stewartshell32: Skip dot directories in SHFileOperation.
2006-01-27  Alexandre Julliardshell32: Fixed a couple of FindFirstFile handle leaks.
2006-01-23  James Hawkinsshell32: Reimplement a factored SHFileOperation.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-19  Troy RolloFix SEGV for non-fully-qualified destination paths.
2005-02-21  Hans Leidekker- Revert wrong -noname markup for Drag*, DoEnvironmentS...
2005-02-17  Joris Huizer- renamed file_operation_delete and to shfileops_delete
2005-01-14  Joris Huizer- add file_operation_delete
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-17  Alexandre JulliardRemove some no longer needed AW functions.
2004-10-27  Rolf KalbermatterFix bad memory allocation for unicode buffer.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-21  Rolf Kalbermatter- SHCreateDirectory should create intermediate director...
2004-10-18  Rolf KalbermatterModify ANSI functions to allocate intermediate Unicode...
2004-10-18  Rolf KalbermatterAdded SHFreeNameMappings implementation.
2004-10-06  Rolf KalbermatterFix bug found by Piotr Caban, where our function tried...
2004-08-16  Mike McCormackClean up messy comment in SHFileOperation.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-06-14  Ulrich CzekallaImplemented RealDriveType.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-05  Martin FuchsCorrect return type of SHFileOperationA/W.
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Rolf KalbermatterMake the different helper functions all return actual...
2003-08-21  Mike McCormackRemove useless comments that clutter the code.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-05-11  Mike McCormackClean up SHFileOperationA/W debugging a little.
2003-04-26  Rolf KalbermatterFix some typos and a memory leak in SHFileOperationA.
2003-04-19  Rolf KalbermatterReimplement SHFileOperation in Unicode, based on the...
2003-03-21  Rolf KalbermatterImplement some more Win API functions and add support...
2003-03-18  Jon GriffithsDocumentation updates.
2003-02-01  Rolf KalbermatterChange SHCreateDirectory and Win32DeleteFile to be...
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2002-12-19  Rolf KalbermatterIntroduced some declarations and resources needed for...
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Rein KlazesIn SHFileOperation() when requested to copy files,...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
next