Austin English
|
af0c217752
|
oleaut32/tests: Fix a couple of todo_wine's.
|
2011-02-25 11:08:03 +01:00 |
Michael Stefaniuc
|
812a0495c5
|
oleaut32: Use ifaces instead of vtbl pointers in OLEPictureImpl.
|
2010-12-10 13:03:24 +01:00 |
Michael Stefaniuc
|
e4094231a4
|
oleaut32: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
|
2010-12-05 16:43:34 +01:00 |
Alexandre Julliard
|
7769b05858
|
oleaut32: Convert dll registration to the new IRegistrar mechanism.
|
2010-11-24 17:59:57 +01:00 |
Nikolay Sivov
|
f7b2add8d9
|
oleaut32/olepicture: Remove out pointer check in OleCreatePictureIndirect, it should crash.
|
2010-08-25 11:59:27 +02:00 |
Nikolay Sivov
|
b8f99cabb4
|
oleaut32/olepicture: Fix a typo in height conversion.
|
2010-08-25 11:59:06 +02:00 |
Nikolay Sivov
|
b5a8c33182
|
oleaut32/olepicture: No need to check interface pointer in vtable methods.
|
2010-08-23 13:37:02 +02:00 |
Nikolay Sivov
|
32c2ef6c97
|
oleaut32/olepicture: Fix assumptions about S_OK value.
|
2010-08-23 13:37:02 +02:00 |
Nikolay Sivov
|
99863b02ba
|
oleaut32/olepicture: Properly round while performing pixels->himetric units conversion.
|
2010-08-23 13:37:02 +02:00 |
Andrew Nguyen
|
96dbdcb8c9
|
oleaut32: Implicitly initialize COM in OleLoadPicturePath.
|
2010-05-20 16:48:37 +02:00 |
Andrew Nguyen
|
61f7f77636
|
oleaut32: Convert file URLs to DOS paths for special handling in OleLoadPicturePath.
File URLs cannot be used in the moniker code path, as binding to the IStream interface is not possible.
|
2010-05-20 16:48:37 +02:00 |
Andrew Nguyen
|
dc13339988
|
oleaut32: Improve parameter validation in OleLoadPicturePath.
|
2010-05-20 16:48:37 +02:00 |
Gerald Pfeifer
|
c85eb78090
|
oleaut32: Remove variable iLengthScanLineColor which is not really used from serializeIcon.
|
2010-05-03 16:48:03 +02:00 |
Mikhail Maroukhine
|
feb257dce0
|
ole: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:15:52 +02:00 |
Wilfried Pasquazzo
|
6a5bd0c2ed
|
oleaut32: Respect size of icons when drawing with IPicture_Render.
|
2009-10-15 12:06:22 +02:00 |
Vincent Povirk
|
e5d2a6932d
|
oleaut32: Use WIC to decode PNG images.
|
2009-09-02 10:24:43 +02:00 |
Vincent Povirk
|
0ac2a855ce
|
oleaut32: Use WIC to decode JPEG images.
|
2009-09-01 12:43:54 +02:00 |
Vincent Povirk
|
5a5e0e937d
|
oleaut32: Avoid copying the data when loading an image using WIC.
|
2009-08-24 15:17:34 +02:00 |
Vincent Povirk
|
7c9e198a71
|
oleaut32: Use WIC to decode gif files.
|
2009-08-19 12:08:32 +02:00 |
Alexandre Julliard
|
70e4611e73
|
oleaut32: Properly release cache DCs instead of trying to delete them.
|
2009-07-01 12:07:35 +02:00 |
Austin English
|
15ff349ada
|
oleaut32: Fix a compiler warning for libjpeg includes.
|
2009-06-16 13:26:00 +02:00 |
Alexandre Julliard
|
0ed1041c63
|
oleaut32: Don't use 16-bit headers.
|
2009-04-01 18:20:21 +02:00 |
Michael Stefaniuc
|
a3f8fd71e1
|
oleaut32: Remove superfluous pointer casts.
|
2009-02-09 14:37:23 +01:00 |
Erich Hoover
|
a82cdfc050
|
oleaut32: Fix OLEPicture rendering vector metafiles without setting up the source rectangle.
|
2009-01-20 12:33:39 +01:00 |
Alexandre Julliard
|
99132baebd
|
oleaut32: Fix handle cast warnings on 64-bit.
|
2009-01-08 17:27:14 +01:00 |
Nikolay Sivov
|
b91f4a3dae
|
oleaut32: Check pointer in IPicture::get_Type.
|
2009-01-07 12:50:56 +01:00 |
Nikolay Sivov
|
a22ca1c2d9
|
oleaut32: Check pointer in IPicture::get_Handle.
|
2009-01-07 12:50:51 +01:00 |
Nikolay Sivov
|
76925b06c2
|
oleaut32: Check pointer in IPicture_get_Attributes.
|
2009-01-06 12:42:49 +01:00 |
Nikolay Sivov
|
5b88f0d916
|
oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.
|
2009-01-06 12:42:43 +01:00 |
Nikolay Sivov
|
b6d50aed41
|
oleaut32: Added PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render.
|
2008-12-11 14:28:35 +01:00 |
Michael Stefaniuc
|
25f33cb0bc
|
oleaut32: Do not cast NULL.
|
2008-11-03 13:41:53 +01:00 |
Kirill K. Smirnov
|
c47d0715ab
|
oleaut32: Remove superfluous return statement.
|
2008-10-16 12:37:20 +02:00 |
Kirill K. Smirnov
|
fd6d2b4d0c
|
oleaut32: Return correct error code.
|
2008-10-16 12:37:15 +02:00 |
Kirill K. Smirnov
|
4dfaf90ab2
|
oleaut32: Print error messages as ERR.
|
2008-10-16 12:37:10 +02:00 |
Kirill K. Smirnov
|
a03cc957e1
|
oleaut32: Add tests for metafiles, make them pass under Wine.
|
2008-10-06 14:15:01 +02:00 |
Lei Zhang
|
4fe68a9e1e
|
oleaut32: Check return values in several functions.
|
2008-07-21 14:36:39 +02:00 |
Andrew Talbot
|
3ac0983ab4
|
oleaut32: Remove unneeded address-of operators from array names.
|
2008-07-11 14:06:37 +02:00 |
Alexandre Julliard
|
1894d708a4
|
oleaut32: Include the system jpeg and png headers before the Windows headers.
|
2008-07-03 13:08:19 +02:00 |
Austin English
|
e8dbd66c23
|
oleaut32: Spelling fixes.
|
2008-04-14 21:28:38 +02:00 |
Andrew Talbot
|
9d16a42210
|
oleaut32: Assign to structs instead of using memcpy.
|
2008-03-12 11:59:27 +01:00 |
Nathan Beckmann
|
7f50e42bbc
|
oleaut32: Replace bitmap integer constants with symbolic constants.
|
2008-03-07 11:28:59 +01:00 |
Rob Shearman
|
51e2e1cc4b
|
oleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif.
|
2008-02-04 13:02:59 +01:00 |
Andrew Talbot
|
5ea25c62b8
|
oleaut32: Remove unneeded casts.
|
2008-01-16 12:16:01 +01:00 |
Rob Shearman
|
656618310b
|
oleaut32: Implement OLEPictureImpl_GetIDsOfNames.
|
2007-12-03 11:52:13 +01:00 |
Mikolaj Zalewski
|
b2648b8285
|
oleaut32: olepicture: When drawing metafiles set the coordinates system so that it is drawn in the correct place.
|
2007-10-04 11:41:00 +02:00 |
Mikolaj Zalewski
|
8e7e2c25aa
|
oleaut32: olepicture: Support loading Aldus Placable Metafiles.
|
2007-10-04 11:40:53 +02:00 |
Evan Stade
|
a08b998f20
|
oleaut32: Handle transparency data when loading PNG images.
|
2007-08-09 14:40:27 +02:00 |
Evan Stade
|
72a760beb0
|
oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
|
2007-08-06 12:18:40 +02:00 |
Francois Gouget
|
3543d51c7f
|
oleaut32: Fix a signed/unsigned mismatch.
|
2007-08-03 12:44:19 +02:00 |
Evan Stade
|
a55f233219
|
oleaut32: Slight correction to EMF rendering.
|
2007-08-02 12:18:42 +02:00 |