Don't define BEGIN_INTERFACE in unknwn.h.
[wine] / dlls / shell32 /
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-20  Huw DaviesUnicodify a load of strings.
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-20  Aric StewartIn IPersistFile_Save if the exe file is not found,...
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Francois GougetAdd new fields to the NOTIFYICONDATA structure so it...
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-08-16  Ge van GeldorpHandle shell link files contained in double quotes.
2004-08-16  Mike McCormackClean up messy comment in SHFileOperation.
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-09  Jon GriffithsDelete the about dialog font when the dialog is closed.
2004-08-09  Mike McCormackUse Heap function in preference to malloc/free.
2004-08-09  Marcus MeissnerMarked some functions in debughlp as static.
2004-08-06  Jon GriffithsDon't leak cache imagelists on exit.
2004-08-04  Filip NavaraDestroy associated listview when IShellView is destroyed.
2004-08-02  Jens CollinUse ShellExecute instead of CreateProcess in run dialog.
2004-07-29  Filip NavaraAdd REST_NONLEGACYSHELLMODE policy.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-23  Marcelo DuarteFrench translation and other adjustments.
2004-07-22  Henning GerhardtMinor fixes and updates to the German resource files.
2004-07-22  Ivan Leo PuotiAdded Italian resources.
2004-07-19  Marcelo DuarteUpdate localization for Portuguese language.
2004-07-16  Martin FuchsDistinguish between Open and Explore commands.
2004-07-12  José Manuel Ferrer... Updated the Spanish shell32 translation and made some...
2004-07-12  Marcus MeissnerFixed double applet = applet = assignment.
2004-07-09  Alexandre JulliardAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
2004-07-04  Mike McCormackFix a buffer overrun in autocomplete.
2004-06-30  Ge van GeldorpFix IFileSystemBindData method order.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-06-21  Royce Mitchell IIIShell32 run dialog combobox should also have WS_TABSTOP...
2004-06-18  Robert ShearmanMake ole32 a delay-load import of shell32.
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-06-14  Ulrich CzekallaImplemented RealDriveType.
2004-06-02  Ulrich CzekallaWhen we send out a notification to a registered window...
2004-05-28  Aric StewartMake sure that the size of the buffer passed to RegSetV...
2004-05-27  Uwe BonnesAssume MAX_PATH length for pszDisplayName.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-05-27  Stefan LeichterMoved stub of Control_FillCache_RunDLL from ascii to...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-10  Ilya KorniykoEncoding fixes in Ukrainian translation.
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-05-02  Maxime BellengéFix a string allocation.
2004-04-30  Maxime Bellengé- Fix the return key handling and clean up the code.
2004-04-29  Mike McCormackStub implementation for SHFindFiles.
2004-04-26  Ilya KorniykoAdded Ukrainian translations.
2004-04-26  Dmitry TimoshkovFix the DDE PFNCALLBACK prototype.
2004-04-26  Maxime BellengéImplemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UP...
2004-04-23  Dmitry TimoshkovFix a bug in ShellExecute which called DdeCreateStringH...
2004-04-22  Huw DaviesDdeClientTransaction returns zero on error.
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-19  Maxime BellengéAdd the IAutoComplete and IAutoComplete2 implementation...
2004-04-19  Wolfgang SchwotzerSHBrowseForFolder: support lpBrowseInfo->pszDisplayName...
2004-04-15  Juan LangCorrect return value in a couple of error cases.
2004-04-15  Martin Fuchs- make drive letters in PIDLs always uppercase to enabl...
2004-04-15  Martin FuchsCorrect error handling in SHELL32_ParseNextElement().
2004-04-14  Martin FuchsReturn "file not found" error values instead of E_INVAL...
2004-04-14  Juan LangCorrect some PIDL types and eliminate some magic number...
2004-04-14  Juan LangIf a folder contains a desktop.ini, check it for the...
2004-04-13  Juan LangAdd stub for ShellDDEInit to let Windows explorer.exe...
2004-04-13  Juan LangIShellView seems reasonably complete, change a FIXME...
2004-04-13  Martin FuchsCorrect IShellFolder::GetAttributesOf() for the case...
2004-04-13  Martin FuchsCheck for folders in ShellExecute().
2004-04-12  Martin Fuchs- rename 'wszCommandline' to 'wszParameters'
2004-04-12  Martin Fuchs- eliminate MSVC type conversion warning
2004-04-12  Francois GougetAssorted spelling fixes.
2004-04-09  Francois GougetCleanup the handling of the extension in SHELL_FindExec...
2004-04-08  Juan Lang- move CreateMyCompEnumList and CreateDesktopEnumList...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-07  Martin Fuchs- SHBindToParent(): request correct COM interface from...
2004-04-07  Juan Lang- comment fixes
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-04-07  Martin FuchsResolve shell shortcuts and process ID lists in ShellEx...
2004-04-06  Juan Lang- rename PT_SPECIAL to PT_SHELLEXT
2004-04-06  Juan LangRename PT_MYCOMP to PT_GUID, and the corresponding...
2004-04-05  Juan LangUse symbolic constants for magic numbers in SHGetFolder...
2004-04-05  Juan LangGet rid of a few pointless A/W conversions.
2004-04-05  Martin FuchsAdd resource strings for control panel folder.
2004-04-05  Martin FuchsOptimization: null terminate string buffers instead...
2004-04-05  Martin FuchsGet icons for shell link files.
2004-04-05  Martin Fuchs- fix dirty flag on shelllink loading and saving
2004-04-01  Rolf KalbermatterUse named constant instead of a simple number (gets...
2004-04-01  Kevin KoltzauAdded support for CSIDL_RESOURCES path.
2004-03-31  Alexandre JulliardDo not strip stdcall decoration in spec files.
2004-03-27  Martin FuchsCall IShellExecuteHook interface for ShellExecute(...
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...
2004-03-26  Martin Fuchs- Fix handling of %2, %3, ... and lower case format...
2004-03-25  Martin FuchsImplementation of IPersistFile::IsDirty().
next