Implemented 64bit file size handling.
[wine] / dlls / shell32 / iconcache.c
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2000-10-24  Alexandre JulliardImplement InternalExtractIcon by calling PrivateExtract...
2000-10-19  Alexandre JulliardCall PrivateExtractIcon in user32 instead of duplicatin...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-04-28  Juergen SchmiedFixed: extract the icon by resource id.
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-26  Juergen SchmiedFix for OpenIcon.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-29  Marcus MeissnernIconIndex == -1 should return nr of available icons...
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-08-15  Juergen SchmiedProtect cache with critical section.
1999-07-25  Juergen SchmiedFixed icon background (was black).
1999-07-10  Juergen SchmiedFixed crash during second DLL_PROCESS_DETACH if the dll
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Juergen SchmiedMoved stuff to the right place.
1999-04-22  Juergen Schmied- more checks for valid pidl formats
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Marcus MeissnerTypo that broke Solaris compile fixed.
1999-04-11  Juergen Schmied- reorganised icon extracing from files
1999-03-28  Juergen Schmied- adjusted printing of refcounts to be equal
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-13  Juergen Schmied- mostly cleanup after the renaming
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-26  Juergen SchmiedSmall fixes.
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 JulliardRecovery of release 990110 after disk crash. wine-990110
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-24  Juergen SchmiedFixes crash when running without external shell32.dll.
1998-12-18  Juergen SchmiedSmall fixes.
1998-12-14  Juergen SchmiedSHMapPIDLToSystemImageListIndex try's to determine...
1998-11-22  Juergen SchmiedMany fixes.
1998-11-15  Juergen SchmiedNew file, some helper functions for icon cache.