Get rid of a few thousand useless TRACE lines.
[wine] / dlls / shell32 / shell32_main.c
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-31  Gerard PatelAdded missing parenthesis in ShGetFileInfoA.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-10-23  Aric StewartFixed the behavior for SHGetFileInfo when the SHGFI_USE...
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
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  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
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-17  Francois GougetAdded missing CommandLineToArgvW prototype.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-10  James JuranImplement SHGetFileInfoW by calling SHGetFileInfoA.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-10-29  Dave PicklesImplement SHGFI_EXETYPE function of SHGetFileInfo.
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-20  Chris MorganImplemented DuplicateIcon().
2000-08-16  Marcus MeissnerMissed the first character of every argument in Command...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-07-08  Andreas MohrAdded semi-stub.
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-04-28  Juergen SchmiedFixes.
2000-04-24  Patrik StridvallFixed issues found by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-20  Juergen SchmiedStarted with shell-clipboard handling (context menu...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-04  Juergen SchmiedSmall fixes.
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-23  Ian SchmidtAdded stub for DllInstall().
1999-10-23  Ian SchmidtNow inits the policy cache when shell32 is first instan...
1999-10-13  Juergen Schmied- implemented sorting the listview by clicking on the...
1999-09-19  Juergen SchmiedMore support for special pidls in SHGetSpecialFolderLoc...
1999-09-13  Andreas MohrPretend successful execution of SHELL_NotifyIcon*().
1999-09-10  Juergen SchmiedFixed crash in detach sequence.
1999-09-03  Francis BeaudetFixed the support for the close button in the ShellAbou...
1999-08-15  Juergen SchmiedImplemented SHGetFileInfo better.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-10  Juergen SchmiedFixed crash during second DLL_PROCESS_DETACH if the dll
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-22  Juergen SchmiedMoved stuff to the right place.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensBugfix: free loaded library not before exit.
1999-04-11  Juergen Schmied- reorganised icon extracing from files
1999-04-01  Juergen SchmiedDllGetVersion (not yet exported).
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-03-19  Francis BeaudetAdded a check for desktop in SHGetFileInfo.
1999-03-13  Juergen Schmied- mostly cleanup after the renaming
1999-03-10  Sergey TurchanovAdded some extra CSIDLs.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-22  Juergen Schmied- eliminated one element of the pidl struct (dwSFGAO)
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-26  Juergen SchmiedSmall fixes.
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-18  Juergen SchmiedSHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-01  Juergen SchmiedFixed wrong parameter count for SHChangeNotifyDeregiste...
1998-11-25  Juergen SchmiedMoved existing path - functions to shellpatch.c.
1998-11-15  Juergen SchmiedCleanup, small fixes, a few new stubs.
1998-10-24  Juergen SchmiedChanged some string-shell32 functions to 32AW, paramete...
1998-10-16  Juergen SchmiedMany bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
1998-10-11  Juergen SchmiedNew stubs: SHGetFileInfo32W, ReadCabinetState, WriteCab...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822