2006-06-26 |
Francois Gouget | shell32: Fix computation of default verb. |
blob | commitdiff | raw |
2006-06-16 |
Francois Gouget | shell32: Remove dead code in SHELL_FindExecutable(). |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Jacek Caban | shell32: Don't crash in SHELL_ExecuteW if psei->lpDirec... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Jacek Caban | shell32: Allocate wszApplicationName on the heap as... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Dmitry Timoshkov | shell32: Add parameter formatting rule to the command... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Eric Pouech | shell32: Fixes for bugs found by valgrind on shell32... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
Dmitry Timoshkov | shell32: execute_from_key should fallback to a DDE... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Ge van Geldorp | shell32: Fix directory execution. |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Martin Fuchs | Fix context menu handling for more than one entry in... |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Ge van Geldorp | Other code in shlexec.c (e.g. the extension handling... |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Dmitry Timoshkov | Unconditionally fall back to ANSI DDE APIs in ShellExec... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Mike McCormack | Invoke shortcuts through IContextMenu, rather than... |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Dmitry Timoshkov | Use appropriate DDE APIs (ANSI or unicode) for ShellExe... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Martin Fuchs | Simplify 'sei' structure initialization in ShellExecuteA/W. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Ge van Geldorp | Fix execution of Control Panel items. |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Dmitry Timoshkov | Pass a locally modified version of SHELLEXECUTEINFO to |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Francois Gouget | Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6. |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Francois Gouget | Fix the return value of SHELL_Argify() so it once again... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Francois Gouget | Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKE... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Michael Jung | Use SHGetPathFromIDList instead of SHELL32_GetPathFromI... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Juan Lang | - only log unsupported flags in ShellExecute |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Aric Stewart | For ShellExecuteExA we need to copy out the hProcess... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Ge van Geldorp | Error numbers >= 32 are to be expected. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Alexandre Julliard | Remove some no longer needed AW functions. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Ge van Geldorp | - Don't double-quote an already double-quoted argument. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Jens Collin | Added lookup of environment vars in SHELL_ArgifyW. |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Ge van Geldorp | Handle shell link files contained in double quotes. |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Francois Gouget | SHELL_ExecuteW() passes a Unicode environment to Create... |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Dmitry Timoshkov | Fix warnings introduced by my last patch. |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Dmitry Timoshkov | Restore default "open" functionality of ShellExecute. |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Dmitry Timoshkov | Ignore DdeClientTransaction error in ShellExecute. |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Dmitry Timoshkov | Add support for quoting "file://%1" like format strings. |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Dmitry Timoshkov | Fix the DDE PFNCALLBACK prototype. |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Dmitry Timoshkov | Fix a bug in ShellExecute which called DdeCreateStringH... |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Huw Davies | DdeClientTransaction returns zero on error. |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Martin Fuchs | Check for folders in ShellExecute(). |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Martin Fuchs | - rename 'wszCommandline' to 'wszParameters' |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-04-09 |
Francois Gouget | Cleanup the handling of the extension in SHELL_FindExec... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Martin Fuchs | Resolve shell shortcuts and process ID lists in ShellEx... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Martin Fuchs | Optimization: null terminate string buffers instead... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Rolf Kalbermatter | Use named constant instead of a simple number (gets... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Martin Fuchs | Call IShellExecuteHook interface for ShellExecute(... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Martin Fuchs | - Fix handling of %2, %3, ... and lower case format... |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Rein Klazes | In SHELL_ExecuteW, if a new current directory is specif... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Martin Fuchs | Expand environment strings in command, parameter and... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Martin Fuchs | Enumerate all "shell\<verb>\command" entries in the... |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Martin Fuchs | Fix buffer length usage for RegQueryValueW() calls... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Huw Davies | Add a missing '\\'. |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Martin Fuchs | Set error code ERROR_DDE_FAIL if the DDE connection... |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Dmitry Timoshkov | Translate the returned hInstApp from the unicode worker... |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Alexandre Julliard | Fixed HCR_GetExecuteCommandW() behavior with a class... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Marcelo Duarte | - Get rid of W->A calls for shlexec. |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Ge van Geldorp | Enclose application name in double quotation marks... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Marcelo Duarte | - Implementation of HCR_GetExecuteCommandExW for intern... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Alexandre Julliard | The "Path" value of the "App Paths" entry should be... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Ulrich Czekalla | Handle SEE_MASK_CLASSKEY case for ShellExecute. |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Aric Stewart | Added support for the %L escape. |
blob | commitdiff | raw | diff to current |
2003-03-25 |
Stefan Leichter | Let wcmd handle .cmd files like .bat files. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dan Kegel | ShellExecute(NULL, "wordpad.exe",) now correctly finds... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rolf Kalbermatter | Make some shell32 files compile in MSVC. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Rolf Kalbermatter | Added Unicode versions of the HCR_ internal functions. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Rolf Kalbermatter | Fixed some signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Johan Dahlin | Make shell32 compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
György 'Nog' Jeney | Separate out 16-bit ShellExecute function. |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Duane Clark | Wait for app to come up before attempting DDE connection. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Duane Clark | Bug fixes. |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Duane Clark | Combined implementations of ShellExecute/Ex. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Eric Pouech | Fixed ShellExecute functions when ddeexec was present... |
blob | commitdiff | raw | diff to current |
|