- Fix palette creation.
[wine] / dlls / oleaut32 / olepicture.c
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.