Implemented enough of IShellFolder2 to make UnixFolder work within the
[wine] / dlls / shell32 / tests /
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2005-03-25  Paul VriensPrint retval in decimal to avoid confusion.
2005-03-22  Jakob ErikssonIf the device gets interrupted, we just give up.
2005-03-22  Jakob ErikssonStrRetToStrNAW returns ok on NT4, though it should...
2005-02-25  Mike McCormack- implement loading and saving of MSI advertised shortc...
2005-02-16  Huw DaviesSetPath("") should return S_OK.
2005-02-14  Francois GougetTest the interaction between IShellLink::SetIDList...
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-06  Stefan LeichterFix missing imports of the test program on NT4.
2004-10-28  Rolf KalbermatterAdd test for SHCreateDirectoryEx function.
2004-10-26  Juan LangUpdate shell32's version to WinXP level.
2004-10-26  Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-22  Francois GougetFix the function pointer declarations so MSVC likes...
2004-10-22  Mike McCormackAdd a test for creating empty shelllink files.
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-10-11  Vitaliy MargolenSort files/folders before testing.
2004-10-07  Francois GougetConformance tests must not include wine/debug.h.
2004-09-13  Vitaliy MargolenIShellFolder::CompareIDs - return only -1/0/1 in lower...
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-22  Francois GougetMoved declarations from undocshell.h to shlobj.h to...
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Francois GougetAdd new fields to the NOTIFYICONDATA structure so it...
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-10  Jon GriffithsTests for StrRetToStrAW.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...