shell32: Avoid casts when creating item menu.
[wine] / dlls / shell32 / tests / shlview.c
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-01-17  Nikolay Sivovshell32/tests: Fix some leaks in tests (Valgrind).
2010-12-28  Greg Geldorpshell32/tests: Support for IShellFolderView::RemoveObje...
2010-12-08  Michael Stefaniucshell32/tests: Standardize the COM usage in shlview.c.
2010-11-08  David Hedbergshell32: Don't crash on NULL cmdgroup in DefView OleCom...
2010-10-01  Alexandre Julliardshell32/tests: Fix some test failures on Vista.
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...