Update the address of the Free Software Foundation.
[wine] / dlls / shell32 / tests / shlfolder.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-02-27  Michael Jungshell32/tests: Added test for Desktop::ParseDisplayName...
2006-02-11  Martin Fuchsshell32: SHELL32_GetItemAttributes()
2006-01-16  Michael Jungunixfs: Fix SetNameOf.
2006-01-03  Michael Jungshell32/unixfs: Added unicode support in folder and...
2005-12-22  Michael Jungshell32: Added some test to document native ITEMIDLIST...
2005-12-20  Michael Jungshell32/tests: Fixed a test failing on WinXP.
2005-12-12  Paul Vriensshell32/tests/shlfolder.c: ILFindLastID has to be calle...
2005-12-02  Michael JungAdded a test for native PIDL format.
2005-11-28  Martin FuchsCorrectly call HCR_GetFolderAttributes() in SHELL32_Get...
2005-11-09  Saulius KrasuckasDisable code that segfaults on Win98 SE.
2005-11-05  Michael Jung- Move target folder initialization to a dedicated...
2005-11-03  Michael JungAdded some more unit tests for FolderShortcut objects.
2005-11-03  Alexandre JulliardAuthors: Vitaliy Margolen <wine-patch@kievinfo.com...
2005-10-27  Michael JungImplemented UnixFolder's IPersistPropertyBag::Load...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-07  Michael JungRemoved two todo_wine's around tests that meanwhile...
2005-09-07  Michael JungDon't clone pidlLast in SHBindToParent.
2005-09-06  Saulius KrasuckasSHELL32.ILFindLastID is exported by ordinal.
2005-08-29  Michael JungAdded test to show that Windows does not allocate a...
2005-08-23  Michael JungAdded some tests for CLSID_FolderShortcut objects.
2005-08-22  Saulius KrasuckasMake file operations succeed on Win9x too.
2005-08-16  Francois GougetDynamically load StrRetToBufW(). This lets shell32_test...
2005-08-15  Saulius KrasuckasXP returns E_INVALIDARG on failure.
2005-08-12  Saulius KrasuckasWin98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND...
2005-08-11  Steven EdwardsCorrect definition of SFGAO_STORAGEANCESTOR.
2005-08-08  Saulius KrasuckasRemove trailing backslash.
2005-08-08  Saulius KrasuckasWine and NT4 returns E_FAIL on failure.
2005-08-02  Saulius KrasuckasAdded test for IShellFolder_ParseDisplayName.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Michael JungReturn correct HRESULT code in UnixFolder's IEnumIDList...
2005-06-30  Saulius KrasuckasPrepare for adding new tests.
2005-06-29  Vitaliy MargolenILFree is not available on all versions.
2005-06-27  Saulius KrasuckasAdditional test cases for IShellFolder_BindToObject.
2005-06-24  Michael JungAdded tests for ShellFolder's CallForAttributes value.
2005-06-22  Saulius Krasuckas- Move test init code back to START_TEST(shlfolder).
2005-06-21  Saulius KrasuckasCleanup the shlfolder test a bit more.
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
2005-06-14  Michael JungAdded tests to compare SHGetPathFromIDList and GetDispl...
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-06-01  Mike McCormackEliminate some -Wwrite-strings warnings.
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
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...