makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / shell32 / classes.c
2010-03-22  Nikolay Sivovshell32: Some debug tracing improvements.
2010-02-04  Michael Stefaniucshell32: Don't print the function name twice in an...
2009-02-09  Francois Gougetshell32: HCR_GetDefaultIconFromGUIDW() is unused so...
2008-10-13  Marcus MeissnerFixed RegEnumKey(Ex)W buffer sizes.
2008-05-27  Vitaliy Margolenshell32: Don't print not initialized value.
2008-03-19  Dan Kegelshell32: Only print "HCR_GetFolderAttributes should...
2007-11-19  Juan Langshell32: Use more restricted registry rights when queri...
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-06-26  Francois Gougetshell32: Fix computation of default verb.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Michael Jungshell32: Query for localized string in HCR_GetClassName.
2006-01-11  Martin Fuchsshell32: Fix folder icon index when read from registry.
2005-07-18  Michael JungRelease shell folders only if they were successfully...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-25  Michael JungSupport for shellfolder's CallForAttributes registry...
2005-06-15  Huw DaviesUnquote the icon file path if it's quoted.
2005-04-11  Huw DaviesFix the icon resource ids (most were off by one).
2005-03-03  Huw DaviesDon't prepend '\\' to the subkey name.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-01-16  Alexandre JulliardFixed HCR_GetExecuteCommandW() behavior with a class...
2003-12-10  Marcelo Duarte- Implementation of HCR_GetExecuteCommandExW for intern...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-19  Jon GriffithsMove IQueryAssociations into shlwapi. Docs/-W/MSVC...
2003-05-19  Ulrich CzekallaHandle SEE_MASK_CLASSKEY case for ShellExecute.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-10  Juergen SchmiedFix recently broken GetDisplayNamesOf of names of shell...
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-29  Steven EdwardsPortability fix.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-19  Gerard PatelHCR_GetDefaultIcon should set icon number to 0 if it...
2001-10-23  Aric StewartFixed the behavior for SHGetFileInfo when the SHGFI_USE...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-04-28  Juergen SchmiedStubs for IQueryAssociations.
2000-02-20  Juergen SchmiedFixes.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-08-15  Juergen SchmiedFixed mapping of file extensions to text.
1999-07-25  Juergen SchmiedNew functions to access attributes in HCR.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1998-12-18  Juergen SchmiedSmall fixes.
1998-12-14  Juergen SchmiedNew HCR_GetDefaultIcon (internal).
1998-12-11  Juergen SchmiedStarted implementation of ShellExecuteEx32A.
1998-11-22  Juergen SchmiedNew file. HKEY_CLASSES_ROOT handling.