windowscodecs: Byte-swap image data from big endian TIFF files.
[wine] / dlls / gdiplus /
2010-08-24  Austin Englishgdiplus: Add a stub for GdipConvertToEmfPlusToFile.
2010-08-24  Austin Englishgdiplus: Add a stub for GdipWindingModeOutline.
2010-08-23  Vincent Povirkgdiplus: Set bitmap has alpha flag based on format.
2010-08-23  Vincent Povirkgdiplus: Stub GdipTranslatePenTransform.
2010-08-23  Vincent Povirkgdiplus: Stub GdipGetPathGradientPresetBlend.
2010-08-23  Vincent Povirkgdiplus: Stub GdipTranslatePathGradientTransform.
2010-08-18  Vincent Povirkgdiplus: Add a fallback method for getting HDC's from...
2010-08-17  Vincent Povirkgdiplus: Add tests for the HDC's we get from bitmap...
2010-08-17  Vincent Povirkgdiplus: Use the software method to draw HBITMAP-less...
2010-08-17  Vincent Povirkgdiplus: Stub GdipGetPathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipSetPathGradientLinearBlend.
2010-08-17  Vincent Povirkgdiplus: Stub GdipScalePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipRotatePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipSetPathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC to get the resolution...
2010-08-17  Vincent Povirkgdiplus: Give a nice warning when we try to draw to...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC in get_graphics_bounds.
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-08-03  Vincent Povirkgdiplus: Stub GdipMultiplyPathGradientTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipGetPathGradientPresetBlendCount.
2010-08-03  Vincent Povirkgdiplus: Stub GdipGetPenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipRotatePenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipSetPenTransform.
2010-07-28  Wade Gobelgdiplus: Implemented GdipFillClosedCurve and GdipFillCl...
2010-07-28  Wade Gobelgdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedC...
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-19  Vincent Povirkgdiplus: Stub GdipMultiplyPenTransform.
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetPenCompoundCount.
2010-07-19  Vincent Povirkgdiplus: Return copies of fonts from GdipGetFontCollect...
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromStream.
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromFile.
2010-07-05  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromEmf.
2010-07-05  Vincent Povirkgdiplus: Stub GdipRecordMetafileStream.
2010-07-05  Vincent Povirkgdiplus: Stub GdipRecordMetafile.
2010-07-05  Vincent Povirkgdiplus: Set result to NULL when CreatePathGradient...
2010-07-05  Vincent Povirkgdiplus: Check for null pt in GdipCreateMatrix3.
2010-07-01  Alexandre Julliardgdiplus/tests: Don't fail if we do find Microsoft Sans...
2010-07-01  Alexandre Julliardgdiplus/tests: Use Tahoma instead of Courier New for...
2010-06-30  Alexandre Julliardgdiplus/tests: Comment out a test that corrupts the...
2010-06-25  Andrew Nguyengdiplus: Add a few additional traces to gdiplus image...
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetEncoderParameterListSize.
2010-06-25  Vincent Povirkgdiplus: Always create path gradient brushes with blend...
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetPathGradientCenterColor.
2010-06-25  Vincent Povirkgdiplus: Stub GdipMultiplyLineTransform.
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetLineTransform.
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetRenderingOrigin.
2010-06-24  Francois Gougetgdiplus: Make measure_ranges_callback() static.
2010-05-10  Vincent Povirkgdiplus: Always treat out of range string sizes as...
2010-05-10  Vincent Povirkgdiplus: Implement GdipIsStyleAvailable.
2010-05-10  Vincent Povirkgdiplus: Implement GdipGetImageThumbnail.
2010-05-10  Vincent Povirkgdiplus: Add test for GdipGetImageThumbnail.
2010-05-10  Vincent Povirkgdiplus: Implement GdipSetImageAttributesWrapMode.
2010-05-10  Vincent Povirkgdiplus: Implement bitmap color keying.
2010-05-08  Vincent Povirkgdiplus: Quiet the GdipImageForceValidation fixme.
2010-05-08  Vincent Povirkgdiplus: Implement GdipCreateHICONFromBitmap.
2010-05-03  Gerald Pfeifergdiplus/tests: Remove variable path which is not really...
2010-04-26  Vincent Povirkgdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
2010-04-26  Vincent Povirkgdiplus: Add test for GdipCreateBitmapFromGdiDib.
2010-04-19  Vincent Povirkgdiplus: Use ddb's instead of dib's to create texture...
2010-04-19  Vincent Povirkgdiplus: Prevent integer overflows when rounding text...
2010-04-19  Vincent Povirkgdiplus: Fix the non-trivial case in color_over.
2010-04-16  Vincent Povirkgdiplus: Add fixmes for unimplemented imageattributes...
2010-04-16  Vincent Povirkgdiplus: Always use software to draw bitmaps to bitmaps.
2010-04-16  Vincent Povirkgdiplus: Implement color remapping.
2010-04-16  Vincent Povirkgdiplus: Correct the coordinate transform for non-recta...
2010-04-16  Vincent Povirkgdiplus: Transform bitmaps to non-rectangular parallelo...
2010-04-16  Vincent Povirkgdiplus: Use a helper function to draw image data from...
2010-04-16  Vincent Povirkgdiplus: Use UnitPixel for metafile bounds when creatin...
2010-04-16  Vincent Povirkgdiplus: Do not create FontFamilies for bitmap fonts.
2010-04-16  Vincent Povirkgdiplus: Ensure GdipGetGenericFontFamilySansSerif retur...
2010-04-09  Vincent Povirkgdiplus: Print the GdipGetFamilyName FIXME only once.
2010-04-09  Vincent Povirkgdiplus: Print the GdipCreateHalftonePalette FIXME...
2010-04-02  Vincent Povirkgdiplus: Implement GdipFlush.
2010-03-31  Vincent Povirkgdiplus: Implement GdipImageRotateFlip.
2010-03-31  Vincent Povirkgdiplus: Implement GdipMeasureCharacterRanges.
2010-03-31  Vincent Povirkgdiplus: Add tests for GdipMeasureCharacterRanges.
2010-03-31  Vincent Povirkgdiplus: Fix the linesfilled calculation in GdipMeasure...
2010-03-31  Vincent Povirkgdiplus: Rewrite GdipDrawString to share code with...
2010-03-31  Vincent Povirkgdiplus: Rewrite GdipMeasureString using a helper function.
2010-03-31  Vincent Povirkgdiplus: Add a test for GdipMeasureString.
2010-03-31  Vincent Povirkgdiplus: Add a missing NULL check to GdipMeasureString.
2010-03-31  Vincent Povirkgdiplus: Add tests for GdipDrawString.
2010-03-29  Justin Chevriergdiplus: Add GdipGetPathGradientSurroundColorCount...
2010-03-29  Justin Chevrierinclude: Fix GdipSetPathGradientSurroundColorsWithCount...
2010-03-29  Vincent Povirkgdiplus: Don't use gdi32 to draw to bitmaps with format...
2010-03-29  Vincent Povirkgdiplus: Store a reference to the image in image graphi...
2010-03-29  Mikhail Maroukhinegdiplus: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Francois Gougetgdiplus/tests: Fix compilation on systems that don...
2010-03-26  Justin Chevriergdiplus: Handle UnitWorld in GdipGetFontHeightGivenDPI.
2010-03-26  Justin Chevriergdiplus/tests: Add GdipGetFontHeightGivenDPI tests.
2010-03-22  Vincent Povirkgdiplus: Add a test for TIFF image loading.
2010-03-22  Vincent Povirkgdiplus: Add support for decoding TIFF images.
2010-03-22  Vincent Povirkgdiplus: Support decoders with multiple signatures.
2010-03-19  Alexandre Julliardgdiplus/tests: Create a window for graphics tests inste...
2010-03-16  Paul Vriensgdiplus/tests: Fix a test failure on Win98/WinMe.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Justin Chevriergdiplus: Basic implementation of GdipImageGetFrameCount...
next