- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 1110d62 shell32: Grow the file list dynamically in SHFileOperation. by Alexandre Julliard · 19 years ago
- 23cb632 shell32: Store only the file attributes in the file list for SHFileOperation. by Alexandre Julliard · 19 years ago
- b222001 shell32: Fixed handling of null-terminated file list in SHFileOperation. by Alexandre Julliard · 19 years ago
- c29b7c3 shell32: Skip dot directories in SHFileOperation. by Aric Stewart · 19 years ago
- d37a119 shell32: Fixed a couple of FindFirstFile handle leaks. by Alexandre Julliard · 19 years ago
- 1be970d shell32: Reimplement a factored SHFileOperation. by James Hawkins · 19 years ago
- 671738d Improve c2man Documented-Total count. Changes: by Markus Amsler · 19 years ago
- f5c9da6 Assorted spelling fixes. by Francois Gouget · 20 years ago
- 98d336c Fix SEGV for non-fully-qualified destination paths. by Troy Rollo · 20 years ago
- 2294e30 - Revert wrong -noname markup for Drag*, DoEnvironmentSubst and by Hans Leidekker · 20 years ago
- e889f71 - renamed file_operation_delete and to shfileops_delete by Joris Huizer · 20 years ago
- 2d58a62 - add file_operation_delete by Joris Huizer · 20 years ago
- 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
- 758b288 Remove some no longer needed AW functions. by Alexandre Julliard · 20 years ago
- 87fb440 Fix bad memory allocation for unicode buffer. by Rolf Kalbermatter · 20 years ago
- 3bb5b09 Assorted spelling fixes. by Francois Gouget · 20 years ago
- eb88357 - SHCreateDirectory should create intermediate directories if by Rolf Kalbermatter · 20 years ago
- 20952a5 Modify ANSI functions to allocate intermediate Unicode strings on the by Rolf Kalbermatter · 20 years ago
- 29d4ec4 Added SHFreeNameMappings implementation. by Rolf Kalbermatter · 20 years ago
- 18514ca Fix bug found by Piotr Caban, where our function tried to delete a by Rolf Kalbermatter · 20 years ago
- 22442cd Clean up messy comment in SHFileOperation. by Mike McCormack · 21 years ago
- f8e01ef Assorted spelling fixes. by Francois Gouget · 21 years ago
- c390bb2 Match prototypes to Platform SDK. by Ge van Geldorp · 21 years ago
- d886064 Implemented RealDriveType. by Ulrich Czekalla · 21 years ago
- 52c0832 Make Unicode strings static const. by Francois Gouget · 21 years ago
- ede82e3 Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
- 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
- c0a5a27 Correct return type of SHFileOperationA/W. by Martin Fuchs · 21 years ago
- c4bba67 Fix a return value in SHFileOperation and add some extra tests to by Rolf Kalbermatter · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 514521b Make the different helper functions all return actual error codes. by Rolf Kalbermatter · 22 years ago
- c2bd211 Remove useless comments that clutter the code. by Mike McCormack · 22 years ago
- ba78aac Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
- bd69422 Clean up SHFileOperationA/W debugging a little. by Mike McCormack · 22 years ago
- b74bead Fix some typos and a memory leak in SHFileOperationA. by Rolf Kalbermatter · 22 years ago
- a25967c Reimplement SHFileOperation in Unicode, based on the work of Dietrich Teickner. by Rolf Kalbermatter · 22 years ago
- 830d3d7 Implement some more Win API functions and add support functions for by Rolf Kalbermatter · 22 years ago
- cd4234a Documentation updates. by Jon Griffiths · 22 years ago
- d11efe8 Change SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending by Rolf Kalbermatter · 22 years ago
- 49e1b69 Change SHChangeNotify to be Unicode and ANSI indifferent, as the type by Rolf Kalbermatter · 22 years ago
- 7df7cdb Introduced some declarations and resources needed for a more complete by Rolf Kalbermatter · 22 years ago
- e56d618 Make some shell32 files compile in MSVC. by Rolf Kalbermatter · 22 years ago
- 686e46b SHFileOperationA: improved, implemented FO_MOVE action, added more by Andriy Palamarchuk · 23 years ago
- 5b5bea0 SHFileOperation: Implemented the FO_RENAME action, fixed FO_DELETE, by Andriy Palamarchuk · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 6748e69 In SHFileOperation() when requested to copy files, figure out when the by Rein Klazes · 23 years ago
- aafec98 - Define rest of URL_ESCAPE... and other flags. by Guy Albertelli · 23 years ago
- 3954117 Moved undocshell.h to dlls/shell32. Removed shell16.h. by Alexandre Julliard · 24 years ago
- 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- f063d04 Added (partial) support for FO_COPY and FO_DELETE. by David Grant · 24 years ago
- e187b3f Confirm file deletes. Make delete confirmation messages more by Chris Morgan · 24 years ago
- 0005e81 Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for IE 5. by Andreas Mohr · 24 years ago
- 62519ab Moved all the documented shlwapi functions out of undocshell.h into by Huw D M Davies · 24 years ago
- 353962d Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers by Eric Pouech · 24 years ago
- 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
- d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
- 407916e 1. Make buffer for message large enough to hold very long file names. by Dmitry Timoshkov · 25 years ago
- 51c74d8 Complete cleanup, bugfixes. by Juergen Schmied · 25 years ago
- 93e9912 Moved file functions to shlfileop.c by Juergen Schmied · 25 years ago
- cb23a8e New file (SHFileOperation). by Juergen Schmied · 25 years ago