richedit: Modify ME_GetTextW() to honor CR and LF encodings.
[wine] / dlls / shell32 / shell32_main.h
2007-12-27  Mike McCormackshell32: Implement "My Network Places" shell folder.
2007-12-03  Alexandre Julliardshell32: Get rid of the internal _InsertMenuItem function.
2007-11-05  Andrew Talbotshell32: Constify some variables.
2007-10-31  Andrew Talbotshell32: Constify some variables.
2007-09-11  Andrew Talbotshell32: Constify some variables.
2007-03-23  Andrew Talbotshell32: Replace inline static with static inline.
2007-02-12  Mikołaj Zalewskishell32: Allow overwriting files in SHFileOperation...
2006-08-24  Mike McCormackshell32: Use kernel functions in preference to libwine...
2006-08-09  Mikołaj Zalewskishell32: Add a Trash virtual folder.
2006-07-31  Mikołaj Zalewskishell32: Call the trashing code from SHFileOperationW.
2006-07-31  Mikołaj Zalewskishell32: Add trashing confirmations.
2006-07-07  Mikołaj Zalewskishell32: Show a confirmation before deleting files...
2006-07-03  Mikołaj Zalewskishell32: Pass the correct parent hwnd to confirmation...
2006-06-26  Francois Gougetshell32: Fix computation of default verb.
2006-06-20  Mikołaj Zalewskishell32: Use SHELL_ConfirmDialogW when deleting multipl...
2006-06-02  Mikołaj Zalewskishell32: Avoid Unicode->ANSI conversion when deleting...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-22  Robert Shearmanshell32: Move systray handling to the explorer process.
2006-01-17  Michael Jungshell32: Support for CLSID_ShellFSFolder in unixfs.
2006-01-11  Martin Fuchsshell32: Fix folder icon index when read from registry.
2005-11-28  Michael JungModified KeyStateToDropEffect macro to match native...
2005-11-21  Martin FuchsSHGetFileInfoW(): handle SHGFI_LINKOVERLAY and SHGFI_OV...
2005-11-11  Dmitry TimoshkovUnconditionally fall back to ANSI DDE APIs in ShellExec...
2005-10-18  Dmitry TimoshkovUse appropriate DDE APIs (ANSI or unicode) for ShellExe...
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-08-26  Michael JungImplemented 'My Documents' folder.
2005-08-19  Michael JungAdded stubbed implementation of IPersistPropertyBag...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-29  Michael JungIf the unixfs is rooted at the Desktop folder, forward
2005-06-25  Michael JungSupport for shellfolder's CallForAttributes registry...
2005-06-16  Mike McCormackSHCreateStreamOnFileW is implemented in shlwapi, so...
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-05-24  Michael JungAdd a new CLSID for UnixDosFolder, which is identical...
2005-05-13  Ge van GeldorpOverlay icons for .lnk files with a small arrow in...
2005-03-19  Mike McCormackRemove an unused function.
2005-03-14  Martin Fuchs- switch to correct shell desktop context menu
2005-03-09  Michael JungBeginning of a shell namespace extension to browse...
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-07-12  Marcus MeissnerFixed double applet = applet = assignment.
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-04-19  Maxime BellengéAdd the IAutoComplete and IAutoComplete2 implementation...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
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-22  Mike McCormackUnicode-ify the icon cache and SHGetFileInfo.
2004-03-18  Martin FuchsExpand environment strings in command, parameter and...
2004-02-11  Alexandre JulliardMoved some more definitions out of undocshell.h into...
2004-01-26  Martin Fuchs- don't link directly to NTDLL; use MultiByteToWideChar...
2004-01-21  Martin FuchsUse full paths instead of only filenames in icon cache...
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2004-01-16  Alexandre JulliardFixed HCR_GetExecuteCommandW() behavior with a class...
2004-01-15  Marcelo Duarte- Get rid of W->A calls for shlexec.
2003-12-10  Marcelo Duarte- Implementation of HCR_GetExecuteCommandExW for intern...
2003-11-26  Alexandre JulliardMoved the ShellExecuteEx definitions to shellapi.h...
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-17  Rolf KalbermatterImplemented SHSimpleIDListFromPath correctly.
2003-09-15  Rolf KalbermatterAdded IFileSystemBindData implementation.
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-07-26  Martin FuchsFixed Ansi version of RenderFILENAME and implement...
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2003-05-19  Ulrich CzekallaHandle SEE_MASK_CLASSKEY case for ShellExecute.
2002-12-19  Rolf KalbermatterIntroduced some declarations and resources needed for...
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-06  Rolf KalbermatterImplement ParseFieldW function based on its ANSI sibling.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Carlos LozanoFixed SHGFI_SYSICONINDEX flag handling.
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-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-13  Juergen SchmiedStubs for DragDropHelper.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-02  Juergen Schmied- changed STRRET definition
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...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-09-20  Guy L. AlbertelliGet more entry points from Comctl32 and save the addresses.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-02-21  Chris MorganAdd shell support for deleting files using the Delete...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-04-28  Juergen SchmiedFixes.
next