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