StrRetToStrN returns BOOL and shouldn't crash on NULL dest.
[wine] / dlls / shell32 / iconcache.c
2004-01-21  Martin FuchsUse full paths instead of only filenames in icon cache...
2004-01-18  Martin FuchsShellView_CreateList(), SIC_Initialize(): enable transp...
2003-12-15  Martin FuchsAdded include of "wine/port.h" for MSVC.
2003-11-28  Rolf KalbermatterFix two memory leaks. Found by Dietrich Teickner.
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2002-12-10  Rolf KalbermatterChange the return value for ExtractIconEx from HICON...
2002-12-07  Rolf KalbermatterAdd SHDefExtractIcon{AW} function.
2002-12-03  Rolf KalbermatterFix ANSI->Unicode calling for ExtractIconExA/W.
2002-11-30  Rolf KalbermatterAdded stub implementation with correct prototypes for
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-10  Alexandre JulliardAvoid calling FindExecutable16.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-06-21  Steven EdwardsMoved a few win32 functions to a better location for...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-11  Uwe BonnesSIC_GetIconIndex: start DPA_Search from index 0.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  Francois GougetRename SIC_CompareEntrys to SIC_CompareEntries, and...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-02  Patrik StridvallDocumentation fixes.
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.