Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
David Hedberg
|
fb88e06e79
|
shell32: Implement IPersistFolder2 for the desktop folder.
|
2010-07-20 14:40:32 +02:00 |
David Hedberg
|
1d658d4bb7
|
shell32/tests: Try harder to subclass the listview.
|
2010-07-20 14:40:32 +02:00 |
Michael Mc Donnell
|
5c715b46f4
|
shell32/tests: Test that clicking "Make New Folder" makes a new folder.
|
2010-07-20 12:35:56 +02:00 |
David Hedberg
|
65f6ab7c86
|
shell32: Shell_MergeMenus should be declared in shlobj.h and exported by name.
|
2010-07-20 12:35:13 +02:00 |
David Hedberg
|
d60c9adca2
|
shell32: Fix some return values from the shellview contextmenu.
|
2010-07-19 15:06:15 +02:00 |
Ilya Basin
|
fcba272391
|
include: Fix packing bug in shlobj.h. pragma pack 8 for ITEMSPACING, CSFV, SFV_CREATE.
|
2010-06-28 11:42:12 +02:00 |
Ilya Basin
|
9c23b5debc
|
shell32/tests: SHELL_ArgifyW(%2|%*|%~3, ...) tests.
|
2010-06-25 16:17:09 +02:00 |
Francois Gouget
|
7649c75b40
|
Assorted typo and spelling fixes.
|
2010-06-24 10:37:05 +02:00 |
Francois Gouget
|
4898f6cb36
|
shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static.
|
2010-06-24 10:34:25 +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 |
Nikolay Sivov
|
45d6329cbb
|
shell32: Export lowlevel PIDL manipulation calls by name too.
|
2010-05-26 17:36:32 +02:00 |
Gerald Pfeifer
|
3a88623553
|
shell32/tests: Remove variable res which is not really used from init_strings.
|
2010-05-10 10:16:45 +02:00 |
Aric Stewart
|
2554a55b34
|
shell32: Handle NULL pName in ShellLink fnSetDescription.
|
2010-05-03 16:44:41 +02:00 |
Nikolay Sivov
|
f375123f01
|
shell32/tests: Fix a test failure on W2K (unimplemented method).
|
2010-04-20 16:21:37 +02:00 |
Nikolay Sivov
|
1b31b377b6
|
shell32: Load shell folder column names as A/W strings depending on 9x/NT selector.
|
2010-04-19 15:38:14 +02:00 |
Nikolay Sivov
|
c51b248b48
|
shell32: Add printers CLSID to test, clean up a bit.
|
2010-04-19 15:38:08 +02:00 |
Nikolay Sivov
|
90a5529de8
|
shell32: Add ::Initialize() and ::GetCurFolder() for printers folder IPersistFolder2 interface.
|
2010-04-19 15:38:00 +02:00 |
Nikolay Sivov
|
506264becd
|
shell32: Add ::GetDefaultColumnState() and partial ::GetDetailsOf() for printers folder.
|
2010-04-19 15:37:36 +02:00 |
Andrew Nguyen
|
7a7ece786c
|
shell32/tests: Release the test desktop interface on all appropriate exit paths in ParseDisplayName tests.
|
2010-04-19 15:32:47 +02:00 |
Alexandre Julliard
|
a8e86e35dd
|
winapi: Generate the 64-bit variant of structure size/alignment tests.
|
2010-04-07 18:03:00 +02:00 |
Nikolay Sivov
|
ef7abf1087
|
shell32/tests: Fix a test crash on Win9x.
|
2010-03-24 19:01:29 +01:00 |
Nikolay Sivov
|
34577a84d9
|
shell32: Add IFolderView::Item implementation.
|
2010-03-23 12:19:48 +01:00 |
Nikolay Sivov
|
edcaf53f94
|
shell32/tests: Use strict comparison for return values.
|
2010-03-23 12:19:48 +01:00 |
Nikolay Sivov
|
0a32123d10
|
shell32: Add IShellFolderView::RemoveObject for IShellView.
|
2010-03-23 12:19:48 +01:00 |
Nikolay Sivov
|
1f6c759e0c
|
shell32: IShellView::ContextSensitiveHelp not implemented.
|
2010-03-23 12:19:48 +01:00 |
Paul Vriens
|
d57f05f062
|
shell32/tests: Fix test failures on Win95, Win98 and NT4.
|
2010-03-22 15:52:44 +01:00 |
Nikolay Sivov
|
01ebc66535
|
shell32: Implement IShellFolderView::QuerySupport no-op method.
|
2010-03-22 15:52:36 +01:00 |
Nikolay Sivov
|
9958b80e9d
|
shell32: Add IShellFolderView::SetRedraw implementation.
|
2010-03-22 15:52:36 +01:00 |
Nikolay Sivov
|
61fc3f9004
|
shell32: Implement some IShellFolderView methods over IFolderView.
|
2010-03-22 15:52:36 +01:00 |
Nikolay Sivov
|
a3d0877ed6
|
shell32: Add a stub IShellFolderView for IShellView.
|
2010-03-22 15:52:36 +01:00 |
Nikolay Sivov
|
6a0bdddfc4
|
shell32: Add a note about a possible crash on NULL input.
|
2010-03-22 15:52:36 +01:00 |
Nikolay Sivov
|
53ae4e2ba0
|
shell32: Add IPersist support for desktop IShellFolder.
|
2010-03-22 15:52:36 +01:00 |
Nikolay Sivov
|
1168b79266
|
shell32: Properly fail for unsupported interfaces in IShellView::GetItemObject.
|
2010-03-22 15:52:35 +01:00 |
Francois Gouget
|
1cc79eaef7
|
shell32/tests: Remove spaces before '\n'.
|
2010-03-22 10:48:42 +01:00 |
Nikolay Sivov
|
b774baa35c
|
shell32: Add IPersistFile::GetCurFile implementation for IShellLink.
|
2010-03-19 12:23:42 +01:00 |
Ilya Basin
|
4b5f6ada17
|
shell32/tests: Add tests for the parser of SHELLEXECUTEINFO.lpFile.
|
2010-03-16 17:36:18 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Nikolay Sivov
|
345ab7d591
|
shell32/shellview: Don't crash on ::DragLeave called without droptraget.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
78c909fb08
|
shell32/shellview: Implement IFolderView::ItemCount for SVGIO_ALLVIEW flag.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
b8220e727c
|
shell32/shellview: Implement IFolderView::GetFolder() for IID_IShellFolder.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
8c92ba009d
|
shell32/shellview: Implemented IFolderView::GetFocusedItem.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
90b9c2fd39
|
shell32/shellview: Implemented IFolderView::GetSelectionMarkedItem() with basic test.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
537e3821d5
|
shell32: Initial test file for IShellView/IFolderView, implemented IFolderView::GetSpacing.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
fb45de3f66
|
shell32: Use return value on failure updated in Vista+.
|
2010-03-04 17:29:16 +01:00 |
Paul Vriens
|
f370ab7e9b
|
shell32/tests: Prevent crash on W2K and below.
|
2010-03-04 12:30:24 +01:00 |
Nikolay Sivov
|
500c785053
|
shell32: Implement SHParseDisplayName with basic tests.
|
2010-03-03 14:02:23 +01:00 |
Nikolay Sivov
|
721be7135f
|
shell32/tests: Minor test file cleanup.
|
2010-03-03 14:02:13 +01:00 |
Alexandre Julliard
|
d5a54642f4
|
shell32/tests: Fix broken check of the ok() macro return value.
Spotted by Yann Droneaud.
|
2010-02-24 16:04:05 +01:00 |
Alexandre Julliard
|
d279227538
|
shell32/tests: Don't use the return value of the ok macro.
|
2010-02-24 16:03:15 +01:00 |