shell32: Store the autocompletion object pointer in a window property rather than...
[wine] / dlls / shell32 / tests / shlfolder.c
2011-01-24  Nikolay Sivovshell32/tests: Fix couple PIDL leaks in tests.
2011-01-18  Austin Englishshell32/tests: fix a couple memory leaks (Valgrind).
2011-01-17  Nikolay Sivovshell32/tests: Fix some leaks in tests (Valgrind).
2010-12-31  AndrĂ© Hentschelshell32/tests: Don't test function directly when report...
2010-12-20  David Hedbergshell32: IShellItem::GetAttributes should also work...
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-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 fail if the path doesn't exist in Unix...
2010-11-08  David Hedbergshell32: Don't allow binding to files in any ShellFolde...
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-08-30  Francois Gougetshell32/tests: Fix compilation on systems that don...
2010-08-24  David Hedbergshell32: Support BHID_SFUIObject and BHID_DataObject...
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-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  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.
2010-07-23  David Hedbergshell32: Implement SHCreateItemFromIDList.
2010-07-23  David Hedbergshell32: Implement SHCreateItemFromParsingName.
2010-07-23  David Hedbergshell32: Implement SHGetNameFromIDList and IShellItem...
2010-07-22  Andrew Eikumshell32: IShellFolder::ParseDisplayName should work...
2010-07-20  David Hedbergshell32: Implement IPersistFolder2 for the desktop...
2010-07-19  David Hedbergshell32: Fix some return values from the shellview...
2010-06-21  Alexandre Julliardshell32/tests: Use the windows directory for the SHPars...
2010-05-26  Nikolay Sivovshell32: Export lowlevel PIDL manipulation calls by...
2010-04-19  Andrew Nguyenshell32/tests: Release the test desktop interface on...
2010-03-23  Nikolay Sivovshell32/tests: Use strict comparison for return values.
2010-03-22  Nikolay Sivovshell32: Add IPersist support for desktop IShellFolder.
2010-03-04  Nikolay Sivovshell32: Use return value on failure updated in Vista+.
2010-03-04  Paul Vriensshell32/tests: Prevent crash on W2K and below.
2010-03-03  Nikolay Sivovshell32: Implement SHParseDisplayName with basic tests.
2010-03-03  Nikolay Sivovshell32/tests: Minor test file cleanup.
2009-12-16  Huw Daviesshell32: Fix a memory leak in the tests.
2009-12-14  Vincent Povirkshell32: Fix a memory leak in a test.
2009-12-11  Paul Vriensshell32/tests: Fix a test failure on a default Windows...
2009-12-01  Austin Lundshell32/tests: Fix ITEMIDLIST_format test when running...
2009-11-29  Paul Vriensshell32/tests: Fix some test failures on Windows 7.
2009-08-19  Alexandre Julliardtests: Make wine_dbgstr_w available in test.h for all...
2009-06-22  Nicolas Le Camshell32/tests: Use win_skip() instead of skip() and...
2009-06-22  Nicolas Le Camshell32/tests: Fix a typo.
2009-06-19  Paul Vriensshell32/tests: Fix some test failures on Vista and...
2009-06-19  Paul Vriensshell32/tests: Fix a test failure on Vista and higher.
2009-06-18  Paul Vriensshell32/tests: Fix some test failures on Vista and...
2009-06-18  Paul Vriensshell32/tests: Fix a test failure on Vista and higher.
2009-06-18  Paul Vriensshell32/tests: Fix a test failure on Vista.
2009-06-18  Paul Vriensshell32/tests: Fix a test failure on Vista.
2009-05-22  Vincent Povirkshell32: Implement IShellItem_GetParent.
2009-05-22  Vincent Povirkshell32: Handle parent folders in SHCreateShellItem.
2009-05-22  Vincent Povirkshell32: Fail properly when no pidl is passed to SHCrea...
2009-05-22  Vincent Povirkshell32: Add test for SHCreateShellItem.
2009-04-24  Paul Vriensshell32/tests: Fix a test failure on Win98.
2009-04-24  Paul Vriensshell32/tests: Fix some test failures on Win9x and...
2009-04-23  Paul Vriensshell32/tests: Fix a test failure on Win95 and NT4.
2009-04-15  Paul Vriensshell32/tests: Fix some test failures on Vista.
2009-04-09  Nicolas Le Camshell32/tests: Fix ITEMIDLIST format test on Win2k...
2009-04-09  Nicolas Le Camshell32/tests: Skip FolderShortcut test on Win2k.
2009-04-09  Nicolas Le Camshell32/tests: Fix PropertyBag test on Win2k.
2009-04-09  Nicolas Le Camshell32/tests: Skip interactive part of SetNameOf test...
2009-04-09  Nicolas Le Camshell32/tests: Completly fix GetAttributesOf test when...
2009-04-07  Nicolas Le Camshell32/tests: Fix wrong comment and update test accord...
2009-04-07  Nicolas Le Camshell32/tests: Fix a test on WinNT and some Win95.
2009-04-06  Nicolas Le Camshell32/tests: Fix crash when launched from drive root...
2009-04-06  Nicolas Le Camshell32/tests: Fix GetAttributesOf tests on Win2k and...
2009-03-12  Paul Vriensshell32/tests: Fix a test failure on W2K and earlier.
2009-03-05  Paul Vriensshell32/tests: Skip some tests on Win95 because of...
2009-03-05  Paul Vriensshell32/tests: Make sure we test on Win95.
2009-03-05  Paul Vriensshell32/tests: Use the correct directory on Win95.
2009-02-05  Francois Gougetshell32/tests: Remove spaces before a '\n's.
2009-01-29  Aric Stewartshell32: In ParseDisplayName make use of shdocvw if...
2009-01-22  Paul Vriensshell32/tests: Fix a test on Win9x, WinME and W2K.
2009-01-22  Paul Vriensshell32/tests: Fix a test failure on Win9x and W2K.
2009-01-22  Paul Vriensshell32/tests: Use A-functions to test on Win9x.
2009-01-21  Paul Vriensshell32/tests: Fix a test failure on some platforms.
2008-12-05  Paul Vriensshell32/tests: Fix some new test failures on W2K.
2008-12-05  Vincent Povirkshell32: Add test for localized filenames in desktop...
2008-10-08  Michael Stefaniucshell32/tests: Use FAILED instead of !SUCCEEDED.
2008-09-02  Paul Vriensshell32/tests: Don't test unimplemented functions.
2008-06-23  Alistair Leslie... shell32: Stop crash when an error occurs.
2008-06-10  Alistair Leslie... shell32: Stop shlfolder tests crashing under win98.
2008-03-14  Stefan Leichtershell32: Fix SHGetFolderPathAndSubDir tests.
2008-03-04  Stefan Leichtershell32: Added tests for SHGetFolderPathAndSubDirA.
2007-12-18  Francois Gougetshell32/tests: Use GetProcAddress() on SHGetPathFromIDL...
2007-12-18  Francois Gougetshell32/tests: Copy the PathRemoveBackslashA() and...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-09  Francois Gougetshell32/tests: Fix test_GetDisplayName() to cope with...
2007-02-09  Francois Gougetshell32/tests: ILFree() and ILIsEqual() are exported...
2007-01-06  Francois Gougetshell32/tests: Print GetLastError() in decimal with...
next