projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gdiplus: Remove a useless inline specifier.
[wine]
/
dlls
/
gdiplus
/
image.c
2009-10-09
Vincent Povirk
gdiplus: Enable encoding of PNG images.
blob
|
commitdiff
|
raw
2009-09-24
Vincent Povirk
gdiplus: Implement GdipBitmapSetPixel.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
Vincent Povirk
gdiplus: Implement GdipBitmapGetPixel.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Marcus Meissner
gdiplus: do not memcpy over NULL ptrs (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-09-15
Vincent Povirk
gdiplus: Implement GdipGetImageRawFormat.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Vincent Povirk
gdiplus: Disable alpha channel support for BMP images.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Vincent Povirk
gdiplus: Use WIC to decode PNG files.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Vincent Povirk
gdiplus: Use WIC to decode BMP files.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Vincent Povirk
gdiplus: Use WIC to decode GIF files.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Vincent Povirk
gdiplus: Use WIC to decode JPEG files.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Vincent Povirk
gdiplus: Use WIC to encode images.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Vincent Povirk
gdiplus: Use WIC to decode ICO files.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Reimplement GdipCreateBitmapFromHICON based...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Return the real image bits from LockBits when...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Create DIBs instead of IPictures in CreateBitm...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Don't use IPicture to manage the HDC associate...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Add and use an HBITMAP field in GpBitmap objects.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Use the decoder list to decide how to load...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Vincent Povirk
gdiplus: Add PNG to the decoders list.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Vincent Povirk
gdiplus: Implement GdipCreateHBITMAPFromBitmap.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vincent Povirk
gdiplus: Remove an ipicture reference in GdipCreateBitm...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vincent Povirk
gdiplus: Add codecs for the image formats we can curren...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vincent Povirk
gdiplus: Only attempt to encode if the Encoder flag...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vincent Povirk
gdiplus: Implement GdipGetImageDecoders[Size].
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vincent Povirk
gdiplus: Store the codec information and functions...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Vincent Povirk
gdiplus: Remove an unnecessary picture reference in...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Luke Benstead
gdiplus: Implement stub for GdipGetImagePalette.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-01
Alexandre Julliard
gdiplus: Don't return garbage from the GdipCreateHBITMA...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Andrew Eikum
gdiplus: Stub for GdipBitmapCreateApplyEffect.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Andrew Eikum
gdiplus: Stub for GdipBitmapApplyEffect.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-04
Andrew Eikum
gdiplus: Stub for GdipEmfToWmfBits.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-03
Andrew Eikum
gdiplus: Stub for GdipDeleteEffect.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-02
Andrew Eikum
gdiplus: Stub for GdipCloneBitmapArea.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-28
Vincent Povirk
gdiplus: Stub GdipCreateHICONFromBitmap.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-08
Stefan Leichter
gdiplus: Add stub for GdipImageRotateFlip.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-06
Stefan Leichter
gdiplus: Add stub for GdipGetImageThumbnail.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-28
Massimo Del Fedele
gdiplus: Add stub for GdipBitmapSetPixel.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-20
Andrew Nguyen
gdiplus: Stub GdipBitmapSetResolution.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-09
Vincent Povirk
gdiplus: Stub GdipCloneBitmapAreaI.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-05
Vincent Povirk
gdiplus: Return a NULL bitmap when GdipCreateBitmapFrom...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Vincent Povirk
gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping image...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Vincent Povirk
gdiplus: Handle negative stride in GdipCreateBitmapFrom...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Nikolay Sivov
gdiplus: Implemented GdipCreateBitmapFromHICON (with...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Andrey Turkin
gdiplus: GdipLoadImageFromStream should use well-known...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-14
Michael Stefaniuc
gdiplus: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-05
Michael Stefaniuc
gdiplus: Remove some superfluous casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-05
Michael Stefaniuc
gdiplus: Reduce the number of casts by using the proper...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Nikolay Sivov
gdiplus: Stub for GdipGetImagePaletteSize.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Vincent Povirk
gdiplus: Implement CachedBitmap based on Image.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Hans Leidekker
gdiplus: Improve GdipGetImageRawFormat stub.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Hans Leidekker
gdiplus: Add stub implementations of GdipCreateHalftone...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Nikolay Sivov
gdiplus: Added CachedBitmap calls.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-21
Kirill K. Smirnov
gdiplus: Whole picture object should be cloned in GdipC...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Kirill K. Smirnov
gdiplus: IPicture_SaveAsFile updates seek pointer,...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Aric Stewart
gdiplus: Avoid dereferencing a potential NULL (Coverity...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
Alistair Leslie...
gdiplus: Stub GdipRecordMetafileFileName and GdipRecord...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
Marcus Meissner
gdiplus: Also handle 32bpp bitmaps.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-30
Lei Zhang
gdiplus: Allocate enough space for BITMAPINFO in GdipLo...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-30
Lei Zhang
gdiplus: Allocate enough space for BITMAPINFO in GdipBi...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-30
Lei Zhang
gdiplus: Allocate enough space for BITMAPINFO in GdipBi...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
John Klehm
gdiplus: Stub implementation of GdipGetImageDecoders...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Nikolay Sivov
gdiplus: Some TRACE(..) for Image calls.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-08
Nikolay Sivov
gdiplus: Added missed stubs for Image metadata access.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-08
Nikolay Sivov
gdiplus: Partially implemented GdipTestControl.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-05
Nikolay Sivov
gdiplus: Implemented GdipCloneImage.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-28
Francois Gouget
Add some API documentation stubs to make winapi_check...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-17
Nikolay Sivov
gdiplus: Implemented GdipCreateBitmapFromResource.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Huw Davies
gdiplus: Partial implementation of GdipCreateBitmapFrom...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Francois Gouget
gdiplus: Add/fix the trailing '\n' to Wine traces.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-02
Adam Petaccia
gdiplus: Stub GdipCloneImage.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-21
Petr DlouhĂ˝
gdiplus: Stub implementation of GdipImageGetFrameDimens...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-21
Nikolay Sivov
gdiplus: GdipBitmapLockBits should allow a NULL rect...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Nikolay Sivov
gdiplus: Added GdipLoadImageFromFileICM (no icm yet).
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Nikolay Sivov
gdiplus: GdipGetImageFlags simple stub with test.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-23
Dan Kegel
gdiplus: GdipLoadImageFromStream: initialize variable.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-10
Lei Zhang
gdiplus: Add a stub for GdipSetEffectParameters.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Michael Stefaniuc
gdiplus: Remove break after return (Smatch).
blob
|
commitdiff
|
raw
|
diff to current
2008-03-24
Sean Huckins
gdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Nathan Beckmann
gdiplus: Fix test crash in GdipSaveImageToStream.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Implement BMP encoding.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Implement GdipSaveImageToStream using encoders.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Implement GdipSaveImageToFile via GdipSaveImag...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Remove unnecessary IStream_AddRef from GdipLoa...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Return an error for consecutive GdipLockBitmap...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Update bitmap state in GdipUnlockBitmapBits.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Nathan Beckmann
gdiplus: Fix memory leak in GdipLockBitmapBits.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-07
Nathan Beckmann
gdiplus: Implement GdipGetImageEncoders.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-06
Ethan Chen
gdiplus: Implemented GdipCreateBitmapFromFileICM.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-06
Nathan Beckmann
gdiplus: Fix errors in image dimensions.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Nathan Beckmann
gdiplus: Implement GdipLoadImageFromFile.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Nathan Beckmann
gdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
Andrew Talbot
gdiplus: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-29
Jon Yang
gdiplus: Implemented and tested GdipGetImageDimension().
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Andrew Riedi
gdiplus: Add GdipCreateHBITMAPFromBitmap() stub.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-30
Francois Gouget
gdiplus: Add some missing or related prototypes and...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Evan Stade
gdiplus: Added GdipConvertToEmfPlus stub.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Evan Stade
gdiplus: Better error checking in GdipBitmapLockBits.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Evan Stade
gdiplus: Replace GetDC(0) with CreateCompatibleDC(0).
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Evan Stade
gdiplus: Added GdipGetImageGraphicsContext.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-09
Evan Stade
gdiplus: Added GdipCreateBitmapFromGraphics stub.
blob
|
commitdiff
|
raw
|
diff to current
next