Get rid of HeapAlloc casts.
[wine] / dlls / oleaut32 / olepicture.c
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-04  Maxime BellengéImplements OleLoadPicturePath.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2005-02-21  Vincent BéronAdd a stub for OleLoadPicturePath().
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-09  Walt OgburnIn OlePictureImpl_Load, always use DIB_RGB_COLORS becau...
2004-10-18  Vincent BéronFix some types problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-22  Alex Villacís LassoPartial implementation for OLEPictureImpl_Save.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
2004-09-16  Alex Villacís LassoAdd de-interleaving for GIF images.
2004-09-14  Marcus MeissnerAutodetect libgif so extension and try to load it.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-18  Alex Villacís LassoAdd detection of graphic file header in picture load...
2004-08-18  Alex Villacís LassoApply HIMETRIC transformation on icons, just like bitmaps.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-04  Huw Daviesdlopen libungif and libjpeg.
2004-05-10  Maxime BellengéCorrectly create the byte array of gif images to match...
2004-05-04  Maxime Bellengé- Fix palette creation.
2004-02-03  Kirill SmelkovOLEPictureImpl_Load: fix for headerless pictures.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-28  Alexandre JulliardWarning fix.
2003-08-18  Robert ReifFixed Warblade image loading.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-05-08  Maxime Bellengé- Fix scanline size in OLEPictureImpl_Load for jpeg
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Marcus MeissnerSupport DllGetClassObject of CLSID_StdPicture.
2002-11-11  Marcus MeissnerImplemented OleLoadPictureEx.
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-20  Marcus MeissnerUse GetDC(0) instead of CreateCompatibleDC(0).
2001-08-09  Patrik StridvallFixed issue found by winapi_check.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-10  Gerard PatelStub for OleLoadPictureEx.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-07-16  Andreas MohrSpelling fixes.
2000-07-15  Huw D M DaviesOLE picture object implementation.