- 78b66ba shell32: Remove dead assignment (Clang). by Frédéric Delanoy · 14 years ago
- 22b7fed shell32: Fix incorrect use of the ScreenToClient function. by Alexandre Julliard · 14 years ago
- 240afab shell32: Allow copy operation to overwrite an existing write protected file + tests. by Christian Costa · 15 years ago
- b609e25 shell32: Use the current directory when copying to an empty destination. by Vincent Povirk · 15 years ago
- a18bc73 shell32: Fix a memory leak in SHFileOperationW. by Vincent Povirk · 15 years ago
- 6c54ad3 shell32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
- 5f36d02 kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64. by Alexandre Julliard · 16 years ago
- 1abff5a shell32: Make some functions static. by Alexandre Julliard · 16 years ago
- 36e195a shell32: Remove WINAPI/CALLBACK on static functions where not needed. by Francois Gouget · 16 years ago
- 45d7897 shell32: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
- f692f19 shell32: Remove unused variables. by Andrew Talbot · 17 years ago
- aab8fae Spelling fixes. by Austin English · 17 years ago
- 5469551 shell32: Fix and simplify the FO_COPY operation, with tests. by James Hawkins · 17 years ago
- 6ecccdb shell32: Handle a few cases in FO_COPY that arise from not double-NULL terminating the input. by James Hawkins · 17 years ago
- 2cce004 shell32: Assign to structs instead of using memcpy. by Andrew Talbot · 17 years ago
- 36d32df shell32: Constify some variables. by Andrew Talbot · 17 years ago
- a5fdea0 janitorial: Remove two fresh redundant NULL checks before HeapFree(). Found by Smatch. by Michael Stefaniuc · 18 years ago
- f4a4a1c shell32: Implement SHPathPrepareForWrite. by Vincent Povirk · 18 years ago
- fdd4204 shell32: In SHNameTranslate use the right part of the string for sizing. by Aric Stewart · 18 years ago
- 5266e57 Assorted spelling fixes. by Francois Gouget · 18 years ago
- 303b357 shell32: Implementation of SheGetDirA/W and SheChangeDirA/W. by Martin Fuchs · 18 years ago
- 92ceff2 shell32: Get rid of CharNextW. by Alexandre Julliard · 18 years ago
- 9d2d5ea shell32: Don't wrap SHELL_ConfirmIDs in an assert. Fixed return value. by Alexandre Julliard · 18 years ago
- 33ee219 shell32: Allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs). by Mikołaj Zalewski · 18 years ago
- c55277c shell32: Add a confirmation dialog with a "Yes to All" option. by Mikołaj Zalewski · 18 years ago
- 388fe7e shell32: Declare some functions static. by Andrew Talbot · 18 years ago
- a051487 shell32: Avoid using garbage data in wildcard expansion. by Alexandre Julliard · 18 years ago
- dc0c367 shell32: Don't use the short path name to delete files in SHFileOperation. by Alexandre Julliard · 18 years ago
- 19e85ca shell32: Another cast-qual warning fix. by Andrew Talbot · 19 years ago
- c1ca35d shell32: Fix a bug in SHELL_ConfirmW. by Mikołaj Zalewski · 19 years ago
- e5d9b2f shell32: Use kernel functions in preference to libwine ones. by Mike McCormack · 19 years ago
- 000eddb shell32: Don't add the directory name twice when recursing into subdirectories. by Mike McCormack · 19 years ago
- 9618818 shell32: Use Yes/No instead of OK/Cancel in confirm dialogs. by Mikołaj Zalewski · 19 years ago
- 5678ec4 shell32: Use case insensitive comparisons when comparing paths. by Mike McCormack · 19 years ago
- 034c1c4 shell32: Call the trashing code from SHFileOperationW. by Mikołaj Zalewski · 19 years ago
- ca7de05 shell32: Add trashing confirmations. by Mikołaj Zalewski · 19 years ago
- ea0a102 shell32: Show a confirmation before deleting files with syscalls. by Mikołaj Zalewski · 19 years ago
- 0eb07db shell: Move SHIsFileAvailableOffline from shell.c to shlfileop.c to by Pierre d'Herbemont · 19 years ago
- 89b458d shell32: Add an icon for delete confirmation. by Mikołaj Zalewski · 19 years ago
- cb0c81a shell32: Allow for custom icons in confirmation messages. by Mikołaj Zalewski · 19 years ago
- e5b9a79 shell32: Pass the correct parent hwnd to confirmation dialogs. by Mikołaj Zalewski · 19 years ago
- 9078c6a shell32: Remove the now unused SHELL_DeleteFileW. by Mikołaj Zalewski · 19 years ago
- ce9471f shell32: If needed show a confirmation dialog when deleting with SHFileOperation. by Mikołaj Zalewski · 19 years ago
- 5de24f0 shell32: Fix the nBufferMax param of LoadStringW calls from SHELL_ConfirmDialogW. by Mikołaj Zalewski · 19 years ago
- 6352734 shell32: Remove the now unused SHELL_ConfirmDialog. by Mikołaj Zalewski · 19 years ago
- 5a13cba shell32: SHCreateDirectoryEx can create a non-nested directory. by Phil Lodwick · 19 years ago
- 276bbb9 shell32: Remove the now unused SHELL_DeleteFileA and SHELL_DeleteDirectoryA. by Mikołaj Zalewski · 19 years ago
- b84f309 shell32: Avoid Unicode->ANSI conversion when deleting a file. by Mikołaj Zalewski · 19 years ago
- 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