winex11: Implement cursor clipping using a pointer grab.
[wine] / dlls / shell32 / tests /
2011-03-16  Francois Gougetshell32/tests: Make test_ShellItemGetAttributes() static.
2011-03-15  Marcus Meissnershell32: memset only gets character (Coverity).
2011-03-07  Francois Gougetshell32/tests: Add a trailing '\n' to a skip().
2011-02-25  Austin Englishshell32/tests: Remove win9x hacks.
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure a return value is used (LLVM...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-02-09  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-08  Alexander Morozovshell32: Partially implement FolderItem::get_Path.
2011-02-08  Alexander Morozovshell32: Implement Folder2::get_Self.
2011-02-04  Alexander Morozovshell32/tests: NT4 doesn't have the Folder2 interface.
2011-02-03  Alexander Morozovshell32/tests: Add tests for FolderItem::get_Path.
2011-02-01  Andrew Nguyenshell32: Store the autocompletion object pointer in...
2011-02-01  Andrew Nguyenshell32: Improve initialization state and parameter...
2011-02-01  Andrew Nguyenshell32/tests: Release the IAutoComplete interface...
2011-01-31  Nikolay Sivovshell32/tests: Fix a dependency on unimplemented functi...
2011-01-28  Alexander Morozovshell32: Partially implement Folder::get_Title.
2011-01-28  Alexander Morozovshell32: Implement IShellDispatch::NameSpace.
2011-01-27  Alexander Morozovshell32/tests: Fix test failure on some NT4.
2011-01-27  Greg Geldorpshell32/tests: Use long file name.
2011-01-26  Greg Geldorpshell32/tests: Remove shlwapi dependency.
2011-01-25  Vincent Povirkshell32: Test links to executable filenames lacking...
2011-01-24  Alexander Morozovshell32/tests: Add tests for IShellDispatch::NameSpace.
2011-01-24  Nikolay Sivovshell32/tests: Fix couple PIDL leaks in tests.
2011-01-20  Nikolay Sivovshell32/tests: Close find file handle (Valgrind).
2011-01-19  Nikolay Sivovshell32/tests: Fix a PIDL leak in tests (Valgrind).
2011-01-18  Austin Englishshell32/tests: fix a couple memory leaks (Valgrind).
2011-01-17  David Hedbergshell32/tests: Fix a leak in the ebrowser tests (Valgrind).
2011-01-17  Nikolay Sivovshell32/tests: Fix some leaks in tests (Valgrind).
2011-01-03  David Hedbergshell32: Fix test error on certain w2k8 setups.
2010-12-31  André Hentschelshell32/tests: Don't test function directly when report...
2010-12-30  André Hentschelshell32/tests: Don't test function directly when report...
2010-12-28  Greg Geldorpshell32/tests: Fix race conditions.
2010-12-28  Greg Geldorpshell32/tests: Support for IShellFolderView::RemoveObje...
2010-12-23  David Hedbergshell32: Add IInputObject stub to ExplorerBrowser.
2010-12-23  André Hentschelshell32/tests: Fix a typo.
2010-12-20  David Hedbergshell32: IShellItem::GetAttributes should also work...
2010-12-20  David Hedbergshell32: Return S_OK in ::SetPropertyBag.
2010-12-20  David Hedbergshell32: Fix ExplorerBrowser::SetRect to work properly...
2010-12-14  André Hentschelshell32: Fix shelllink test to not crash on NT4.
2010-12-08  Michael Stefaniucshell32/tests: Standardize the COM usage in shlview.c.
2010-12-03  Austin Lundshell32/tests: Fixed SHPathPrepareForWriteW tests on...
2010-11-29  Paul Vriensshell32/tests: Use more A-functions to fix Win95 and...
2010-11-18  Andrew Eikumshell32: Fix an off-by-one error that causes an infinit...
2010-11-16  Piotr Cabanshell32/tests: Added SHPropStg* tests.
2010-11-15  Andrew Eikumshell32: PIDLs should be checked recursively in SHChang...
2010-11-15  Andrew Eikumshell32/tests: Make SHChangeNotify tests more easily...
2010-11-12  Andrew Eikumshell32: Don't search Path or PIDL for an icon in IShel...
2010-11-12  Andrew Eikumshell32: Don't fail if the path doesn't exist in Unix...
2010-11-08  David Hedbergshell32: Don't allow binding to files in any ShellFolde...
2010-11-08  David Hedbergshell32: Don't crash on NULL cmdgroup in DefView OleCom...
2010-10-25  Marcus Meissnershell32: Pass correct size to MultiByteToWideChar.
2010-10-01  Alexandre Julliardshell32/tests: Fix some test failures on Vista.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-27  Alasdair Sinclairshell32/test: Prevent crash on cleanup if tests fail.
2010-09-21  Alexandre Julliardshell32: Map the x86 version of the folder to the appro...
2010-09-20  Michael Mc Donnellshell32/tests: SHBrowseForFolder should return new...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-14  Hans Leidekkershell32: Implement SHGetFolderPathEx.
2010-09-13  Francois Gougetshell32/tests: Make create_commdlgbrowser3() static.
2010-09-06  Michael Mc Donnellshell32/tests: Test that basic renaming is supported.
2010-08-30  Francois Gougetshell32/tests: Fix compilation on systems that don...
2010-08-26  David Hedbergshell32: Add a navigation pane to the ExplorerBrowser...
2010-08-26  David Hedbergshell32: Get ExplorerPaneVisibility from site of the...
2010-08-26  David Hedbergshell32: Check for ICommDlgBrowser from site and use...
2010-08-26  Francois Gougetshell32/tests: Add a trailing '\n' to an ok() call.
2010-08-25  David Hedbergshell32: Add IObjectWithSite implementation to the...
2010-08-25  David Hedbergshell32: Add ICommDlgBrowser3 stub to the ExplorerBrows...
2010-08-25  David Hedbergshell32: Add a travellog to the ExplorerBrowser control.
2010-08-25  David Hedbergshell32: Implement IExplorerBrowser::BrowseToObject.
2010-08-24  David Hedbergshell32/tests: Add some event tests to ExplorerBrowser...
2010-08-24  David Hedbergshell32/tests: Add some tests related to the shellview...
2010-08-24  David Hedbergshell32/tests: Some additional tests for IShellBrowser.
2010-08-24  David Hedbergshell32: Implement IExplorerBrowser::BrowseToIDList...
2010-08-24  David Hedbergshell32: Support BHID_SFUIObject and BHID_DataObject...
2010-08-24  David Hedbergshell32: Implement IExplorerBrowser::Advise and IExplor...
2010-08-24  Francois Gougetshell32/tests: Remove spaces before '\n's in traces.
2010-08-24  Francois Gougetshell32/tests: Remove unneeded NULL pointer casts.
2010-08-24  Francois GougetAssorted spelling fixes.
2010-08-23  David Hedbergshell32: Implement IExplorerBrowser::SetFolderSettings.
2010-08-23  David Hedbergshell32: Implement IExplorerBrowser::SetOptions and...
2010-08-20  David Hedbergshell32: Implement IExplorerBrowser::SetRect.
2010-08-20  David Hedbergshell32: Implement IExplorerBrowser::Initialize.
2010-08-20  David Hedbergshell32: Add IShellBrowser stub.
2010-08-20  David Hedbergshell32/tests: Add initial tests for the IExplorerBrows...
2010-08-17  David Hedbergshell32: Partial implementation of IShellItem::BindToHa...
2010-08-04  Andrew Eikumshell32: Add tests for SHChangeNotify functions.
2010-08-03  Andrew Eikumshell32/tests: Fix some Win9x failures.
2010-07-26  Ilya Basinshell32/tests: CommandLineToArgvW("") shouldn't truncat...
2010-07-26  David Hedbergshell32: Implement SHCreateShellItemArrayFromDataObject.
2010-07-26  David Hedbergshell32: Implement SHCreateShellItemArrayFromShellItem.
2010-07-26  David Hedbergshell32: Initial implementation of IShellItemArray...
2010-07-26  David Hedbergshell32: Implement IShellItem::Compare.
2010-07-26  David Hedbergshell32: Implement SHGetItemFromObject.
2010-07-23  David Hedbergshell32: Implement SHGetIDListFromObject.
2010-07-23  David Hedbergshell32: Implement SHGetItemFromDataObject.
next