Sign in
goma
/
wine
/
eca107412c581c28dc198d0808949bc999197872
/
dlls
/
gdiplus
/
image.c
eca1074
gdiplus: Make sure that 1bpp bitmap images get loaded in native format.
by Dmitry Timoshkov
· 13 years ago
198fb25
gdiplus: Fix memory leak in GdipImageRotateFlip.
by Vincent Povirk
· 13 years ago
577740f
gdiplus: Fix GdipImageRotateFlip for images from streams.
by Vincent Povirk
· 13 years ago
5662163
gdiplus: Add parameter checks to GdipSetPropertyItem, print item contents in the trace.
by Dmitry Timoshkov
· 13 years ago
3c9805d
gdiplus: Implement GdipGetAllPropertyItems.
by Dmitry Timoshkov
· 13 years ago
430355e
gdiplus: Implement GdipGetPropertySize.
by Dmitry Timoshkov
· 13 years ago
91cf72f
gdiplus: Add GdipSaveAdd stub.
by Dmitry Timoshkov
· 13 years ago
670445b
gdiplus: Implement GdipGetPropertyItem.
by Dmitry Timoshkov
· 13 years ago
9d953c5
gdiplus: Implement GdipGetPropertyItemSize.
by Dmitry Timoshkov
· 13 years ago
174b74b
gdiplus: Increase refcount of the source stream when loading a bitmap instead of cloning it.
by Dmitry Timoshkov
· 13 years ago
d079b66
gdiplus: Avoid casting IWICBitmapFrameDecode to IWICBitmapSource.
by Dmitry Timoshkov
· 13 years ago
fb6b27d
gdiplus: Implement GdipGetPropertyIdList.
by Dmitry Timoshkov
· 13 years ago
b9132b6
gdiplus: Implement GdipGetPropertyCount.
by Dmitry Timoshkov
· 13 years ago
b72d236
gdiplus: When loading a bitmap frame save its IWICMetadataReader interface.
by Dmitry Timoshkov
· 13 years ago
450e09c
gdiplus: Make some data const.
by Dmitry Timoshkov
· 13 years ago
755c19f
gdiplus: Implement GdipImageSelectActiveFrame.
by Dmitry Timoshkov
· 13 years ago
9e12bc0
gdiplus: Create a copy of the source stream when loading an image.
by Dmitry Timoshkov
· 13 years ago
8b1bbd4
gdiplus: Add active frame parameter to the WIC decoder interface.
by Dmitry Timoshkov
· 13 years ago
527cae4
gdiplus: Remove a redundant cast.
by Dmitry Timoshkov
· 13 years ago
b5ef70c
gdiplus: Check for NULL image in GdipImageRotateFlip.
by Vincent Povirk
· 13 years ago
eeee536
gdiplus: Implement GdipImageGetFrameCount.
by Dmitry Timoshkov
· 13 years ago
007d642
gdiplus: Save total and current frame in the image structure.
by Dmitry Timoshkov
· 13 years ago
039c853
gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
by Alexandre Julliard
· 13 years ago
57e4912
gdiplus: Add support for JPEG encoding.
by Vincent Povirk
· 13 years ago
93a0897
gdiplus: Support bitmap creation from 16-bit ddb's.
by Vincent Povirk
· 13 years ago
2540049
gdiplus: Implement GdipCreateBitmapFromHBITMAP for 16-bit dibs.
by Vincent Povirk
· 13 years ago
8435e40
gdiplus: Return zero properties in stubbed GdipGetPropertyCount.
by Louis Lenders
· 13 years ago
203d29d
gdiplus: Fix pointer math for the 64-bit tests.
by Vincent Povirk
· 13 years ago
5f94653
gdiplus: Include an alpha channel in HBITMAPs created from Bitmaps.
by Vincent Povirk
· 13 years ago
b5a33da
dlls: Assorted spelling fixes.
by Frédéric Delanoy
· 14 years ago
698fddf
gdiplus: Properly clean up the new metafile data.
by Vincent Povirk
· 14 years ago
d436e51
gdiplus: Add basic metafile recording support.
by Vincent Povirk
· 14 years ago
4892adb
gdiplus: Mark image_format_dimensions as static.
by Marcus Meissner
· 14 years ago
1544640
gdiplus: Add support for encoding TIFF images.
by Vincent Povirk
· 14 years ago
a7444e8
gdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP.
by Vincent Povirk
· 14 years ago
b3c333e
gdiplus: Use signed types in convert_pixels to avoid problems on 64-bit.
by Alexandre Julliard
· 14 years ago
21d6fc9
gdiplus: Implement ImageLockModeUserInputBuf.
by Vincent Povirk
· 14 years ago
546b1a5
gdiplus: Copy only the area requested when (un)locking bitmaps.
by Vincent Povirk
· 14 years ago
9497e93
gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.
by Vincent Povirk
· 14 years ago
58eb96c
gdiplus: Copy the bits on bitmap unlock if the write flag is set.
by Vincent Povirk
· 14 years ago
ee3c179
gdiplus: Support for indexed formats in GdipBitmapSetPixel.
by Martin Petricek
· 14 years ago
32bbb0b
gdiplus: Correctly store the given stride in created bitmaps.
by Vincent Povirk
· 14 years ago
c8a48f2
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
by Vincent Povirk
· 14 years ago
9326fc1
gdiplus: Don't try to free invalid or already-freed images.
by Vincent Povirk
· 14 years ago
77a5b63
gdiplus: Set flags and dpi when images are loaded.
by Vincent Povirk
· 15 years ago
3745961
gdiplus: Add a stub for GdipConvertToEmfPlusToFile.
by Austin English
· 15 years ago
517059f
gdiplus: Set bitmap has alpha flag based on format.
by Vincent Povirk
· 15 years ago
9a6eabf
gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats.
by Vincent Povirk
· 15 years ago
85a5710
gdiplus: Don't require an HDC for the convert_unit function.
by Vincent Povirk
· 15 years ago
3847c2d
gdiplus: Stub GdipGetMetafileHeaderFromStream.
by Vincent Povirk
· 15 years ago
688eb06
gdiplus: Stub GdipGetMetafileHeaderFromFile.
by Vincent Povirk
· 15 years ago
2223900
gdiplus: Stub GdipGetMetafileHeaderFromEmf.
by Vincent Povirk
· 15 years ago
6ea90c3
gdiplus: Add a few additional traces to gdiplus image functions.
by Andrew Nguyen
· 15 years ago
63fa691
gdiplus: Stub GdipGetEncoderParameterListSize.
by Vincent Povirk
· 15 years ago
7dfc674
gdiplus: Implement GdipGetImageThumbnail.
by Vincent Povirk
· 15 years ago
d2a0188
gdiplus: Quiet the GdipImageForceValidation fixme.
by Vincent Povirk
· 15 years ago
2dbc398
gdiplus: Implement GdipCreateHICONFromBitmap.
by Vincent Povirk
· 15 years ago
3813878
gdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
by Vincent Povirk
· 15 years ago
800e9ff
gdiplus: Add test for GdipCreateBitmapFromGdiDib.
by Vincent Povirk
· 15 years ago
f2e3d99
gdiplus: Implement GdipImageRotateFlip.
by Vincent Povirk
· 15 years ago
af7b8ef
gdiplus: Store a reference to the image in image graphics contexts.
by Vincent Povirk
· 15 years ago
818ff38
gdiplus: Fix compiler warnings with flag -Wcast-qual.
by Mikhail Maroukhine
· 15 years ago
d24a421
gdiplus: Add support for decoding TIFF images.
by Vincent Povirk
· 15 years ago
738059b
gdiplus: Support decoders with multiple signatures.
by Vincent Povirk
· 15 years ago
818420a
gdiplus: Basic implementation of GdipImageGetFrameCount with updated tests.
by Justin Chevrier
· 15 years ago
c1c555e
gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.
by Vincent Povirk
· 15 years ago
0ecd8da
gdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data.
by Alasdair Sinclair
· 15 years ago
ab124aa
gdiplus: Stub GdipGetImageItemData.
by Vincent Povirk
· 15 years ago
f62560f
gdiplus: Free the attached HBITMAP when destroying Bitmap objects.
by Vincent Povirk
· 15 years ago
318ba28
gdiplus: Don't use gdi32 to do pixel format conversion.
by Vincent Povirk
· 15 years ago
4d53a4c
gdiplus: Implement GetPixel for indexed color bitmaps.
by Vincent Povirk
· 15 years ago
8be3e5c
gdiplus: Always trace pixel formats in hex.
by Vincent Povirk
· 15 years ago
7afd960
gdiplus: Reset the lock count when unlocking a bitmap in write mode.
by Vincent Povirk
· 15 years ago
495c42b
gdiplus: Add traces to unimplemented functions in image.c.
by Vincent Povirk
· 15 years ago
d694679
gdiplus: Add trace to GdipBitmapUnlockBits.
by Vincent Povirk
· 15 years ago
6bb300f
gdiplus: Implement GdipBitmapSetResolution.
by Vincent Povirk
· 15 years ago
1aea88c
gdiplus: Implement GdipGetImage*Resolution.
by Vincent Povirk
· 15 years ago
d87b1d4
gdiplus: Implement GdipImageGetFrameDimensionsList.
by Vincent Povirk
· 15 years ago
7d62e1f
gdiplus: Remove fixme from GdipImageGetFrameDimensionsCount.
by Vincent Povirk
· 15 years ago
f8ca372
gdiplus: Add trace for values of new graphics and image objects.
by Vincent Povirk
· 15 years ago
25dcd43
gdiplus: Support reading image data from device-dependent bitmaps.
by Vincent Povirk
· 15 years ago
3424dac
gdiplus: Explicitly copy the bits from dib sections to new bitmaps.
by Vincent Povirk
· 15 years ago
6c04027
gdiplus: Initialize the palettes of new indexed bitmaps.
by Vincent Povirk
· 15 years ago
9615dd8
gdiplus: Implement GdipGetImagePalette.
by Vincent Povirk
· 15 years ago
59f45f2
gdiplus: Implement GdipGetImagePaletteSize.
by Vincent Povirk
· 15 years ago
39dc81c
gdiplus: Implement GdipSetImagePalette.
by Vincent Povirk
· 15 years ago
8b154a5
gdiplus: Fix cleanup after errors in GdipCloneImage.
by Vincent Povirk
· 15 years ago
bf04d3f
gdiplus: Implement GdipCloneBitmapArea.
by Vincent Povirk
· 15 years ago
125c564
gdiplus: Avoid deleting non-existent object.
by Kirill K. Smirnov
· 15 years ago
cab5043
gdiplus: Enable encoding of PNG images.
by Vincent Povirk
· 16 years ago
809f721
gdiplus: Implement GdipBitmapSetPixel.
by Vincent Povirk
· 16 years ago
41140a9
gdiplus: Implement GdipBitmapGetPixel.
by Vincent Povirk
· 16 years ago
e70e124
gdiplus: do not memcpy over NULL ptrs (Coverity).
by Marcus Meissner
· 16 years ago
0595fc5
gdiplus: Implement GdipGetImageRawFormat.
by Vincent Povirk
· 16 years ago
0313f88
gdiplus: Disable alpha channel support for BMP images.
by Vincent Povirk
· 16 years ago
91e0ee2
gdiplus: Use WIC to decode PNG files.
by Vincent Povirk
· 16 years ago
947e39d
gdiplus: Use WIC to decode BMP files.
by Vincent Povirk
· 16 years ago
6c2d85c
gdiplus: Use WIC to decode GIF files.
by Vincent Povirk
· 16 years ago
faad683
gdiplus: Use WIC to decode JPEG files.
by Vincent Povirk
· 16 years ago
e4a3ad8
gdiplus: Use WIC to encode images.
by Vincent Povirk
· 16 years ago
Next »