shell32/tests: Modify tests of redirection to check more advanced features.
[wine] / dlls / shell32 / tests /
2011-06-29  Mariusz Plucińskishell32/tests: Modify tests of redirection to check...
2011-06-27  Marcus Meissnershell32: Remove superflous NULL check (Coverity).
2011-06-27  Francois GougetAssorted spelling fixes.
2011-06-24  Mariusz Plucińskishell32: Add IKnownFolder::SetPath() implementation.
2011-06-24  Mariusz Plucińskishell32: Add implementation of IKnownFolder::GetCategory.
2011-06-24  Mariusz Plucińskishell32/tests: Add test of IKnownFolder::GetCategory...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolder::GetPath support.
2011-06-22  Mariusz Plucińskishell32: Add support of registry-registered folders...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolderManager::UnregisterFolder...
2011-06-22  Mariusz Plucińskishell32: Add IKnownFolderManager::RegisterFolder implem...
2011-06-14  Mariusz Plucińskishell32/tests: Add tests for SHGet/SetKnownFolderPath...
2011-06-14  Mariusz Plucińskishell32/tests: Add test of redirecting known folders.
2011-06-14  Mariusz Plucińskishell32/tests: Add test of IKnownFolderManager::Registe...
2011-06-14  Mariusz Plucińskishell32/tests: Verify known folders available in system.
2011-06-13  Mariusz Plucińskishell32/tests: Add test of IKnownFolderManager::GetFold...
2011-06-10  Mariusz Plucińskishell32/tests: Test of IKnownFolder::GetFolderDefinition.
2011-06-10  Mariusz Plucińskishell32/tests: Basic tests of IKnownFolder.
2011-06-10  Mariusz Plucińskishell32/tests: Basic tests of IKnownFolderManager.
2011-05-25  Michael Stefaniucshell32/tests: COM cleanup in ebrowser.c.
2011-05-10  André Hentschelshell32/tests: Also test without flags.
2011-04-29  André Hentschelshell32: Add some selection tests.
2011-04-27  Michael Stefaniucshell32/tests: COM cleanup in shlfolder.c.
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...
next