Gerald Pfeifer
|
8f5b50d46b
|
gdiplus: Avoid shift overflow in get_gif_background_color.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-29 21:20:06 +09:00 |
Sebastian Lackner
|
ffa467691d
|
gdiplus: Use helper function for remaining HeapFree calls.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-29 10:49:20 +09:00 |
Sebastian Lackner
|
ff1b209be8
|
gdiplus: Use helper function for HeapAlloc calls.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-29 10:49:14 +09:00 |
Sebastian Lackner
|
2fdccc247e
|
gdiplus: Use the correct memory allocation function for PropVariants.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 12:45:00 +09:00 |
Nikolay Sivov
|
c820139b0f
|
gdiplus: Added GdipBitmapConvertFormat stub.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 00:58:13 +09:00 |
Alistair Leslie-Hughes
|
e5d478c799
|
gdiplus: Add GdipCreateEffect stub.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-11 13:44:55 +09:00 |
Sebastian Lackner
|
aa70a90c6e
|
gdiplus: Do not use GdipAlloc and GdipFree in internal functions.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-11 13:44:22 +09:00 |
Dmitry Timoshkov
|
f78a6dd15c
|
gdiplus: Move the burden of supporting GIF encoding to the WIC backend.
|
2015-07-14 14:41:47 +09:00 |
Nikolay Sivov
|
c2ae34c54d
|
gdiplus: Check GetMetadataFormat() return value (Coverity).
|
2015-06-29 18:51:02 +09:00 |
Nikolay Sivov
|
a5ab896abd
|
gdiplus: Added GdipImageSetAbort stub.
|
2015-06-09 18:05:48 +09:00 |
Vincent Povirk
|
3c74e465bc
|
gdiplus: Add support for reading png gAMA chunks.
|
2015-04-07 15:10:20 +09:00 |
Vincent Povirk
|
d4f4c76bc6
|
gdiplus: Fix leak in png metadata reader.
|
2015-04-07 15:09:40 +09:00 |
Michael Stefaniuc
|
e81ff99c72
|
gdiplus: The result of a comparison is already a BOOL.
|
2015-04-01 17:02:34 +09:00 |
Vincent Povirk
|
3b51859871
|
gdiplus: Add support for reading PNG tEXt metadata.
|
2015-03-27 13:05:17 +09:00 |
Sebastian Lackner
|
2af09b49a8
|
gdiplus: Add missing returns in initialize_decoder_wic (Coverity).
|
2015-03-23 16:20:57 +09:00 |
Piotr Caban
|
59eef10f34
|
gdiplus: Fixed palette flags setting.
|
2015-03-16 15:03:21 +09:00 |
Piotr Caban
|
821932dab9
|
gdiplus: Fix animated gif frames composition.
|
2015-03-13 21:52:48 +09:00 |
Piotr Caban
|
799362a0b7
|
gdiplus: Convert animated gif to PixelFormat32bppARGB on load.
|
2015-03-13 21:52:46 +09:00 |
Piotr Caban
|
b3a9c698e8
|
gdiplus: Don't store stream reference in GpImage, it's done by IWICBitmapDecoder.
|
2015-03-13 21:52:45 +09:00 |
Piotr Caban
|
a181997855
|
gdiplus: Don't create new instance of IWICBitmapDecoder to encode every frame of animation.
|
2015-03-13 21:52:40 +09:00 |
Piotr Caban
|
4c6427d080
|
gdiplus: Don't use CoCreateInstance in encode_image_wic.
|
2015-03-06 20:31:44 +09:00 |
Piotr Caban
|
afe3422849
|
gdiplus: Don't use CoCreateInstance in get_palette function.
|
2015-03-06 20:31:42 +09:00 |
Piotr Caban
|
b03c60d85c
|
gdiplus: Don't use CoCreateInstance in decode_image_wic.
|
2015-03-06 20:31:40 +09:00 |
André Hentschel
|
1d0ff2ded3
|
gdiplus: Fix compiler warnings with flag -Wunused-macros.
|
2014-12-10 13:31:11 +01:00 |
Huw Davies
|
6df5ce7c9e
|
gdiplus: Blend in the background colour.
|
2014-10-29 20:31:01 +09:00 |
Vincent Povirk
|
3fc386fc86
|
gdiplus: Process a row instead of a column in inner conversion loop.
|
2014-09-22 19:10:46 +02:00 |
Qian Hong
|
deb1f047a7
|
gdiplus: Set outer pointer to NULL when image loading functions fail.
|
2014-07-11 16:59:38 +02:00 |
Vincent Povirk
|
500a96d079
|
gdiplus: Copy palettes with bitmaps.
|
2014-03-25 10:56:17 +01:00 |
Frédéric Delanoy
|
73288e1100
|
gdiplus: Use BOOL type where appropriate.
|
2014-03-18 11:39:13 +01:00 |
Vincent Povirk
|
2d487e22d6
|
gdiplus: Move metafile functions to metafile.c.
|
2014-01-29 12:38:46 +01:00 |
Frédéric Delanoy
|
4cc3705f66
|
gdiplus: Use BOOL type where appropriate.
|
2013-11-19 18:47:18 +01:00 |
Dmitry Timoshkov
|
b528e01d85
|
gdiplus: Reimplement GdipCloneImage using GdipCloneBitmapArea for a bitmap.
|
2013-10-18 16:56:56 +02:00 |
Dmitry Timoshkov
|
df367c3399
|
gdiplus: Reimplement GdipCloneBitmapArea without using GdipBitmapLockBits.
|
2013-10-18 16:56:56 +02:00 |
Vincent Povirk
|
b14a4ca006
|
gdiplus: Properly set the gdi+ format to match the wic encoder's format.
|
2013-10-07 13:32:06 +02:00 |
Vincent Povirk
|
12586f76e3
|
gdiplus: Always provide image data in the format requested by image encoders.
|
2013-09-23 21:31:18 +02:00 |
Vincent Povirk
|
636e60b6e0
|
gdiplus: Fix GdipCreateBitmapFromGraphics implementation.
|
2013-03-11 10:42:40 +01:00 |
Dmitry Timoshkov
|
c5e129a7e4
|
gdiplus: Remove debug traces from GdipBitmapGetPixel and GdipBitmapSetPixel.
|
2013-02-22 17:36:21 +01:00 |
Dmitry Timoshkov
|
0553eba08f
|
gdiplus: Use an off-screen DC as an image surface.
|
2013-02-20 18:21:22 +01:00 |
Dmitry Timoshkov
|
35fc9c12dc
|
gdiplus: Avoid not necessary memory allocation for BITMAPINFO.
|
2013-01-30 12:43:24 +01:00 |
Andrew Talbot
|
32d070afb0
|
gdiplus: Avoid signed-unsigned integer comparisons.
|
2013-01-24 10:49:34 +01:00 |
Dmitry Timoshkov
|
0d0f05e523
|
gdiplus: Avoid not necessary memory allocation in GdipCreateBitmapFromHICON.
|
2013-01-16 12:23:19 +01:00 |
Dmitry Timoshkov
|
bd601f9950
|
gdiplus: Avoid not necessary memory allocation for BITMAPINFO.
|
2013-01-15 12:11:46 +01:00 |
Dmitry Timoshkov
|
44e554b744
|
gdiplus: Avoid not necessary memory allocation for palette entries.
|
2013-01-15 12:11:39 +01:00 |
Dmitry Timoshkov
|
34ef07fda2
|
gdiplus: Fix reading the mask bits in GdipCreateBitmapFromHICON.
|
2013-01-15 12:11:24 +01:00 |
Vincent Povirk
|
431aa5bc3f
|
gdiplus: Use one GetDIBits call instead of one per row.
|
2012-12-06 12:59:26 +01:00 |
Vincent Povirk
|
04412f7a74
|
gdiplus: Avoid accessing dib bits directly in GdipCreateBitmapFromHBITMAP.
|
2012-12-06 12:56:27 +01:00 |
Vincent Povirk
|
91a3e5fc10
|
gdiplus: Reimplement GdipCreateMetafileFromEmf without using IPicture.
|
2012-11-01 10:50:45 +01:00 |
Vincent Povirk
|
d8a855305f
|
gdiplus: Implement GdipCloneImage for metafiles with a handle.
|
2012-11-01 10:50:41 +01:00 |
Dmitry Timoshkov
|
896d1047f3
|
gdiplus: Reuse an existing image stream in GdipImageSelectActiveFrame.
|
2012-09-28 17:17:47 +02:00 |
Dmitry Timoshkov
|
0ef523e2bf
|
gdiplus: Add GIF palette to the image properties.
|
2012-09-25 11:30:31 +02:00 |