static control: Support SS_REALSIZEIMAGE.
[wine] / dlls / user / exticon.c
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-10-26  Michael Jung- Try LoadLibrary/LoadImage to extract icons from wine...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-11-30  Eric PouechConst correctness fixes.
2004-07-12  Mike McCormackStop PrivateExtractIcons from crashing given an invalid...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Robert ShearmanPrivateExtractIcon* should search the path for the...
2003-03-10  Vitaliy MargolenFixed typo in PrivateExtractIconExW function.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Rolf KalbermatterFix a possible memory leak when extracting from an...
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
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-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-22  Marcus MeissnerAdded two checks for out of range pointer accesses.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...