Added winebuild support for generating a .dbg.c file containing the
[wine] / dlls / shell32 /
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Juergen SchmiedMoving the pidl debug functions to a separate file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-21  Bill MedlandThe extension should not be removed from the display...
2002-04-20  Bill MedlandGet the folder browser to work as well with W notificat...
2002-04-11  Uwe BonnesSIC_GetIconIndex: start DPA_Search from index 0.
2002-04-08  Dusan LackoIf we can't extract the icon, defer link creation to...
2002-04-03  Charles LoepSupport for hiding file extensions in IShellFolder_GetD...
2002-04-03  Huw D M DaviesCheck for failure of IShellFolder_GetDisplayNameOf.
2002-04-03  Aric StewartEnable ShellExecuteEx to actually open things with...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Jon GriffithsUpdate shell xxxAW wrapper prototypes for fixed SHLWAPI...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Alexandre JulliardUpdated authors list from the Changelog. Please let...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-27  Eric PouechFixed ShellExecute functions when ddeexec was present...
2002-02-19  Gerard PatelHCR_GetDefaultIcon should set icon number to 0 if it...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-15  Rein KlazesIn SHFileOperation() when requested to copy files,...
2002-02-14  Martin DaleckiSome artwork on the default icons.
2002-02-14  Rein KlazesIn ShellExecute16, make sure there is a space between...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2002-01-31  Gerard PatelAdded missing parenthesis in ShGetFileInfoA.
2002-01-31  Patrik StridvallFixed some issues found by winapi_check.
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-29  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Huw D...
2002-01-29  Eric KohlAdded location of local application data.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-22  Alexandre JulliardRemoved use of SET_DEBUGGING, it's broken anyway.
2002-01-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-14  Huw D M DaviesIShellFolder_BindToObject should respect riid.
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-03  Ove KaavenHandle the lpDirectory field of the LPSHELLEXECUTEINFO.
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-20  Patrik StridvallDocumentation fixes.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  Francois GougetRename SIC_CompareEntrys to SIC_CompareEntries, and...
2001-11-05  Guy Albertelli- Indicate that StrRetToStrN{A|W} and StrRetToBuf{A...
2001-10-25  Aric StewartAdd handling for LVN_GETDISPINFOW.
2001-10-23  Aric StewartFixed the behavior for SHGetFileInfo when the SHGFI_USE...
2001-10-15  Kai MorichInternalExtractIcon16 forgot to close file handle.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
2001-10-02  Guy AlbertelliImplemented dummy stub for SHChangeNotifyUpdateEntryLis...
2001-10-01  Eric PouechShould initialize COM before calling it.
2001-09-21  Guy AlbertelliImplement initial version of SHAddToRecentDocs.
2001-09-20  Guy L. AlbertelliGet more entry points from Comctl32 and save the addresses.
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-19  Guy AlbertelliFix problem comparing pidls and return correct code.
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Patrik StridvallDocumentation fixes.
2001-09-07  Huw D M DaviesAdd SHGetSpecialFolderPathW to spec file.
2001-09-07  Guy AlbertelliReplace calls to StrRetToBuf{A|W} with duplicate code...
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-10  Dusan LackoFix ExtractFromEXEDLL for nIndex != 0.
2001-08-08  Alexandre JulliardFixed loop termination check in PathIsExeW.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-22  Alexandre JulliardGot rid of HEAP_strdupW.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Patrik StridvallRemoved unused file.
2001-07-17  Francois GougetAdded missing CommandLineToArgvW prototype.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-18  Marcus MeissnerThe shell special folder path creation did not mkdir...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-16  Dmitry TimoshkovReplace "System" font by "Helv" in shell32 "About"...
2001-03-19  Eric KohlSHGetSpecialFolderPathA must be able to create a full...
2001-03-10  James JuranImplement SHGetFileInfoW by calling SHGetFileInfoA.
2001-03-10  Gerard PatelHandle empty strings and invalid values in lpstrInitial...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-26  David GrantAdded (partial) support for FO_COPY and FO_DELETE.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-21  Chris MorganConfirm file deletes. Make delete confirmation message...
2001-02-21  Chris MorganAdd shell support for deleting files using the Delete...
2001-02-20  Marcus MeissnerFixed German translation, changed dialog font to Helvetica.
2001-02-14  Andreas MohrCosmetics.
2001-02-13  Chris MorganImplement keyboard shortcut F2 to rename files and...
2001-02-12  Francois GougetRemove TOOLBAR_ID and WM_SETTINGCHANGE, they are not...
next