Sign in
goma
/
wine
/
63fa6915ec1c47ebdab655045bfbdcc6a2dbcc39
/
dlls
/
gdiplus
/
image.c
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
9d149e6
gdiplus: Use WIC to decode ICO files.
by Vincent Povirk
· 16 years ago
cb3ee71
gdiplus: Reimplement GdipCreateBitmapFromHICON based on RGBA bitmaps.
by Vincent Povirk
· 16 years ago
7fdc020
gdiplus: Return the real image bits from LockBits when possible.
by Vincent Povirk
· 16 years ago
436b3be
gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.
by Vincent Povirk
· 16 years ago
d87adf2
gdiplus: Don't use IPicture to manage the HDC associated with a GpBitmap.
by Vincent Povirk
· 16 years ago
e48524c
gdiplus: Add and use an HBITMAP field in GpBitmap objects.
by Vincent Povirk
· 16 years ago
b99abe2
gdiplus: Use the decoder list to decide how to load image files.
by Vincent Povirk
· 16 years ago
2f0b4bf
gdiplus: Add PNG to the decoders list.
by Vincent Povirk
· 16 years ago
28e3458
gdiplus: Implement GdipCreateHBITMAPFromBitmap.
by Vincent Povirk
· 16 years ago
7246a48
gdiplus: Remove an ipicture reference in GdipCreateBitmapFromStream.
by Vincent Povirk
· 16 years ago
69ba141
gdiplus: Add codecs for the image formats we can currently decode.
by Vincent Povirk
· 16 years ago
b27c3c1
gdiplus: Only attempt to encode if the Encoder flag is set.
by Vincent Povirk
· 16 years ago
40df7db
gdiplus: Implement GdipGetImageDecoders[Size].
by Vincent Povirk
· 16 years ago
9602326
gdiplus: Store the codec information and functions in a single structure.
by Vincent Povirk
· 16 years ago
d76d00e
gdiplus: Remove an unnecessary picture reference in GdipSaveImageToFile.
by Vincent Povirk
· 16 years ago
ea96cd3
gdiplus: Implement stub for GdipGetImagePalette.
by Luke Benstead
· 16 years ago
4d31a25
gdiplus: Don't return garbage from the GdipCreateHBITMAPFromBitmap stub.
by Alexandre Julliard
· 16 years ago
f01bfea
gdiplus: Stub for GdipBitmapCreateApplyEffect.
by Andrew Eikum
· 16 years ago
ad23412
gdiplus: Stub for GdipBitmapApplyEffect.
by Andrew Eikum
· 16 years ago
46de8c0
gdiplus: Stub for GdipEmfToWmfBits.
by Andrew Eikum
· 16 years ago
84a434f
gdiplus: Stub for GdipDeleteEffect.
by Andrew Eikum
· 16 years ago
57134fc
gdiplus: Stub for GdipCloneBitmapArea.
by Andrew Eikum
· 16 years ago
8219db2
gdiplus: Stub GdipCreateHICONFromBitmap.
by Vincent Povirk
· 16 years ago
cef1598
gdiplus: Add stub for GdipImageRotateFlip.
by Stefan Leichter
· 16 years ago
a91a97d
gdiplus: Add stub for GdipGetImageThumbnail.
by Stefan Leichter
· 16 years ago
a3221e7
gdiplus: Add stub for GdipBitmapSetPixel.
by Massimo Del Fedele
· 16 years ago
f82a086
gdiplus: Stub GdipBitmapSetResolution.
by Andrew Nguyen
· 16 years ago
efcd0bb
gdiplus: Stub GdipCloneBitmapAreaI.
by Vincent Povirk
· 16 years ago
3db77ce
gdiplus: Return a NULL bitmap when GdipCreateBitmapFromScan0 fails.
by Vincent Povirk
· 16 years ago
f365ef4
gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically.
by Vincent Povirk
· 16 years ago
65750fa
gdiplus: Handle negative stride in GdipCreateBitmapFromScan0.
by Vincent Povirk
· 16 years ago
5bc54ed
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
by Nikolay Sivov
· 16 years ago
1138c28
gdiplus: GdipLoadImageFromStream should use well-known pixel format constants when possible.
by Andrey Turkin
· 16 years ago
b53877d
gdiplus: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
50ff549
gdiplus: Remove some superfluous casts.
by Michael Stefaniuc
· 16 years ago
4386caa
gdiplus: Reduce the number of casts by using the proper type for variables.
by Michael Stefaniuc
· 16 years ago
348c115
gdiplus: Stub for GdipGetImagePaletteSize.
by Nikolay Sivov
· 16 years ago
f3cad17
gdiplus: Implement CachedBitmap based on Image.
by Vincent Povirk
· 16 years ago
8b15fa4
gdiplus: Improve GdipGetImageRawFormat stub.
by Hans Leidekker
· 16 years ago
6122c77
gdiplus: Add stub implementations of GdipCreateHalftonePalette and GdipImageForceValidation.
by Hans Leidekker
· 16 years ago
1cca99d
gdiplus: Added CachedBitmap calls.
by Nikolay Sivov
· 16 years ago
176e4ba
gdiplus: Whole picture object should be cloned in GdipCloneImage(), not just parent class 'image'.
by Kirill K. Smirnov
· 16 years ago
e0325b0
gdiplus: IPicture_SaveAsFile updates seek pointer, so put it back.
by Kirill K. Smirnov
· 16 years ago
c4e859a
gdiplus: Avoid dereferencing a potential NULL (Coverity 589).
by Aric Stewart
· 16 years ago
4b6cc6e
gdiplus: Stub GdipRecordMetafileFileName and GdipRecordMetafileFileNameI.
by Alistair Leslie-Hughes
· 16 years ago
e4198d4
gdiplus: Also handle 32bpp bitmaps.
by Marcus Meissner
· 16 years ago
83d92f4
gdiplus: Allocate enough space for BITMAPINFO in GdipLoadImageFromStream.
by Lei Zhang
· 17 years ago
778ea23
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapUnlockBits.
by Lei Zhang
· 17 years ago
2309a9e
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapLockBits.
by Lei Zhang
· 17 years ago
294c160
gdiplus: Stub implementation of GdipGetImageDecoders and GdipGetImageDecodersSize.
by John Klehm
· 17 years ago
d779417
gdiplus: Some TRACE(..) for Image calls.
by Nikolay Sivov
· 17 years ago
c2de38e
gdiplus: Added missed stubs for Image metadata access.
by Nikolay Sivov
· 17 years ago
d923d78
gdiplus: Partially implemented GdipTestControl.
by Nikolay Sivov
· 17 years ago
Next »