Sign in
goma
/
wine
/
6a1d2f80b87de75cd4ed2d1280ab8e885b691857
/
dlls
/
shell32
/
tests
/
shlexec.c
6a1d2f8
shell32: Fix FindExecutable search path when a default directory is supplied.
by Erich Hoover
· 13 years ago
f621f8ea7
shell32: Don't parse command line if numargs is NULL in CommandLineToArgvW.
by Bruno Jesus
· 13 years ago
3f3e42b
shell32: ShellExec with empty operation should behave same as with NULL operation.
by Andrew Eikum
· 13 years ago
8c3ffea
shell32/tests: Fix typos.
by André Hentschel
· 14 years ago
4e862b8
shell32/tests: Fix checking the child strings.
by André Hentschel
· 14 years ago
1765553
shell32/tests: Initial directory tests for ShellExecuteEx.
by André Hentschel
· 14 years ago
519c288
shell32/tests: Fix race conditions.
by Greg Geldorp
· 14 years ago
2bbb9cb
shell32/tests: Fix a typo.
by André Hentschel
· 14 years ago
3b54530
shell32/tests: CommandLineToArgvW("") shouldn't truncate returned exe path.
by Ilya Basin
· 15 years ago
9c23b5d
shell32/tests: SHELL_ArgifyW(%2|%*|%~3, ...) tests.
by Ilya Basin
· 15 years ago
edcaf53
shell32/tests: Use strict comparison for return values.
by Nikolay Sivov
· 15 years ago
1cc79ea
shell32/tests: Remove spaces before '\n'.
by Francois Gouget
· 15 years ago
4b5f6ad
shell32/tests: Add tests for the parser of SHELLEXECUTEINFO.lpFile.
by Ilya Basin
· 15 years ago
d279227
shell32/tests: Don't use the return value of the ok macro.
by Alexandre Julliard
· 15 years ago
404dcbc
shell32/tests: Change a trace into a skip for skipped tests.
by Paul Vriens
· 15 years ago
915b69e
shell32: Fix compilation on systems that don't support nameless unions.
by Francois Gouget
· 15 years ago
fe935e8
Assorted spelling fixes.
by Francois Gouget
· 15 years ago
1b5a373
shell32/tests: Fix shlexec on Vista and higher.
by Ge van Geldorp
· 15 years ago
ab6ee61
shell32/tests: Fix test on temp paths that have a different long form.
by Nicolas Le Cam
· 16 years ago
7db6d5e
shell32/tests: Create our own temp directory to make sure it's not the Windows directory.
by Alexandre Julliard
· 16 years ago
989649c
shell32/tests: Make sure all created files can be removed.
by Paul Vriens
· 16 years ago
e348c84
shell32/tests: Fix test failures on Win95.
by Paul Vriens
· 16 years ago
b7aa196
shell32/tests: Fix test failure on NT4.
by Paul Vriens
· 16 years ago
dde9f31
shell32/tests: Replace malloc() with HeapAlloc().
by Francois Gouget
· 16 years ago
694219d
shell32: Fix number of returned arguments from CommandLineToArgvW with empty string.
by Vitaliy Margolen
· 16 years ago
6c54ad3
shell32: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
d3ed2df
shell32/tests: Fix handle casting warnings on 64-bit.
by Alexandre Julliard
· 16 years ago
cd61640
shell32.dll: Return SE_ERR_FNF if file not found before checking for associations.
by Paul Chitescu
· 16 years ago
c03917c
Define _WIN32_WINNT before including any headers.
by Alexandre Julliard
· 16 years ago
2c9517d
shell32/tests: Add tests for CommandLineToArgvW.
by Aric Stewart
· 16 years ago
ca0074e
shell32/tests: Use FAILED instead of !SUCCEEDED.
by Michael Stefaniuc
· 16 years ago
428fd07
shell32: Fix shlexec crashing on Vista.
by Reece Dunn
· 17 years ago
787361d
shell32: Don't crash if the shlexec tests fail to create an extension in the registry.
by Reece Dunn
· 17 years ago
811a809
shell32: Make the tests build with the Vista SDK.
by Reece Dunn
· 17 years ago
000fd0e
shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
by Francois Gouget
· 17 years ago
9be151c
shell32: Conform to native in SHELL_ArgifyW for unquoted %1 in registry keys.
by Misha Koshelev
· 18 years ago
0678f6d
shell32/tests: Add test for unquoted %1 in command and ddeexec keys.
by Misha Koshelev
· 18 years ago
b43cac0
shell32/tests: Allow testing for arbitrary number of command line arguments in DDE tests.
by Misha Koshelev
· 18 years ago
ca6387b
shell32/tests: Expand default DDE application name tests to conform to win98.
by Misha Koshelev
· 18 years ago
12297d6
shell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DDEWAIT and SEE_MASK_FLAG_NO_UI for DDE tests.
by Misha Koshelev
· 18 years ago
ee3147f
shell32/tests: Save threadid from CreateThread as required by winme/98/95.
by Misha Koshelev
· 18 years ago
37deec7
shell32/tests: Simplify DDE thread and message loop.
by Misha Koshelev
· 18 years ago
96c337f
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
c6b64b0
shell32/tests: Remove unneeded cast.
by Francois Gouget
· 18 years ago
c7aa087
shell32/tests: Remove duplicate code.
by Misha Koshelev
· 18 years ago
efb9256
shell32: Handle default DDE application names.
by Misha Koshelev
· 18 years ago
c8829f5
shell32/tests: Add tests for default DDE application name.
by Misha Koshelev
· 18 years ago
cfa8766
shell32: Fix execute_from_key to conform to native behavior.
by Misha Koshelev
· 18 years ago
b95d0fb
shell32/tests: Add tests for ShellExecute DDE behavior.
by Misha Koshelev
· 18 years ago
29a4a9c
shell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1 to get SEE_MASK_NOZONECHECKS with the PSDK.
by Francois Gouget
· 18 years ago
42cd970
shell32/tests: Test that quoting file path prevents masking at space.
by Ken Thomases
· 18 years ago
1e5a03e
shell32/tests: Added to-do test showing a bug with file paths with spaces.
by Ken Thomases
· 18 years ago
996ced1
shell32/tests: On NT4 FindExecutable() returns an extra backspace character in some tests.
by Francois Gouget
· 18 years ago
1736e7e
shell32/tests: On Windows 98 FindExecutable() does not '\0' terminate the returned command which caused many tests to fail.
by Francois Gouget
· 18 years ago
789fb4c
shell32/tests: End the lines with CR+LF otherwise the profile APIs are unable to read them back on Win >= 2000.
by Francois Gouget
· 18 years ago
95ddcc3
shell32/tests: Fix some expected FindExecutable() error codes.
by Francois Gouget
· 18 years ago
71e5f3c
shell32: Fix FindExecutable() to return the executable path, not the whole command.
by Francois Gouget
· 18 years ago
65b81be
shell32/tests: Add FindExecutable() tests.
by Francois Gouget
· 18 years ago
2fa1606
shell32/tests: MSDN says ShellExecute() == 32 indicates an error. So fix the tests.
by Francois Gouget
· 18 years ago
3490cb8
shell32: Create dynamic buffers for expanded enviroment strings to allow for parameters and such longer than MAX_PATH.
by Aric Stewart
· 18 years ago
e5c1a01
shell32/tests: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
bbd8008
shell32/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
39a1a94
shell32: Use more reasonable timeouts in shlexec test.
by Alexandre Julliard
· 19 years ago
32d5240
Invoke shortcuts through IContextMenu, rather than trying to access
by Mike McCormack
· 19 years ago
9997f84
Add void to empty declaration list.
by Mike McCormack
· 19 years ago
5b7da80
Fix execution of Control Panel items.
by Ge van Geldorp
· 20 years ago
f49f36f
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
5b5e508
Test "%l" and "%L". At the same time this tests alternate verbs.
by Francois Gouget
· 20 years ago
0b5cc286
Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
by Francois Gouget
· 20 years ago
1fddb3f
Verify the parameters received by the child process using code lifted
by Francois Gouget
· 20 years ago
5179aa1
Get started testing ShellExecute().
by Francois Gouget
· 20 years ago