shell32: Implement Set/GetCurrentViewMode in the default shellview.
[wine] / dlls / shell32 / tests / shlview.c
2010-07-23  David Hedbergshell32: Implement Set/GetCurrentViewMode in the defaul...
2010-07-20  David Hedbergshell32/tests: Try harder to subclass the listview.
2010-06-24  Francois Gougetshell32/tests: Make I{DataObject,ShellBrowser}Impl_Cons...
2010-03-24  Nikolay Sivovshell32/tests: Fix a test crash on Win9x.
2010-03-23  Nikolay Sivovshell32: Add IFolderView::Item implementation.
2010-03-23  Nikolay Sivovshell32: Add IShellFolderView::RemoveObject for IShellView.
2010-03-23  Nikolay Sivovshell32: IShellView::ContextSensitiveHelp not implemented.
2010-03-22  Nikolay Sivovshell32: Implement IShellFolderView::QuerySupport no...
2010-03-22  Nikolay Sivovshell32: Add IShellFolderView::SetRedraw implementation.
2010-03-22  Nikolay Sivovshell32: Implement some IShellFolderView methods over...
2010-03-22  Nikolay Sivovshell32: Add a stub IShellFolderView for IShellView.
2010-03-22  Nikolay Sivovshell32: Properly fail for unsupported interfaces in...
2010-03-15  Nikolay Sivovshell32/shellview: Don't crash on ::DragLeave called...
2010-03-15  Nikolay Sivovshell32/shellview: Implement IFolderView::ItemCount...
2010-03-15  Nikolay Sivovshell32/shellview: Implement IFolderView::GetFolder...
2010-03-15  Nikolay Sivovshell32/shellview: Implemented IFolderView::GetFocusedItem.
2010-03-15  Nikolay Sivovshell32/shellview: Implemented IFolderView::GetSelectio...
2010-03-15  Nikolay Sivovshell32: Initial test file for IShellView/IFolderView...