Alexandre Julliard
|
30a7d0a5a7
|
shell32/tests: Avoid some array bounds warnings.
|
2011-11-07 11:44:35 +01:00 |
André Hentschel
|
8b0a2c2872
|
shell32/tests: Don't test function directly when reporting GetLastError().
|
2011-09-26 18:15:20 +02:00 |
Michael Stefaniuc
|
44b2f66ac7
|
shell32: Remove casts to the type of the casted expression.
|
2011-09-21 14:41:33 +02:00 |
Piotr Caban
|
ceb7add45d
|
shell32/tests: Added more SHChangeNotify tests.
|
2011-09-21 11:35:44 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Jay Yang
|
0a7a3be0b1
|
shell32: Implement SHCreateDefaultContextMenu and CDefFolderMenu_Create2.
|
2011-08-04 11:54:14 +02:00 |
Jay Yang
|
23c8704cb5
|
shell32/tests: Add tests for SHCreateDefaultContextMenu.
|
2011-08-02 20:47:49 +02:00 |
Octavian Voicu
|
907f94e144
|
shell32: Disable WOW64 redirection when converting pidls to UNIX paths.
|
2011-07-29 18:15:54 +02:00 |
Michael Stefaniuc
|
1da5c9d17f
|
shell32/tests: COM cleanup in shlfolder.c.
|
2011-04-27 11:53:06 +02:00 |
Francois Gouget
|
91de605dd2
|
shell32/tests: Make test_ShellItemGetAttributes() static.
|
2011-03-16 14:14:24 +01:00 |
Marcus Meissner
|
edd696078f
|
shell32: memset only gets character (Coverity).
|
2011-03-15 17:14:07 +01:00 |
Francois Gouget
|
b7b916b05f
|
shell32/tests: Add a trailing '\n' to a skip().
|
2011-03-07 11:09:04 +01:00 |
Austin English
|
3c69f657fb
|
shell32/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:26 +01:00 |
Austin English
|
8a3294e8b6
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:27:19 +01:00 |
Nikolay Sivov
|
7ee7f0843b
|
shell32/tests: Fix couple PIDL leaks in tests.
|
2011-01-24 12:35:02 +01:00 |
Austin English
|
19fa0b32fd
|
shell32/tests: fix a couple memory leaks (Valgrind).
|
2011-01-18 13:29:57 +01:00 |
Nikolay Sivov
|
38a995021a
|
shell32/tests: Fix some leaks in tests (Valgrind).
|
2011-01-17 12:50:58 +01:00 |
André Hentschel
|
2c20270d24
|
shell32/tests: Don't test function directly when reporting GetLastError().
|
2010-12-31 11:44:40 +01:00 |
David Hedberg
|
0d87e1f9fd
|
shell32: IShellItem::GetAttributes should also work on the desktop shellfolder.
|
2010-12-20 12:47:40 +01:00 |
Paul Vriens
|
5680cf6293
|
shell32/tests: Use more A-functions to fix Win95 and actually test correctly on Win9x.
|
2010-11-29 11:24:09 +01:00 |
Andrew Eikum
|
2f05b5a6d9
|
shell32: Fix an off-by-one error that causes an infinite loop.
|
2010-11-18 12:31:22 +01:00 |
Andrew Eikum
|
b75b9fab2f
|
shell32: PIDLs should be checked recursively in SHChangeNotify.
|
2010-11-15 12:59:05 +01:00 |
Andrew Eikum
|
71fad7d18d
|
shell32/tests: Make SHChangeNotify tests more easily extendible.
|
2010-11-15 12:59:03 +01:00 |
Andrew Eikum
|
f324f3c31e
|
shell32: Don't fail if the path doesn't exist in Unix in IShellFolder::ParseDisplayName.
|
2010-11-12 11:41:08 +01:00 |
David Hedberg
|
10c0c4a8c1
|
shell32: Don't allow binding to files in any ShellFolder implementation.
|
2010-11-08 13:30:21 +01:00 |
Alexandre Julliard
|
730f01801f
|
tests: Make some variables static.
|
2010-10-01 13:41:42 +02:00 |
Alasdair Sinclair
|
e3788512ad
|
shell32/test: Prevent crash on cleanup if tests fail.
|
2010-09-27 14:10:43 +02:00 |
Alexandre Julliard
|
c15b376a15
|
shell32: Map the x86 version of the folder to the appropriate path depending on Wow64 mode.
|
2010-09-21 14:11:27 +02:00 |
Francois Gouget
|
6f1326fac1
|
shell32/tests: Fix compilation on systems that don't support nameless unions.
|
2010-08-30 11:26:46 +02:00 |
David Hedberg
|
1f73f3a591
|
shell32: Support BHID_SFUIObject and BHID_DataObject in IShellItem::BindToHandler.
|
2010-08-24 17:22:49 +02:00 |
Francois Gouget
|
c15308f869
|
shell32/tests: Remove spaces before '\n's in traces.
|
2010-08-24 15:22:36 +02:00 |
Francois Gouget
|
a879046f63
|
shell32/tests: Remove unneeded NULL pointer casts.
|
2010-08-24 15:22:35 +02:00 |
Francois Gouget
|
88cae5d4c7
|
Assorted spelling fixes.
|
2010-08-24 15:22:35 +02:00 |
David Hedberg
|
6fbfb7cd1d
|
shell32: Partial implementation of IShellItem::BindToHandler.
|
2010-08-17 14:21:22 +02:00 |
Andrew Eikum
|
9f37536d6a
|
shell32: Add tests for SHChangeNotify functions.
|
2010-08-04 12:15:24 +02:00 |
Andrew Eikum
|
61b670a392
|
shell32/tests: Fix some Win9x failures.
|
2010-08-03 18:00:38 +02:00 |
David Hedberg
|
fd6d9cd8f2
|
shell32: Implement SHCreateShellItemArrayFromDataObject.
|
2010-07-26 18:38:31 +02:00 |
David Hedberg
|
bf1b56be10
|
shell32: Implement SHCreateShellItemArrayFromShellItem.
|
2010-07-26 18:38:30 +02:00 |
David Hedberg
|
090824feb5
|
shell32: Initial implementation of IShellItemArray with SHCreateShellItemArray.
|
2010-07-26 18:38:30 +02:00 |
David Hedberg
|
caffc9f557
|
shell32: Implement IShellItem::Compare.
|
2010-07-26 13:34:21 +02:00 |
David Hedberg
|
2f5b53e7d7
|
shell32: Implement SHGetItemFromObject.
|
2010-07-26 13:34:21 +02:00 |
David Hedberg
|
b8a40388ee
|
shell32: Implement SHGetIDListFromObject.
|
2010-07-23 13:05:31 +02:00 |
David Hedberg
|
c8c2bc8b4b
|
shell32: Implement SHGetItemFromDataObject.
|
2010-07-23 13:05:31 +02:00 |
David Hedberg
|
222d2142ef
|
shell32: Implement SHCreateItemFromIDList.
|
2010-07-23 13:05:31 +02:00 |
David Hedberg
|
5b0b56fac4
|
shell32: Implement SHCreateItemFromParsingName.
|
2010-07-23 13:05:31 +02:00 |
David Hedberg
|
b43bcdf524
|
shell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName.
|
2010-07-23 13:05:31 +02:00 |
Andrew Eikum
|
f99c81621c
|
shell32: IShellFolder::ParseDisplayName should work for missing files if given valid IBindCtx.
Additionally, SHSimpleIDListFromPath now returns PIDLs for non-existent
paths, as it should.
|
2010-07-22 10:24:56 +02:00 |
David Hedberg
|
fb88e06e79
|
shell32: Implement IPersistFolder2 for the desktop folder.
|
2010-07-20 14:40:32 +02:00 |
David Hedberg
|
d60c9adca2
|
shell32: Fix some return values from the shellview contextmenu.
|
2010-07-19 15:06:15 +02:00 |
Alexandre Julliard
|
fa2444caf1
|
shell32/tests: Use the windows directory for the SHParseDisplayName test to avoid ambiguous namings.
|
2010-06-21 11:50:15 +02:00 |