Francois Gouget
|
fc93ff351e
|
shell32: Get rid of TRASH_ELEMENT and TRASH_DisposeElement().
The latter was unused while the former did not seem very useful.
|
2009-02-09 13:15:04 +01:00 |
Alexandre Julliard
|
03fe2d0d51
|
shell32: Use RtlRandom instead of the non-portable rand_r.
|
2008-12-22 20:14:59 +01:00 |
Alexandre Julliard
|
1ccc170b32
|
shell32: Use Win32 functions instead of Unix ones to retrieve the current time.
|
2008-12-22 11:45:20 +01:00 |
Francois Gouget
|
215738a140
|
dirent.h is a conditional include now.
|
2008-10-20 11:37:27 +02:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Andrew Talbot
|
efdc116856
|
shell32: Constify some variables.
|
2007-11-06 13:02:25 +01:00 |
Andrew Talbot
|
0b1fb44aaf
|
shell32: Declare some functions static.
|
2007-02-07 11:03:33 +01:00 |
Francois Gouget
|
c35b6b9223
|
shell32: Fix inclusion of conditional headers (spotted by winapi_check).
|
2006-11-13 12:59:18 +01:00 |
James Hawkins
|
7b89ff88e8
|
janitorial: Remove redundant NULL checks before SHFree.
|
2006-10-07 17:52:59 +02:00 |
Mikołaj Zalewski
|
47b40c5879
|
shell32: Show the original file name and deletion date in the Trash folder.
|
2006-08-18 11:42:00 +02:00 |
Mikołaj Zalewski
|
76a20d38f3
|
shell32: Add trash items enumeration.
|
2006-08-09 12:47:57 +02:00 |
Mikołaj Zalewski
|
289e469e7c
|
shell32: Add a Trash virtual folder.
|
2006-08-09 12:47:39 +02:00 |
Francois Gouget
|
ce9b4baad8
|
Assorted spelling fixes.
|
2006-08-07 13:52:55 +02:00 |
Mikołaj Zalewski
|
718a9d6df5
|
shell32: Send directories and non-regular files to the trash.
|
2006-08-01 18:35:03 +02:00 |
Mikołaj Zalewski
|
f2686c7ce9
|
shell32: Add trashing support functions.
|
2006-07-31 12:55:12 +02:00 |