Dmitry Timoshkov
|
f686cfab2f
|
shell32: Add a cache for queried shell folder interfaces.
|
2007-07-16 15:00:01 +02:00 |
Thomas Weidenmueller
|
042bdefe5e
|
shell32: Set current directory when executing files in a shell view.
|
2007-07-09 11:46:19 +02:00 |
Damjan Jovanovic
|
1d5575b905
|
shell32: DragQueryFile doesn't count the null terminator.
|
2007-07-06 18:12:44 +02:00 |
Misha Koshelev
|
0d750e3282
|
shell32: Fix shelllink creation to non-executable files and remove unnecessary code.
|
2007-06-29 13:43:27 +02:00 |
Misha Koshelev
|
240648534f
|
shell32/tests: Fix tests of IShellLinkA_SetPath to conform on both Windows 98 and XP.
|
2007-06-29 13:43:02 +02:00 |
Misha Koshelev
|
de774710d6
|
shell32/tests: Allow CoCreateInstance to return E_NOINTERFACE to pass on Win98; add skips and display return values.
|
2007-06-29 13:42:56 +02:00 |
Misha Koshelev
|
75fbca227b
|
shell32/tests: Add test for shell links to existing non-executable files.
|
2007-06-29 13:42:48 +02:00 |
Misha Koshelev
|
f8eabe0d37
|
shell32/tests: Allow individual tests in check_lnk to be todo_wine'd.
|
2007-06-29 13:42:38 +02:00 |
Pedro Maia
|
0ae624b8df
|
shell32: Update paths in Portuguese resource.
|
2007-06-29 12:32:37 +02:00 |
Misha Koshelev
|
5e28f7ad92
|
winemenubuilder: Wait for parent process to finish instead of creating RunOnce entry that may never run.
|
2007-06-28 12:16:13 +02:00 |
Alexandre Julliard
|
92ceff203b
|
shell32: Get rid of CharNextW.
|
2007-06-25 14:01:59 +02:00 |
Dmitry Timoshkov
|
013652feee
|
shell32: Make SHGetDesktopFolder use a cached instance of IShellFolder.
|
2007-06-22 12:17:59 +02:00 |
Misha Koshelev
|
9be151c2e9
|
shell32: Conform to native in SHELL_ArgifyW for unquoted %1 in registry keys.
|
2007-06-18 12:15:51 +02:00 |
Alexandre Julliard
|
371e5c0628
|
shell32: Remove a redundant include.
|
2007-06-11 20:20:12 +02:00 |
Alexandre Julliard
|
92571d8d39
|
shell32: Fix contents of string returned in load_path.
|
2007-06-11 20:20:02 +02:00 |
Hwang YunSong(황윤성)
|
2d1157e466
|
shell32: Updated Korean resource.
|
2007-06-11 20:19:02 +02:00 |
Louis Lenders
|
6089fe8667
|
shell32: Add stub for SHUpdateRecycleBinIcon.
|
2007-06-11 13:50:06 +02:00 |
Jeff Latimer
|
f16e2c3a27
|
shell32: Fix possible dereference of NULL ptr.
|
2007-06-11 13:49:40 +02:00 |
Misha Koshelev
|
0678f6d168
|
shell32/tests: Add test for unquoted %1 in command and ddeexec keys.
|
2007-06-11 13:47:06 +02:00 |
Misha Koshelev
|
b43cac0b04
|
shell32/tests: Allow testing for arbitrary number of command line arguments in DDE tests.
|
2007-06-11 13:46:59 +02:00 |
Misha Koshelev
|
ca6387b329
|
shell32/tests: Expand default DDE application name tests to conform to win98.
|
2007-06-11 13:46:49 +02:00 |
Misha Koshelev
|
12297d64ef
|
shell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DDEWAIT and SEE_MASK_FLAG_NO_UI for DDE tests.
|
2007-06-11 13:46:35 +02:00 |
Misha Koshelev
|
ee3147f434
|
shell32/tests: Save threadid from CreateThread as required by winme/98/95.
|
2007-06-11 13:46:08 +02:00 |
Misha Koshelev
|
37deec748d
|
shell32/tests: Simplify DDE thread and message loop.
|
2007-06-11 13:45:51 +02:00 |
Nigel Liang
|
1fc0cb75ee
|
shell32: Conformance tests for unicode filenames and fix a bug for file deletion.
|
2007-06-11 13:45:38 +02:00 |
Lei Zhang
|
7318ae2411
|
shell32: Start implementing BIF_USENEWUI.
|
2007-06-08 11:57:47 +02:00 |
Francois Gouget
|
96c337f0a1
|
Assorted spelling fixes.
|
2007-06-07 19:24:32 +02:00 |
Alexander Nicolaysen Sørnes
|
86437f076e
|
shell32: Update Norwegian Bokmål resources.
|
2007-06-01 12:40:46 +02:00 |
Francois Gouget
|
c6b64b0b47
|
shell32/tests: Remove unneeded cast.
|
2007-06-01 12:39:03 +02:00 |
Misha Koshelev
|
c7aa087504
|
shell32/tests: Remove duplicate code.
|
2007-05-30 11:46:16 +02:00 |
Misha Koshelev
|
efb92561e6
|
shell32: Handle default DDE application names.
|
2007-05-30 11:46:06 +02:00 |
Misha Koshelev
|
c8829f5645
|
shell32/tests: Add tests for default DDE application name.
|
2007-05-30 11:45:13 +02:00 |
Misha Koshelev
|
cfa87660a7
|
shell32: Fix execute_from_key to conform to native behavior.
|
2007-05-30 11:44:20 +02:00 |
Misha Koshelev
|
b95d0fb9c3
|
shell32/tests: Add tests for ShellExecute DDE behavior.
|
2007-05-30 11:43:11 +02:00 |
Francois Gouget
|
258f2972aa
|
shell32/tests: With recent PSDKs, CSIDL_MYDOCUMENTS is a synonym for CSIDL_PERSONAL. So define our own constant.
|
2007-05-29 13:17:52 +02:00 |
Francois Gouget
|
29a4a9c849
|
shell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1 to get SEE_MASK_NOZONECHECKS with the PSDK.
|
2007-05-29 12:12:26 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Louis Lenders
|
2d83063288
|
shell32: Update Dutch resource.
|
2007-05-24 11:36:17 +02:00 |
Andrew Talbot
|
02a36afda2
|
shell32: Exclude unused headers.
|
2007-05-21 12:31:36 +02:00 |
Andrew Talbot
|
a77715c23b
|
shell32: Exclude unused headers.
|
2007-05-21 12:31:29 +02:00 |
Andrew Talbot
|
0ad8ef0772
|
shell32: Exclude unused headers.
|
2007-05-21 12:31:23 +02:00 |
Marcus Meissner
|
29700766ea
|
shell32: Avoid potential 1 byte overflow.
|
2007-05-17 13:20:25 +02:00 |
Frank Richter
|
7108412a53
|
shell32: Update German resources.
|
2007-05-14 14:26:02 +02:00 |
Mikołaj Zalewski
|
44e3200a8d
|
shell32: Handle invalid cbSize in Shell_NotifyIcon[AW].
|
2007-05-11 11:45:45 +02:00 |
José Manuel Ferrer Ortiz
|
ac3c960c26
|
Some Spanish translation updates.
|
2007-05-04 12:39:38 +02:00 |
Alexandre Julliard
|
69a88a9d40
|
Fix minor differences in the formatting of the license notices.
|
2007-05-04 12:08:15 +02:00 |
Hans Leidekker
|
bab2ddb77e
|
shell32: Add a stub implementation for SHMapIDListToImageListIndexAsync.
|
2007-04-26 14:24:13 +02:00 |
Hans Leidekker
|
395ba3b945
|
shell32: Add a stub implementation for OpenAs_RunDLL.
|
2007-04-19 11:56:16 +02:00 |
Aric Stewart
|
dac19db358
|
shell32: SHGFI_EXETYPE flag should have the files returning 0 if they are DLL images.
|
2007-04-19 11:55:49 +02:00 |
Ken Thomases
|
42cd970ee0
|
shell32/tests: Test that quoting file path prevents masking at space.
|
2007-04-18 13:47:33 +02:00 |