Print something useful in trace and fixme.
[wine] / dlls / shell32 /
2005-08-22  Saulius KrasuckasMake file operations succeed on Win9x too.
2005-08-19  Michael JungAdded stubbed implementation of IPersistPropertyBag...
2005-08-19  Jason EdmeadesHandle context menu->refresh, and F5 to initiate a...
2005-08-19  Jason EdmeadesAdd the time to the file display dialog modified column.
2005-08-19  Michael JungImplemented IPersist::GetClassID.
2005-08-18  Alexandre JulliardAdded missing ntdll imports.
2005-08-18  Francois GougetTest "%l" and "%L". At the same time this tests alterna...
2005-08-17  Francois GougetFix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
2005-08-16  Francois GougetDynamically load StrRetToBufW(). This lets shell32_test...
2005-08-16  Francois GougetVerify the parameters received by the child process...
2005-08-16  Michael JungRemove "initguid.h" include from shellpath test.
2005-08-15  Ge van GeldorpFix resource leak on error paths.
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-08-15  Saulius KrasuckasFix some SHGetSpecialFolderPathA exceptions on WinME:
2005-08-15  Alexandre JulliardAuthors: Michael Jung <mjung@iss.tu-darmstadt.de>,...
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-12  Michael JungUse wine_get_dos_file_name instead of GetFullPathName.
2005-08-11  Francois GougetFix the return value of SHELL_Argify() so it once again...
2005-08-11  Steven EdwardsCorrect definition of SFGAO_STORAGEANCESTOR.
2005-08-11  Francois GougetFix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKE...
2005-08-09  Alexandre JulliardUse ERR instead of DPRINTF in dump_pidl_hex.
2005-08-08  Saulius KrasuckasRemove trailing backslash.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Saulius KrasuckasWine and NT4 returns E_FAIL on failure.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Mike McCormackgcc 4.0 RegSetValueEx warning fixes.
2005-08-02  Saulius KrasuckasAdded test for IShellFolder_ParseDisplayName.
2005-07-30  Jozef StefankaFixed browsing to other directories in Word 2003 file...
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-26  Alexandre JulliardGet rid of the _ICOM_THIS macros and call the inline...
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-24  Paul VriensSkip test that crashes on W2K/WinXP/W2K.
2005-07-24  Francois GougetGet started testing ShellExecute().
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-21  Troy RolloReturn attributes for the correct file in the unixfs...
2005-07-20  Michael JungInitial support for the IPersistFolder3 interface.
2005-07-20  Michael JungOnly initialize shell folders via the IPersistFolder3...
2005-07-19  Troy RolloWhen using PATHMODE_UNIX, all files are in the file...
2005-07-18  Michael JungUse CP_UNIXCP instead of CP_ACP when converting paths...
2005-07-18  Michael JungRelease shell folders only if they were successfully...
2005-07-18  Michael JungAppend filename extension if necessary in IShellFolder...
2005-07-15  Michael JungAdd file type column in detailed shell view.
2005-07-15  Michael JungDo filename postprocessing in GetDisplayNameOf (Hide...
2005-07-12  Michael JungDon't cache child pidls in UnixFolder, but create them...
2005-07-11  Detlef RiekenbergPrinters_RegisterWindowW / Printers_UnregisterWindow...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-11  Michael JungDon't use unix filesystem specific attributes in UnixFo...
2005-07-11  Michael JungRelease parent shell folder in GetAttributesOf.
2005-07-08  Michael JungFail in SHGetDataFromIDList when called on special...
2005-07-08  Michael JungPartially implemented UnixFolder's ISFHelper::CopyItems...
2005-07-08  Michael JungReturn correct HRESULT code in UnixFolder's IEnumIDList...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Michael JungImplemented UnixFolder's ISFHelper::DeleteItems interface.
2005-07-06  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Detlef RiekenbergPrinter_LoadIconsW: implemented minimal version.
2005-07-05  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Marcelo DuarteUpdate shell32 resources for Portuguese.
2005-07-05  Michael JungReturn correct attributes in ParseDisplayName.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Robert ShearmanImplement ShellDDEInit.
2005-06-30  Michael JungRegister unixfs at desktop level in DllRegisterServer.
2005-06-30  Michael JungFix two more corner cases in UNIXFS_get_unix_path and...
2005-06-30  Saulius KrasuckasPrepare for adding new tests.
2005-06-29  Michael JungIf the unixfs is rooted at the Desktop folder, forward
2005-06-29  Vitaliy MargolenILFree is not available on all versions.
2005-06-27  Aric StewartFix the BrowseForFolder dialog so that when it does...
2005-06-27  Michael JungPrecisely compute the necessary pidl length in UNIXFS_p...
2005-06-27  Saulius KrasuckasAdditional test cases for IShellFolder_BindToObject.
2005-06-25  Michael JungFix a lurking infinite loop in SHGetPathFromIDList.
2005-06-25  Michael JungUse the CallForAttributes registry value, instead of...
2005-06-25  Michael JungSupport for shellfolder's CallForAttributes registry...
2005-06-24  Michael JungAdded tests for ShellFolder's CallForAttributes value.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
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-21  Michael JungPropagate the root folder's attributes to the registry.
2005-06-20  Vitaly Lipatov- Realize DoEnvironmentSubstA via ExpandEnvironmentStri...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Michael JungUse stat's dev/inode to compare paths instead of compar...
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-06-17  Michael JungRemove trailing backslash from DOS paths in GetDisplayN...
2005-06-17  Marcus MeissnerExtractAssociatedIconA needs to allocate enough space...
2005-06-16  Mike McCormack- forward AddRef, Release, QueryInterface and GetClassI...
2005-06-16  Mike McCormackSHCreateStreamOnFileW is implemented in shlwapi, so...
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-15  Huw DaviesUnquote the icon file path if it's quoted.
2005-06-15  Mike McCormackRemove some uses of wine/unicode.h functions.
2005-06-15  Michael JungImplement SHGetPathFromIDList based on GetDisplayNameOf.
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Michael JungUse SHGetPathFromIDList instead of SHELL32_GetPathFromI...
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
next