- move CreateMyCompEnumList and CreateDesktopEnumList to their
[wine] / dlls / shell32 / shlexec.c
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.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechFixed ShellExecute functions when ddeexec was present...