Nikolay Sivov
|
3efda60ef6
|
shell32: Avoid pointer casts when background menu is created.
|
2012-01-11 17:47:30 +01:00 |
Nikolay Sivov
|
e9fa059976
|
shell32: Merge ShellView menu implementations into a single file.
|
2012-01-10 18:29:04 +01:00 |
Nikolay Sivov
|
a4dd8fb6a8
|
shell32: Use S_OK as successful return code name.
|
2012-01-09 15:34:15 +01:00 |
Michael Stefaniuc
|
44b2f66ac7
|
shell32: Remove casts to the type of the casted expression.
|
2011-09-21 14:41:33 +02:00 |
Francois Gouget
|
6454ec7f5d
|
shell32: Use wine_dbgstr_rect() to trace a potentially NULL rect struct.
|
2011-09-19 17:56:06 +02:00 |
Nikolay Sivov
|
ff090f749d
|
shell32: Fix pidl leak (Valgrind).
|
2011-09-12 10:08:09 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Jay Yang
|
cde4993d62
|
shell32: Have the default shell view call SHChangeNotifyRegister with unixfs pidls.
|
2011-07-12 11:39:05 +02:00 |
Francois Gouget
|
dddac58a98
|
shell32: Update a comment.
|
2011-06-27 13:09:47 -05:00 |
Michael Stefaniuc
|
3d172c6978
|
shell32: Finish the COM cleanup in shlview.c.
|
2011-05-23 11:18:07 +02:00 |
Michael Stefaniuc
|
7d4dfae2b8
|
shell32: COM cleanup for the IShellView2 iface.
|
2011-05-23 11:18:00 +02:00 |
David Hedberg
|
18d31c2799
|
shell32: Don't crash on NULL cmdgroup in DefView OleCommandTarget.
|
2010-11-08 13:30:21 +01:00 |
David Hedberg
|
0e7a5bf76c
|
shell32: Implement Set/GetCurrentViewMode in the default shellview.
|
2010-07-23 11:43:05 +02:00 |
Nikolay Sivov
|
fc59d0b2f8
|
shell32/shlview: Remove redundant message sent on every iteration, fix a helper interface leak.
|
2010-04-27 14:39:20 -05:00 |
Nikolay Sivov
|
7ea711964b
|
shell32/shlview: Try to use IShellDetails to respond on notifications if IShellFolder2 isn't available.
|
2010-04-27 14:39:08 -05:00 |
Nikolay Sivov
|
9d5b6bb965
|
shell32/shlview: Fix a typo in null pointer test condition, should be IShellFolder2 instead.
|
2010-04-22 11:56:21 +02:00 |
Nikolay Sivov
|
066063541d
|
shell32: Fallback to IShellDetails while filling shell view columns if IShellFolder2 is missed.
|
2010-04-19 15:38:40 +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
|
34577a84d9
|
shell32: Add IFolderView::Item implementation.
|
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 |
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
|
fa3dd31a9c
|
shell32: Add IShellFolderView::GetSelectedObjects implementation for IShellView.
|
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
|
0f794f9510
|
shell32: Some debug tracing improvements.
|
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 |
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
|
4261aaffd7
|
shell32/shellview: Remove unneeded memset, release browser reference on failure.
|
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
|
5308dfb396
|
shell32/shellview: Use W-calls for menu handling, same for SendMessage to ListView window.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
571159d5ff
|
shell32/shellview: Improve error handling on some helpers, fix possible leak.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
072951e2f8
|
shell32: Stub IShellView2::SelectAndPositionItem() over IFolderView::SelectAndPositionItems().
|
2010-03-05 12:40:54 +01:00 |
Nikolay Sivov
|
04e527b31b
|
shell32: Move SelectItem implementation to IFolderView and use it for IShellView::SelectItem.
|
2010-03-05 12:40:45 +01:00 |
Nikolay Sivov
|
c9751d3688
|
shell32: Cast to class data pointer IShellView2 vtable as it's a first member.
|
2010-03-05 12:40:34 +01:00 |
Nikolay Sivov
|
8032ae7047
|
shell32: Stub IFolderView implementation for IShellView instance.
|
2010-03-05 12:39:35 +01:00 |
Michael Stefaniuc
|
6f36945f2b
|
shell32: Remove some superfluous LPARAM/WPARAM casts.
|
2009-12-28 12:27:15 +01:00 |
Nikolay Sivov
|
daf99d4bdd
|
shell32: Fix some trace typos.
|
2009-12-09 14:25:25 +01:00 |
Eric Pouech
|
881bea26a4
|
shell32: In shell view, use the expected value for the effect in Drag & Drop operation.
|
2009-08-29 17:12:45 +02:00 |
Eric Pouech
|
35d6217def
|
Remove a couple of superfluous casts.
|
2009-08-29 17:11:26 +02:00 |
Nikolay Sivov
|
f8f8f0a457
|
comctl32/listview: Make ListView_* macros match PSDK.
|
2009-05-11 14:51:32 +02:00 |
Michael Stefaniuc
|
6c54ad3dba
|
shell32: Remove superfluous pointer casts.
|
2009-02-19 12:52:02 +01:00 |
Michael Stefaniuc
|
b7de266082
|
shell32: Remove superfluous casts; mostly of void pointers.
|
2008-11-06 11:09:51 +01:00 |
Henri Verbeet
|
abb7f92b78
|
shell32: Add a FIXME for unimplemented view modes.
|
2008-10-14 13:41:56 +02:00 |
Henri Verbeet
|
67f86a410f
|
shell32: Implement IShellView2_CreateViewWindow2.
|
2008-10-14 13:41:55 +02:00 |