shell32/tests: Test creating shell links for commands on path.
[wine] / dlls / shell32 / shlexec.c
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-02-06  Andrew Talbotshell32: Remove unused function.
2007-01-18  Francois Gougetshell32: There is no need to check strings for NULL...
2006-12-14  Francois Gougetshell32: Replace numeric literals with the proper constant.
2006-12-14  Francois Gougetshell32: Fix FindExecutableW() to not check if lpResult...
2006-12-14  Francois Gougetshell32: Add some documentation for FindExecutableW().
2006-12-14  Francois Gougetshell32: Fix FindExecutable() to return the executable...
2006-12-04  James Hawkinsshell32: Move a NULL pointer check before the place...
2006-11-24  Francois Gougetshell32: Remove unused parameters from SHELL_FindExecut...
2006-11-08  Francois Gougetshell32: Add missing '\n' to Wine trace.
2006-11-06  Aric Stewartshell32: Have SHELL_ArgifyW respect the length of the...
2006-11-06  Aric Stewartshell32: Create dynamic buffers for expanded enviroment...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-10-02  Andrew Talbotshell32: Cast-qual warnings fix.
2006-06-26  Francois Gougetshell32: Fix computation of default verb.
2006-06-16  Francois Gougetshell32: Remove dead code in SHELL_FindExecutable().
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-14  Jacek Cabanshell32: Don't crash in SHELL_ExecuteW if psei->lpDirec...
2006-04-12  Jacek Cabanshell32: Allocate wszApplicationName on the heap as...
2006-03-14  Dmitry Timoshkovshell32: Add parameter formatting rule to the command...
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2006-02-01  Dmitry Timoshkovshell32: execute_from_key should fallback to a DDE...
2006-01-12  Ge van Geldorpshell32: Fix directory execution.
2005-11-30  Martin FuchsFix context menu handling for more than one entry in...
2005-11-28  Ge van GeldorpOther code in shlexec.c (e.g. the extension handling...
2005-11-11  Dmitry TimoshkovUnconditionally fall back to ANSI DDE APIs in ShellExec...
2005-11-03  Mike McCormackInvoke shortcuts through IContextMenu, rather than...
2005-10-18  Dmitry TimoshkovUse appropriate DDE APIs (ANSI or unicode) for ShellExe...
2005-10-03  Martin FuchsSimplify 'sei' structure initialization in ShellExecuteA/W.
2005-09-12  Ge van GeldorpFix execution of Control Panel items.
2005-09-08  Dmitry TimoshkovPass a locally modified version of SHELLEXECUTEINFO to
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-08-17  Francois GougetFix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
2005-08-11  Francois GougetFix the return value of SHELL_Argify() so it once again...
2005-08-11  Francois GougetFix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKE...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-06-14  Michael JungUse SHGetPathFromIDList instead of SHELL32_GetPathFromI...
2005-05-14  Juan Lang- only log unsupported flags in ShellExecute
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Aric StewartFor ShellExecuteExA we need to copy out the hProcess...
2005-02-14  Ge van GeldorpError numbers >= 32 are to be expected.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-17  Alexandre JulliardRemove some no longer needed AW functions.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-10-21  Ge van Geldorp- Don't double-quote an already double-quoted argument.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-14  Jens CollinAdded lookup of environment vars in SHELL_ArgifyW.
2004-08-16  Ge van GeldorpHandle shell link files contained in double quotes.
2004-06-15  Francois GougetSHELL_ExecuteW() passes a Unicode environment to Create...
2004-06-15  Dmitry TimoshkovFix warnings introduced by my last patch.
2004-06-15  Dmitry TimoshkovRestore default "open" functionality of ShellExecute.
2004-06-14  Dmitry TimoshkovIgnore DdeClientTransaction error in ShellExecute.
2004-06-14  Dmitry TimoshkovAdd support for quoting "file://%1" like format strings.
2004-04-26  Dmitry TimoshkovFix the DDE PFNCALLBACK prototype.
2004-04-23  Dmitry TimoshkovFix a bug in ShellExecute which called DdeCreateStringH...
2004-04-22  Huw DaviesDdeClientTransaction returns zero on error.
2004-04-13  Martin FuchsCheck for folders in ShellExecute().
2004-04-12  Martin Fuchs- rename 'wszCommandline' to 'wszParameters'
2004-04-12  Francois GougetAssorted spelling fixes.
2004-04-09  Francois GougetCleanup the handling of the extension in SHELL_FindExec...
2004-04-07  Martin FuchsResolve shell shortcuts and process ID lists in ShellEx...
2004-04-05  Martin FuchsOptimization: null terminate string buffers instead...
2004-04-01  Rolf KalbermatterUse named constant instead of a simple number (gets...
2004-03-27  Martin FuchsCall IShellExecuteHook interface for ShellExecute(...
2004-03-26  Martin Fuchs- Fix handling of %2, %3, ... and lower case format...
2004-03-19  Rein KlazesIn SHELL_ExecuteW, if a new current directory is specif...
2004-03-18  Martin FuchsExpand environment strings in command, parameter and...
2004-03-04  Martin FuchsEnumerate all "shell\<verb>\command" entries in the...
2004-03-03  Martin FuchsFix buffer length usage for RegQueryValueW() calls...
2004-03-01  Huw DaviesAdd a missing '\\'.
2004-03-01  Martin FuchsSet error code ERROR_DDE_FAIL if the DDE connection...
2004-02-12  Dmitry TimoshkovTranslate the returned hInstApp from the unicode worker...
2004-01-16  Alexandre JulliardFixed HCR_GetExecuteCommandW() behavior with a class...
2004-01-15  Marcelo Duarte- Get rid of W->A calls for shlexec.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-30  Ge van GeldorpEnclose application name in double quotation marks...
2003-12-10  Marcelo Duarte- Implementation of HCR_GetExecuteCommandExW for intern...
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-19  Ulrich CzekallaHandle SEE_MASK_CLASSKEY case for ShellExecute.
2003-05-19  Aric StewartAdded support for the %L escape.
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-03  Dan KegelShellExecute(NULL, "wordpad.exe",) now correctly finds...
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-29  György 'Nog' JeneySeparate out 16-bit ShellExecute function.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-25  Duane ClarkBug fixes.
2002-07-24  Duane ClarkCombined implementations of ShellExecute/Ex.
2002-05-31  Vincent BéronRemoved trailing whitespace.
next