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 |
Henri Verbeet
|
5cfb3c4a6f
|
shell32: Add IShellView32 stubs.
|
2008-10-14 13:41:55 +02:00 |
Michael Stefaniuc
|
f6baf97629
|
shell32: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:41:52 +02:00 |
Jon Griffiths
|
f2276f5a49
|
include: Provide wide char definitions for CFSTR_*.
|
2008-06-19 12:44:43 +02:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Alexander Nicolaysen Sørnes
|
84e945f180
|
shell32: Handle backspace key in shellview.
|
2007-12-06 12:13:02 +01:00 |
Alexandre Julliard
|
7a4e3a1011
|
shell32: Get rid of the internal _InsertMenuItem function.
|
2007-12-03 15:49:51 +01:00 |
Andrew Talbot
|
ebb2fa1aa3
|
shell32: Constify some variables.
|
2007-11-05 14:55:55 +01:00 |
Mikołaj Zalewski
|
4db3b1bba8
|
shell32: shlview: Change some more ANSI calls to Unicode.
|
2007-09-26 12:15:34 +02:00 |
Mikołaj Zalewski
|
212c36048a
|
shell32: Make the shell view control Unicode.
|
2007-09-26 12:15:27 +02:00 |
Thomas Weidenmueller
|
042bdefe5e
|
shell32: Set current directory when executing files in a shell view.
|
2007-07-09 11:46:19 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |