Fixed issues found by winapi_check.
[wine] / dlls / shell32 /
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-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-11-23  Ian SchmidtAdded stub for DllInstall().
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.
1999-11-21  Andreas MohrSHFind_InitMenuPopup is supposed to return a pointer.
1999-11-14  Juergen Schmied- the colums in the shellview are now created depending...
1999-11-13  Juergen Schmied- inserted markers for the bin2res tool
1999-11-12  Gustavo Junior AlvesUse constants IDOK and IDCANCEL in .rc files.
1999-11-12  Juergen SchmiedMade the buttons in the filedlg change when selecting...
1999-11-07  Patrik StridvallRemoved obsolete files no longer in use.
1999-11-07  Juergen Schmied- new interface declaration for IShellfolder2
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-31  Pierre MageauA crash would occur if the file type in report mode...
1999-10-25  Ian SchmidtPartial implementation of the Shell32 call Win32DeleteF...
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-23  Jim AstonAdded a few stubs.
1999-10-23  Pierre MageauFixed the ascending and descending sort order for the...
1999-10-23  Juergen Schmied- removed all unnecessary "winapi" from internal _IL...
1999-10-23  Ulrich CzekallaImplemented StrRChrA.
1999-10-23  Ian SchmidtNow inits the policy cache when shell32 is first instan...
1999-10-23  Ian SchmidtReal implementation of SHRestricted(), clarified SHInit...
1999-10-13  Juergen Schmied- implemented sorting the listview by clicking on the...
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-10-13  Juergen SchmiedSmall fixes.
1999-09-28  Ian SchmidtImplementation of 2 Win98 by-ordinal SHELL32 routines...
1999-09-20  Ulrich WeigandWindows hook proc thunk management simplified.
1999-09-19  Francois BoisvertAdded small feature in the file dialog.
1999-09-19  Juergen SchmiedMore support for special pidls in SHGetSpecialFolderLoc...
1999-09-13  Andreas MohrPretend successful execution of SHELL_NotifyIcon*().
1999-09-11  Patrik StridvallEliminated warnings.
1999-09-10  Niclas KarlssonFixed pattern matching in PathMatchSpecA/W
1999-09-10  Francois BoisvertTabbing in the listview of the shellview.
1999-09-10  Juergen SchmiedFixed crash in detach sequence.
1999-09-10  Juergen SchmiedFixed wrong return value.
1999-09-03  Francois BoisvertSome <open> features in the file dialog 95.
1999-09-03  Francis BeaudetFixed the support for the close button in the ShellAbou...
1999-09-03  Francois BoisvertMake directories name appear in the BrowseForFolder...
1999-09-03  Marcus MeissnerHandle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
1999-08-18  Michael VekslerRemoved unnecessary includes from ole related files.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-08-15  James JuranNew routine DllEntryPoint for shell.dll. Loads shell32...
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-08-15  Juergen SchmiedNew interface: DropSource.
1999-08-15  Juergen SchmiedBetter DropTarget.
1999-08-15  Juergen SchmiedImplemented SHGetFileInfo better.
1999-08-15  Juergen SchmiedProtect cache with critical section.
1999-08-15  Juergen SchmiedQueryGetData, EnumFormatEtc implemented.
1999-08-15  Juergen SchmiedFixed mapping of file extensions to text.
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-31  Eric KohlAdded stubs for DAD_SetDragImage() and PathCleanupSpec().
1999-07-28  Juergen SchmiedFixed use of StrRetToStrN.
1999-07-28  Juergen SchmiedStrRetToStrN[A|W|AW] new independent unicode/ascii...
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-25  Juergen SchmiedRemoved experimental/unused code.
1999-07-25  Juergen SchmiedComplete redesign, split into 3 implementations (Deskto...
1999-07-25  Juergen SchmiedImplemented SHGetSpecialFolderPathA.
1999-07-25  Juergen SchmiedImplemented SHCreateShellFolderViewEx.
1999-07-25  Juergen SchmiedRemoved special CoCreateClassObject and use ole functio...
1999-07-25  Juergen SchmiedImplemented access to lnk's to a IStream interface.
1999-07-25  Juergen SchmiedFixed icon background (was black).
1999-07-25  Juergen SchmiedFixed getting icons from filetypes.
1999-07-25  Juergen SchmiedImplemented enumeration of shell extensions, seperated...
1999-07-25  Juergen SchmiedRewrote GetData so support multiple selections.
1999-07-25  Juergen SchmiedSeparated stuff for shv background contextmenu to separ...
1999-07-25  Juergen SchmiedNew functions to access attributes in HCR.
1999-07-25  Juergen SchmiedNew file. Seperate implementation of the shellview...
1999-07-24  Francois BoisvertImplemented TREEVIEW_InsertItemW.
1999-07-12  Marcus MeissnerAdded missing prototype for ILFindChild().
1999-07-10  Francois BoisvertMade IShellFolder::fnParseDisplayName return a relative...
1999-07-10  Juergen SchmiedSmall fixes.
1999-07-10  Juergen SchmiedImplemented StrToOleStrN.
1999-07-10  Juergen SchmiedIStream interface for file access.
1999-07-10  Juergen SchmiedFixed crash during second DLL_PROCESS_DETACH if the dll
1999-07-10  Juergen SchmiedSome more pidl-types.
1999-07-10  Juergen SchmiedCompletely rewritten. IPersistStream interface implemented.
1999-07-10  Juergen SchmiedDLLGetClassObject/Classfactory: create objects by CLSID...
1999-06-26  Eric KohlAdded SHDoDragDrop() stub.
1999-06-22  Alexander KanavinStandard dialog boxes resources and OLE strings are...
1999-06-18  Pablo SaratxagaWalloon language update.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-29  Ian SchmidtAdded missing WINAPI for SHValidateUNC.
1999-05-23  Ian SchmidtAdded missing WINAPI to SHELL32_654 stub. Fixes crash...
1999-05-22  Andre Malafaya Bap... About dialog translated to Portuguese.
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-17  Juergen SchmiedPrevent crash in stub of SheGetDirW.
1999-05-17  Juergen SchmiedFurther implementation of the FileMenu.
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Francis BeaudetImplemented the OLE object default handler and data...
1999-05-02  Michael VekslerFix TRACE formatting warnings.
1999-05-02  Andreas MohrFixed a small syntax problem.
next