Removed direct access to the WND struct.
[wine] / dlls / shell32 /
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-03-10  Francis BeaudetFixed a simple bug in the implementation of the ShellVi...
1999-03-10  Sergey TurchanovAdded some extra CSIDLs.
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Adrian Thurston- Use the new COM definition macros in the header.
1999-02-24  Juergen SchmiedChanged pidl structure to match the pidl's used in...
1999-02-24  Juergen SchmiedImplemented reading of *.lnk-files.
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-22  Juergen Schmied- eliminated one element of the pidl struct (dwSFGAO)
1999-02-22  Juergen Schmied- header uses the last macros now
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-19  Francois GougetSmall fixes.
1999-02-19  Francois GougetRemoved redundant definitions of IsEqualIID and IsEqual...
1999-02-18  Francois GougetModified so that they do not use the VTABLE_FUNC macros...
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17  Sylvain St.GermainDefined IDropTarget for ShellFolder. Implemented the...
1999-02-13  Bertho StultiensFixed a couple of faulty names used in wine and typos...
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-02-09  Juergen SchmiedBetter implementation (takes strings or res-id's now).
1999-02-09  Zygo BlaxellFixed two pointer/integer mismatch warnings.
1999-02-02  Francois GougetReplaced references to interfaces.h by wine/obj_xxx...
1999-01-31  Juergen SchmiedStub for PathQualify32[A|W].
1999-01-30  Alex Priem- The usual bugfixes.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-26  Juergen SchmiedSmall fixes.
1999-01-26  Juergen SchmiedImplemented SHBrowseForFolder() dialog.
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-23  Marcus MeissnerImplemented ExtractIconEx16, added some consts to Extra...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1999-01-03  Juergen SchmiedSHCloneSpecialIDList implemented.
1999-01-03  Juergen SchmiedShell_GetCachedImageIndex32[A|W] implemented.
1999-01-01  Alexandre JulliardUse proper system directory.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-25  Juergen SchmiedFixed the TEXT redefined warnings.
1998-12-24  Juergen SchmiedFixes crash when running without external shell32.dll.
1998-12-18  Juergen SchmiedSmall fixes.
1998-12-18  Juergen SchmiedStub Control_FillCache_RunDLL.
1998-12-18  Juergen SchmiedSHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
1998-12-18  Juergen SchmiedILAppend seems to work now.
1998-12-14  Juergen SchmiedSome cleanup.
1998-12-14  Juergen SchmiedSHMapPIDLToSystemImageListIndex try's to determine...
1998-12-14  Juergen SchmiedNew HCR_GetDefaultIcon (internal).
1998-12-14  Juergen SchmiedAdds the IPersistFile Interface to IShellLink[W] and...
1998-12-11  Juergen SchmiedBugfix in PathCombine32[A|W].
1998-12-11  Juergen SchmiedImplemented ILGetDisplayName.
1998-12-11  Juergen SchmiedStarted implementation of ShellExecuteEx32A.
1998-12-11  Juergen SchmiedMoved menu resources to rc-file.
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 SchmiedNew functions ILGlobalClone/ILGlobalFree.
1998-12-01  Juergen SchmiedFixed wrong parameter count for SHChangeNotifyDeregiste...
1998-11-25  Juergen SchmiedMoved existing path - functions to shellpatch.c.
1998-11-25  Juergen SchmiedMoved existing IShellLink class. New stubs for IShellLinkW.
1998-11-22  Juergen SchmiedMany fixes.
1998-11-22  Juergen SchmiedNew function: _ILGetExtension.
1998-11-22  Juergen SchmiedNew file. HKEY_CLASSES_ROOT handling.
1998-11-22  Marcus MeissnerPathAddBackshlash, PathRemoveBackslash: argument is...
1998-11-15  Juergen SchmiedCleanup, small fixes, a few new stubs.
1998-11-15  Juergen SchmiedHandling for listviewstyles, view mode buttons in filed...
1998-11-15  Juergen SchmiedNew file, wrapper for IShellBrowser class.
1998-11-15  Juergen SchmiedNew file, some helper functions for icon cache.
1998-11-15  Juergen SchmiedImplemented: ILIsEqal, ILFindChild, _ILGetFileDate...
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-10-28  Juergen SchmiedNew SHGetSimpleIDListFromPath32AW.
1998-10-25  Michael PooleStub for SHSimpleIDListFromPath.
1998-10-24  Juergen SchmiedChanged some string-shell32 functions to 32AW, paramete...
1998-10-16  Juergen SchmiedMany bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
1998-10-15  Marcus MeissnerAdded missing WINAPIs.
1998-10-13  Petter ReinholdtsenAdded stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQ...
1998-10-11  Juergen SchmiedBugfixes, shellview uses DPA's now, IShellView_GetItemO...
1998-10-11  Juergen SchmiedNew stubs: SHGetFileInfo32W, ReadCabinetState, WriteCab...
1998-10-11  Juergen SchmiedImplemented first functions.
1998-10-11  Juergen SchmiedNew class IDLList "Item ID List List" (internal).
1998-10-11  Eric KohlAdded SHFlushClipboard.
1998-10-11  Marcus MeissnerA few function prototype fixes.
1998-10-04  Alexandre JulliardInitial revision
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822