Martin Fuchs
|
7b48ddcbba
|
Enumerate all "shell\<verb>\command" entries in the registry instead
of searching only for "shell\open\command" entries.
|
2004-03-04 20:34:38 +00:00 |
Martin Fuchs
|
4a2731a781
|
Fix buffer length usage for RegQueryValueW() calls at various places.
|
2004-03-03 05:26:30 +00:00 |
Huw Davies
|
bc811a2489
|
Add a missing '\\'.
|
2004-03-01 23:11:53 +00:00 |
Martin Fuchs
|
46fceb19f3
|
Set error code ERROR_DDE_FAIL if the DDE connection failed in
ShellExecute().
|
2004-03-01 21:22:25 +00:00 |
Dmitry Timoshkov
|
ccc57b323d
|
Translate the returned hInstApp from the unicode worker function.
|
2004-02-12 20:04:09 +00:00 |
Alexandre Julliard
|
e025c59051
|
Fixed HCR_GetExecuteCommandW() behavior with a class name (based on a
patch by Martin Fuchs).
Removed a couple of no longer used functions.
|
2004-01-16 23:06:25 +00:00 |
Marcelo Duarte
|
003465415f
|
- Get rid of W->A calls for shlexec.
- Implementation of FindExecutableW.
|
2004-01-15 06:13:57 +00:00 |
Francois Gouget
|
640cc3f3e1
|
Assorted spelling fixes.
|
2004-01-06 22:08:33 +00:00 |
Ge van Geldorp
|
fc5134d52e
|
Enclose application name in double quotation marks, as it may contain
spaces.
|
2003-12-30 19:20:11 +00:00 |
Marcelo Duarte
|
36002739c7
|
- Implementation of HCR_GetExecuteCommandExW for internal use.
- New inline function __SHCloneStrAtoW.
|
2003-12-10 00:39:31 +00:00 |
Alexandre Julliard
|
2d13956285
|
The "Path" value of the "App Paths" entry should be handled in
ShellExecute by changing PATH in the new process, instead of being
done in SearchPath.
|
2003-09-26 04:35:01 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Francois Gouget
|
c5f775a9c7
|
Typos/spelling fixes.
|
2003-06-18 03:30:39 +00:00 |
Ulrich Czekalla
|
52b732dd0d
|
Handle SEE_MASK_CLASSKEY case for ShellExecute.
|
2003-05-19 23:07:49 +00:00 |
Aric Stewart
|
07c649bf1b
|
Added support for the %L escape.
|
2003-05-19 18:55:26 +00:00 |
Stefan Leichter
|
a127ad1cd1
|
Let wcmd handle .cmd files like .bat files.
|
2003-03-25 00:33:56 +00:00 |
Francois Gouget
|
9b0b1e078a
|
Remove (POINTER)NULL casts.
|
2003-01-14 23:43:41 +00:00 |
Dan Kegel
|
adf55c25db
|
ShellExecute(NULL, "wordpad.exe",) now correctly finds wordpad.exe in
App Paths.
|
2003-01-03 03:03:36 +00:00 |
Rolf Kalbermatter
|
e56d618613
|
Make some shell32 files compile in MSVC.
|
2002-12-16 22:40:34 +00:00 |
Rolf Kalbermatter
|
caf31cee32
|
Added Unicode versions of the HCR_ internal functions.
|
2002-12-13 23:45:36 +00:00 |
Rolf Kalbermatter
|
a96447160b
|
Fixed some signed/unsigned comparison warnings.
|
2002-12-13 00:36:52 +00:00 |
Francois Gouget
|
d2667a4ce3
|
Removed unnecessary HANDLE typecasts.
|
2002-12-02 18:10:57 +00:00 |
Johan Dahlin
|
991fd85d2f
|
Make shell32 compile with -DSTRICT.
|
2002-11-21 23:56:42 +00:00 |
György 'Nog' Jeney
|
03d3d9de0b
|
Separate out 16-bit ShellExecute function.
|
2002-10-29 21:30:01 +00:00 |
Alexandre Julliard
|
0ca051e555
|
Fixed wownt32.h to make it usable from inside Wine, and use it to
avoid some duplication of the handle conversion macros.
|
2002-10-17 16:43:42 +00:00 |
Duane Clark
|
ffd54a9be0
|
Wait for app to come up before attempting DDE connection.
PathIsURL should fail on text without a proper "scheme".
|
2002-09-16 19:27:51 +00:00 |
Michael Stefaniuc
|
025c0b716b
|
Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
the conversion of HWND to a void*.
|
2002-09-06 19:41:17 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Duane Clark
|
ebc6feb50b
|
Bug fixes.
|
2002-07-25 00:18:23 +00:00 |
Duane Clark
|
94324019b6
|
Combined implementations of ShellExecute/Ex.
|
2002-07-24 18:59:38 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Eric Pouech
|
1056953e2c
|
Fixed ShellExecute functions when ddeexec was present in registry.
|
2002-02-27 01:22:15 +00:00 |