Marcelo Duarte
|
af80bbe701
|
Update shell32 resources for Portuguese.
|
2005-07-05 10:59:11 +00:00 |
Michael Jung
|
8130a6eb44
|
Return correct attributes in ParseDisplayName.
|
2005-07-05 10:58:11 +00:00 |
Mike McCormack
|
e28c014a84
|
-Wpointer-sign fixes.
|
2005-07-03 12:03:35 +00:00 |
Mike McCormack
|
b8fc783be2
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
Robert Shearman
|
d5714dfc50
|
Implement ShellDDEInit.
|
2005-06-30 20:45:57 +00:00 |
Michael Jung
|
7110f82795
|
Register unixfs at desktop level in DllRegisterServer.
|
2005-06-30 11:00:03 +00:00 |
Michael Jung
|
c0995c2c93
|
Fix two more corner cases in UNIXFS_get_unix_path and UNIXFS_path_to_pidl.
|
2005-06-30 10:59:51 +00:00 |
Saulius Krasuckas
|
5678f65c07
|
Prepare for adding new tests.
- Put OleInitialize and OleUninitialize in the main block.
- Move test_BindToObject before test_EnumObjects_and_CompareIDs.
|
2005-06-30 10:23:14 +00:00 |
Michael Jung
|
9393580ab5
|
If the unixfs is rooted at the Desktop folder, forward
ParseDisplayName calls to it instead of to MyComputer.
|
2005-06-29 11:17:33 +00:00 |
Vitaliy Margolen
|
eed690f973
|
ILFree is not available on all versions.
|
2005-06-29 11:00:59 +00:00 |
Aric Stewart
|
b152076d3b
|
Fix the BrowseForFolder dialog so that when it does the callbacks it
uses the correct message instead of always sending BEFM_INITIALIZED.
|
2005-06-27 18:46:47 +00:00 |
Michael Jung
|
ad6bac918c
|
Precisely compute the necessary pidl length in UNIXFS_path_to_pidl.
|
2005-06-27 18:46:36 +00:00 |
Saulius Krasuckas
|
c48c3abd92
|
Additional test cases for IShellFolder_BindToObject.
|
2005-06-27 09:41:48 +00:00 |
Michael Jung
|
114975d937
|
Fix a lurking infinite loop in SHGetPathFromIDList.
|
2005-06-25 18:32:17 +00:00 |
Michael Jung
|
526377c511
|
Use the CallForAttributes registry value, instead of promoting the
root folder's SFGAO_FILESYSTEM flag to the registry.
|
2005-06-25 17:56:13 +00:00 |
Michael Jung
|
11cadc368a
|
Support for shellfolder's CallForAttributes registry value.
|
2005-06-25 17:55:53 +00:00 |
Michael Jung
|
bb562118c0
|
Added tests for ShellFolder's CallForAttributes value.
|
2005-06-24 11:33:35 +00:00 |
Alexandre Julliard
|
f84401aa17
|
Sort entry points in the same order as Windows.
|
2005-06-23 09:57:11 +00:00 |
Saulius Krasuckas
|
77577822e3
|
- Move test init code back to START_TEST(shlfolder).
- Move creation and cleanup of a test-folders nearer to
test_EnumObjects.
|
2005-06-22 18:04:04 +00:00 |
Saulius Krasuckas
|
b98a26853c
|
Cleanup the shlfolder test a bit more.
|
2005-06-21 20:04:17 +00:00 |
Michael Jung
|
8765e4a522
|
Propagate the root folder's attributes to the registry.
|
2005-06-21 09:42:38 +00:00 |
Vitaly Lipatov
|
b39c3981c2
|
- Realize DoEnvironmentSubstA via ExpandEnvironmentStringsA.
- Fix types and return values.
- Add prototype into shellapi.h.
|
2005-06-20 15:33:48 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Michael Jung
|
74afc7f12e
|
Use stat's dev/inode to compare paths instead of comparing the
strings. Defer building a folder's children SHITEMIDS until explicitly
asked for.
|
2005-06-20 11:42:23 +00:00 |
Stefan Leichter
|
fcd6764928
|
Make shell32 tests loadable on NT4.
|
2005-06-20 10:31:14 +00:00 |
Mike McCormack
|
383302c11e
|
Make functions static.
|
2005-06-20 10:30:15 +00:00 |
Francois Gouget
|
6394a15314
|
Assorted spelling fixes.
|
2005-06-17 20:59:49 +00:00 |
Francois Gouget
|
9769816b6e
|
Fix winapi_check documentation warnings.
|
2005-06-17 20:58:33 +00:00 |
Francois Gouget
|
f9280a3a95
|
Protect the unistd.h and sys/stat.h includes.
Include config.h.
Fixes warnings reported by winapi_check.
|
2005-06-17 20:56:02 +00:00 |
Michael Jung
|
ff75b415d2
|
Remove trailing backslash from DOS paths in GetDisplayNameOf.
|
2005-06-17 12:12:35 +00:00 |
Marcus Meissner
|
96ebd31066
|
ExtractAssociatedIconA needs to allocate enough space to have EAIW
fill in lpIconPathW.
|
2005-06-17 09:52:33 +00:00 |
Mike McCormack
|
4d2d627c3f
|
- forward AddRef, Release, QueryInterface and GetClassID to internal
implementations
- implement GetClassID properly
|
2005-06-16 10:43:50 +00:00 |
Mike McCormack
|
64a3b82831
|
SHCreateStreamOnFileW is implemented in shlwapi, so we don't need
another implementation in shell32.
|
2005-06-16 09:46:17 +00:00 |
Mike McCormack
|
0a44661d6f
|
Switch IShellLink to use shlwapi.SHCreateStreamOnFileW.
|
2005-06-16 09:46:05 +00:00 |
Michael Jung
|
e5ef9dd8dc
|
Test GetAttributesOf on the MyComputer shellfolder.
|
2005-06-16 09:44:50 +00:00 |
Michael Jung
|
e2dbc8044a
|
Added tests for SHGetPathFromIDList.
|
2005-06-15 18:07:55 +00:00 |
Huw Davies
|
47db6bc567
|
Unquote the icon file path if it's quoted.
|
2005-06-15 18:07:43 +00:00 |
Mike McCormack
|
c62940a1ac
|
Remove some uses of wine/unicode.h functions.
|
2005-06-15 10:21:46 +00:00 |
Michael Jung
|
ebb1aaee86
|
Implement SHGetPathFromIDList based on GetDisplayNameOf.
|
2005-06-15 10:20:00 +00:00 |
Michael Jung
|
8b4b4b3af2
|
Replace magic error constant.
|
2005-06-14 19:18:26 +00:00 |
Michael Jung
|
81b7509f3b
|
Use SHGetPathFromIDList instead of SHELL32_GetPathFromIDList.
|
2005-06-14 19:17:41 +00:00 |
Michael Jung
|
bb19a58a93
|
Return the correct attributes for the desktop folder.
Corresponding tests.
|
2005-06-14 18:10:24 +00:00 |
Michael Jung
|
5664a68033
|
Added tests to compare SHGetPathFromIDList and GetDisplayNameOf.
|
2005-06-14 17:21:25 +00:00 |
Mike McCormack
|
215bd9a70b
|
Add the IContextMenu interface to the ShellLink object.
|
2005-06-14 11:38:55 +00:00 |
Mike McCormack
|
0569609e3d
|
Implement ShellLink's IShellExtInit::Initialize() method.
|
2005-06-13 19:04:17 +00:00 |
Mike McCormack
|
d4eb4f54ed
|
- add the IShellExtInit interface to the ShellLink object
- use inline functions rather than macros to resolve the
implementation pointer from an interface pointer
|
2005-06-13 11:50:09 +00:00 |
Michael Jung
|
71404a7372
|
Set the FILESYSANCESTOR and FILESYSTEM flags correctly in
GetAttributesOf.
|
2005-06-10 19:31:59 +00:00 |
Saulius Krasuckas
|
83ac47e53c
|
Get current directory during tests on win9x too.
|
2005-06-09 12:05:50 +00:00 |
Mike McCormack
|
fa1b7822a5
|
Add the IShellLinkDataList interface to the ShellLink object.
|
2005-06-09 12:05:38 +00:00 |
Mike McCormack
|
8e2cb0835c
|
Add a cast to get rid of a warning.
|
2005-06-09 09:46:23 +00:00 |