2005-08-11 |
Steven Edwards | Correct definition of SFGAO_STORAGEANCESTOR. |
tree | commitdiff |
2005-08-11 |
Francois Gouget | Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKE... |
tree | commitdiff |
2005-08-09 |
Alexandre Julliard | Use ERR instead of DPRINTF in dump_pidl_hex. |
tree | commitdiff |
2005-08-08 |
Saulius Krasuckas | Remove trailing backslash. |
tree | commitdiff |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
tree | commitdiff |
2005-08-08 |
Saulius Krasuckas | Wine and NT4 returns E_FAIL on failure. |
tree | commitdiff |
2005-08-03 |
Alexandre Julliard | Removed the broken mmap64 configure check, and moved the |
tree | commitdiff |
2005-08-03 |
Mike McCormack | gcc 4.0 RegSetValueEx warning fixes. |
tree | commitdiff |
2005-08-02 |
Saulius Krasuckas | Added test for IShellFolder_ParseDisplayName. |
tree | commitdiff |
2005-07-30 |
Jozef Stefanka | Fixed browsing to other directories in Word 2003 file... |
tree | commitdiff |
2005-07-27 |
Alexandre Julliard | Replace the _ICOM_THIS_From macros by inline functions... |
tree | commitdiff |
2005-07-26 |
Alexandre Julliard | Get rid of the _ICOM_THIS macros and call the inline... |
tree | commitdiff |
2005-07-26 |
Alexandre Julliard | Uncomment the typedef in the DECLARE_INTERFACE macro... |
tree | commitdiff |
2005-07-24 |
Paul Vriens | Skip test that crashes on W2K/WinXP/W2K. |
tree | commitdiff |
2005-07-24 |
Francois Gouget | Get started testing ShellExecute(). |
tree | commitdiff |
2005-07-24 |
Vincent Béron | Remove multiple declarations of the same function,... |
tree | commitdiff |
2005-07-21 |
Troy Rollo | Return attributes for the correct file in the unixfs... |
tree | commitdiff |
2005-07-20 |
Michael Jung | Initial support for the IPersistFolder3 interface. |
tree | commitdiff |
2005-07-20 |
Michael Jung | Only initialize shell folders via the IPersistFolder3... |
tree | commitdiff |
2005-07-19 |
Troy Rollo | When using PATHMODE_UNIX, all files are in the file... |
tree | commitdiff |
2005-07-18 |
Michael Jung | Use CP_UNIXCP instead of CP_ACP when converting paths... |
tree | commitdiff |
2005-07-18 |
Michael Jung | Release shell folders only if they were successfully... |
tree | commitdiff |
2005-07-18 |
Michael Jung | Append filename extension if necessary in IShellFolder... |
tree | commitdiff |
2005-07-15 |
Michael Jung | Add file type column in detailed shell view. |
tree | commitdiff |
2005-07-15 |
Michael Jung | Do filename postprocessing in GetDisplayNameOf (Hide... |
tree | commitdiff |
2005-07-12 |
Michael Jung | Don't cache child pidls in UnixFolder, but create them... |
tree | commitdiff |
2005-07-11 |
Detlef Riekenberg | Printers_RegisterWindowW / Printers_UnregisterWindow... |
tree | commitdiff |
2005-07-11 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-07-11 |
Michael Jung | Don't use unix filesystem specific attributes in UnixFo... |
tree | commitdiff |
2005-07-11 |
Michael Jung | Release parent shell folder in GetAttributesOf. |
tree | commitdiff |
2005-07-08 |
Michael Jung | Fail in SHGetDataFromIDList when called on special... |
tree | commitdiff |
2005-07-08 |
Michael Jung | Partially implemented UnixFolder's ISFHelper::CopyItems... |
tree | commitdiff |
2005-07-08 |
Michael Jung | Return correct HRESULT code in UnixFolder's IEnumIDList... |
tree | commitdiff |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-06 |
Michael Jung | Implemented UnixFolder's ISFHelper::DeleteItems interface. |
tree | commitdiff |
2005-07-06 |
Alexandre Julliard | Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung... |
tree | commitdiff |
2005-07-05 |
Detlef Riekenberg | Printer_LoadIconsW: implemented minimal version. |
tree | commitdiff |
2005-07-05 |
Alexandre Julliard | Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung... |
tree | commitdiff |
2005-07-05 |
Alexandre Julliard | Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung... |
tree | commitdiff |
2005-07-05 |
Marcelo Duarte | Update shell32 resources for Portuguese. |
tree | commitdiff |
2005-07-05 |
Michael Jung | Return correct attributes in ParseDisplayName. |
tree | commitdiff |
2005-07-03 |
Mike McCormack | -Wpointer-sign fixes. |
tree | commitdiff |
2005-07-03 |
Mike McCormack | Avoid warnings in generated tests by casting sizeof... |
tree | commitdiff |
2005-06-30 |
Robert Shearman | Implement ShellDDEInit. |
tree | commitdiff |
2005-06-30 |
Michael Jung | Register unixfs at desktop level in DllRegisterServer. |
tree | commitdiff |
2005-06-30 |
Michael Jung | Fix two more corner cases in UNIXFS_get_unix_path and... |
tree | commitdiff |
2005-06-30 |
Saulius Krasuckas | Prepare for adding new tests. |
tree | commitdiff |
2005-06-29 |
Michael Jung | If the unixfs is rooted at the Desktop folder, forward |
tree | commitdiff |
2005-06-29 |
Vitaliy Margolen | ILFree is not available on all versions. |
tree | commitdiff |
2005-06-27 |
Aric Stewart | Fix the BrowseForFolder dialog so that when it does... |
tree | commitdiff |
2005-06-27 |
Michael Jung | Precisely compute the necessary pidl length in UNIXFS_p... |
tree | commitdiff |
2005-06-27 |
Saulius Krasuckas | Additional test cases for IShellFolder_BindToObject. |
tree | commitdiff |
2005-06-25 |
Michael Jung | Fix a lurking infinite loop in SHGetPathFromIDList. |
tree | commitdiff |
2005-06-25 |
Michael Jung | Use the CallForAttributes registry value, instead of... |
tree | commitdiff |
2005-06-25 |
Michael Jung | Support for shellfolder's CallForAttributes registry... |
tree | commitdiff |
2005-06-24 |
Michael Jung | Added tests for ShellFolder's CallForAttributes value. |
tree | commitdiff |
2005-06-23 |
Alexandre Julliard | Sort entry points in the same order as Windows. |
tree | commitdiff |
2005-06-22 |
Saulius Krasuckas | - Move test init code back to START_TEST(shlfolder). |
tree | commitdiff |
2005-06-21 |
Saulius Krasuckas | Cleanup the shlfolder test a bit more. |
tree | commitdiff |
2005-06-21 |
Michael Jung | Propagate the root folder's attributes to the registry. |
tree | commitdiff |
2005-06-20 |
Vitaly Lipatov | - Realize DoEnvironmentSubstA via ExpandEnvironmentStri... |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Michael Jung | Use stat's dev/inode to compare paths instead of compar... |
tree | commitdiff |
2005-06-20 |
Stefan Leichter | Make shell32 tests loadable on NT4. |
tree | commitdiff |
2005-06-20 |
Mike McCormack | Make functions static. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Fix winapi_check documentation warnings. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Protect the unistd.h and sys/stat.h includes. |
tree | commitdiff |
2005-06-17 |
Michael Jung | Remove trailing backslash from DOS paths in GetDisplayN... |
tree | commitdiff |
2005-06-17 |
Marcus Meissner | ExtractAssociatedIconA needs to allocate enough space... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | - forward AddRef, Release, QueryInterface and GetClassI... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | SHCreateStreamOnFileW is implemented in shlwapi, so... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Switch IShellLink to use shlwapi.SHCreateStreamOnFileW. |
tree | commitdiff |
2005-06-16 |
Michael Jung | Test GetAttributesOf on the MyComputer shellfolder. |
tree | commitdiff |
2005-06-15 |
Michael Jung | Added tests for SHGetPathFromIDList. |
tree | commitdiff |
2005-06-15 |
Huw Davies | Unquote the icon file path if it's quoted. |
tree | commitdiff |
2005-06-15 |
Mike McCormack | Remove some uses of wine/unicode.h functions. |
tree | commitdiff |
2005-06-15 |
Michael Jung | Implement SHGetPathFromIDList based on GetDisplayNameOf. |
tree | commitdiff |
2005-06-14 |
Michael Jung | Replace magic error constant. |
tree | commitdiff |
2005-06-14 |
Michael Jung | Use SHGetPathFromIDList instead of SHELL32_GetPathFromI... |
tree | commitdiff |
2005-06-14 |
Michael Jung | Return the correct attributes for the desktop folder. |
tree | commitdiff |
2005-06-14 |
Michael Jung | Added tests to compare SHGetPathFromIDList and GetDispl... |
tree | commitdiff |
2005-06-14 |
Mike McCormack | Add the IContextMenu interface to the ShellLink object. |
tree | commitdiff |
2005-06-13 |
Mike McCormack | Implement ShellLink's IShellExtInit::Initialize() method. |
tree | commitdiff |
2005-06-13 |
Mike McCormack | - add the IShellExtInit interface to the ShellLink... |
tree | commitdiff |
2005-06-10 |
Michael Jung | Set the FILESYSANCESTOR and FILESYSTEM flags correctly in |
tree | commitdiff |
2005-06-09 |
Saulius Krasuckas | Get current directory during tests on win9x too. |
tree | commitdiff |
2005-06-09 |
Mike McCormack | Add the IShellLinkDataList interface to the ShellLink... |
tree | commitdiff |
2005-06-09 |
Mike McCormack | Add a cast to get rid of a warning. |
tree | commitdiff |
2005-06-09 |
Michael Jung | Use shell icon cache instead of an own IExtractIcon... |
tree | commitdiff |
2005-06-07 |
Mike McCormack | Warning fixes for -Wmissing-declarations and -Wwrite... |
tree | commitdiff |
2005-06-07 |
Juan Lang | Const-ify a mask. |
tree | commitdiff |
2005-06-06 |
Dmitry Timoshkov | Make remaining OLE interface vtables const. |
tree | commitdiff |
2005-06-06 |
Michael Jung | Allow for unixfs folders to be rooted at desktop level. |
tree | commitdiff |
2005-06-06 |
Michael Jung | Let BindToObject fail, if called with empty relative... |
tree | commitdiff |
2005-06-02 |
Juan Lang | Set default for "My Documents" to $HOME, and "Desktop... |
tree | commitdiff |
2005-06-01 |
Mike McCormack | Eliminate some -Wwrite-strings warnings. |
tree | commitdiff |
2005-05-26 |
Stefan Dösinger | *Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr... |
tree | commitdiff |
2005-05-24 |
Michael Jung | Add a new CLSID for UnixDosFolder, which is identical... |
tree | commitdiff |
2005-05-23 |
Michael Jung | More robustly query the SHGDN_FORPARSING flag in the... |
tree | commitdiff |
next |