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