Francois Gouget
|
413c6f60cf
|
Assorted spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-02 12:59:52 +09:00 |
Zhenbo Li
|
637bcd5de9
|
shell32: Fix return type for helper functions of SHFileOption.
|
2015-09-01 21:11:16 +09:00 |
Francois Gouget
|
f505e6fb4a
|
Assorted spelling fixes.
|
2015-03-19 21:54:14 +09:00 |
Dmitry Timoshkov
|
5acb82fc28
|
shell32: Fix SHFileOperation(FO_MOVE) for a directory with subdirectories.
|
2015-03-19 21:05:13 +09:00 |
Sebastian Lackner
|
7c48641100
|
shell32: Fix incorrect size argument of FormatMessageW.
|
2015-03-02 13:51:18 +09:00 |
Zhenbo Li
|
2ba9ee018b
|
shell32: Fix SHFileOperation when deleting a nonexistent directory.
|
2014-06-25 11:55:10 +02:00 |
Aric Stewart
|
a2c905244b
|
shell32: Improve the FO_MOVE operation.
|
2014-02-27 11:45:51 -06:00 |
Damjan Jovanovic
|
0f64ffd91f
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
Daniel Lehman
|
32f636f6d1
|
shell32: Initialize fAnyOperationsAborted in SHFileOperation.
|
2012-11-07 13:55:57 +01:00 |
Francois Gouget
|
79ea850eab
|
shell32: Add some more function prototypes and fix the IsNetDrive() one.
|
2012-09-24 22:27:29 +02:00 |
Damjan Jovanovic
|
74fe2989cb
|
shell32: Fix some return types.
|
2012-06-20 10:31:03 +02:00 |
Frédéric Delanoy
|
78b66ba020
|
shell32: Remove dead assignment (Clang).
|
2011-07-08 13:41:02 +02:00 |
Alexandre Julliard
|
22b7fedff5
|
shell32: Fix incorrect use of the ScreenToClient function.
|
2010-10-05 14:02:35 +02:00 |
Christian Costa
|
240afab362
|
shell32: Allow copy operation to overwrite an existing write protected file + tests.
|
2010-02-23 17:45:40 +01:00 |
Vincent Povirk
|
b609e25204
|
shell32: Use the current directory when copying to an empty destination.
|
2010-02-08 17:14:43 +01:00 |
Vincent Povirk
|
a18bc73fce
|
shell32: Fix a memory leak in SHFileOperationW.
|
2009-12-18 11:44:49 +01:00 |
Michael Stefaniuc
|
6c54ad3dba
|
shell32: Remove superfluous pointer casts.
|
2009-02-19 12:52:02 +01:00 |
Alexandre Julliard
|
5f36d0239f
|
kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64.
|
2008-12-31 20:59:51 +01:00 |
Alexandre Julliard
|
1abff5afef
|
shell32: Make some functions static.
|
2008-12-03 12:09:38 +01:00 |
Francois Gouget
|
36e195a185
|
shell32: Remove WINAPI/CALLBACK on static functions where not needed.
|
2008-11-26 12:33:16 +01:00 |
Andrew Talbot
|
45d7897c62
|
shell32: Sign-compare warnings fix.
|
2008-11-12 11:49:12 +01:00 |
Andrew Talbot
|
f692f19531
|
shell32: Remove unused variables.
|
2008-04-25 11:28:37 +02:00 |
Austin English
|
aab8fae59a
|
Spelling fixes.
|
2008-04-21 14:25:05 +02:00 |
James Hawkins
|
5469551f6b
|
shell32: Fix and simplify the FO_COPY operation, with tests.
|
2008-04-03 11:29:07 +02:00 |
James Hawkins
|
6ecccdb790
|
shell32: Handle a few cases in FO_COPY that arise from not double-NULL terminating the input.
|
2008-04-02 12:33:50 +02:00 |
Andrew Talbot
|
2cce0040a0
|
shell32: Assign to structs instead of using memcpy.
|
2008-03-18 11:15:26 +01:00 |
Andrew Talbot
|
36d32df5e6
|
shell32: Constify some variables.
|
2007-11-02 12:24:19 +01:00 |
Michael Stefaniuc
|
a5fdea0e6a
|
janitorial: Remove two fresh redundant NULL checks before HeapFree(). Found by Smatch.
|
2007-09-17 13:47:49 +02:00 |
Vincent Povirk
|
f4a4a1c054
|
shell32: Implement SHPathPrepareForWrite.
|
2007-09-14 16:20:14 +02:00 |
Aric Stewart
|
fdd42046fb
|
shell32: In SHNameTranslate use the right part of the string for sizing.
|
2007-08-15 10:38:38 +02:00 |
Francois Gouget
|
5266e57975
|
Assorted spelling fixes.
|
2007-07-31 21:37:50 +02:00 |
Martin Fuchs
|
303b357ce1
|
shell32: Implementation of SheGetDirA/W and SheChangeDirA/W.
|
2007-07-19 14:51:08 +02:00 |
Alexandre Julliard
|
92ceff203b
|
shell32: Get rid of CharNextW.
|
2007-06-25 14:01:59 +02:00 |
Alexandre Julliard
|
9d2d5eae2d
|
shell32: Don't wrap SHELL_ConfirmIDs in an assert. Fixed return value.
|
2007-02-14 14:43:50 +01:00 |
Mikołaj Zalewski
|
33ee219ce3
|
shell32: Allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs).
|
2007-02-12 12:38:57 +01:00 |
Mikołaj Zalewski
|
c55277c7e1
|
shell32: Add a confirmation dialog with a "Yes to All" option.
|
2007-02-12 12:38:39 +01:00 |
Andrew Talbot
|
388fe7e371
|
shell32: Declare some functions static.
|
2007-02-07 11:03:28 +01:00 |
Alexandre Julliard
|
a051487d3b
|
shell32: Avoid using garbage data in wildcard expansion.
|
2006-12-11 15:37:35 +01:00 |
Alexandre Julliard
|
dc0c3677cd
|
shell32: Don't use the short path name to delete files in SHFileOperation.
|
2006-11-14 12:00:23 +01:00 |
Andrew Talbot
|
19e85ca5a9
|
shell32: Another cast-qual warning fix.
|
2006-10-02 11:55:32 +02:00 |
Mikołaj Zalewski
|
c1ca35d051
|
shell32: Fix a bug in SHELL_ConfirmW.
Fix a bug introduced while changing the OK/Cancel to Yes/No.
|
2006-08-26 18:54:47 +02:00 |
Mike McCormack
|
e5d9b2f189
|
shell32: Use kernel functions in preference to libwine ones.
|
2006-08-24 12:42:42 +02:00 |
Mike McCormack
|
000eddbc8c
|
shell32: Don't add the directory name twice when recursing into subdirectories.
|
2006-08-22 12:00:14 +02:00 |
Mikołaj Zalewski
|
961881836e
|
shell32: Use Yes/No instead of OK/Cancel in confirm dialogs.
|
2006-08-18 11:36:52 +02:00 |
Mike McCormack
|
5678ec4db6
|
shell32: Use case insensitive comparisons when comparing paths.
|
2006-08-08 19:34:40 +02:00 |
Mikołaj Zalewski
|
034c1c4f18
|
shell32: Call the trashing code from SHFileOperationW.
|
2006-07-31 12:55:41 +02:00 |
Mikołaj Zalewski
|
ca7de052b2
|
shell32: Add trashing confirmations.
|
2006-07-31 12:38:54 +02:00 |
Mikołaj Zalewski
|
ea0a102d55
|
shell32: Show a confirmation before deleting files with syscalls.
|
2006-07-07 17:28:10 +02:00 |
Pierre d'Herbemont
|
0eb07db3b6
|
shell: Move SHIsFileAvailableOffline from shell.c to shlfileop.c to
ensure the 16/32 bits separation.
|
2006-07-07 16:57:28 +02:00 |
Mikołaj Zalewski
|
89b458dac7
|
shell32: Add an icon for delete confirmation.
|
2006-07-03 11:36:52 +02:00 |