server: Move socket async activation to sock_poll_event.
[wine] / dlls / gdiplus /
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...
2010-03-16  Justin Chevriergdiplus/tests: Expand GdipImageGetFrameCount test coverage.
2010-03-15  Vincent Povirkgdiplus: Zero the MetafileHeader structure in GetMetafi...
2010-03-15  Vincent Povirkgdiplus: Add a test for GdipGetMetafileHeaderFromMetafile.
2010-03-15  Vincent Povirkgdiplus: Don't crash when creating a texture with NULL...
2010-03-05  Alasdair Sinclairgdiplus: Create a full BITMAPINFO to prevent clobbering...
2010-03-04  Justin Chevriergdiplus: Implement GdipSetImageAttributesRemapTable...
2010-03-04  Justin Chevriergdiplus/test: Add GdipSetImageAttributesRemapTable...
2010-02-26  Justin Chevriergdiplus: Basic implementation of GdipGetNearestColor...
2010-02-26  Justin Chevriergdiplus/test: Add GdipGetNearestColor test.
2010-02-25  Vincent Povirkgdiplus: Stub GdipGetRegionScansCount.
2010-02-25  Vincent Povirkgdiplus: Stub GdipGetImageItemData.
2010-02-25  Vincent Povirkgdiplus: Free the attached HBITMAP when destroying...
2010-02-22  Vincent Povirkgdiplus: Add a test for GdipImageRotateFlip.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-16  Marcus Meissnergdiplus: Dereference texture after checking it for...
2010-02-15  Vincent Povirkgdiplus: Convert formats that can't be drawn by gdi32...
2010-02-15  Vincent Povirkgdiplus: Implement GdipGetTextureImage.
2010-02-15  Vincent Povirkgdiplus: Store an image in texture brushes, and use...
2010-02-15  Vincent Povirkgdiplus: Use GdipCloneBitmapArea to get bitmap areas...
2010-02-15  Vincent Povirkgdiplus: Copy hatch brushes using the create function.
2010-02-08  Vincent Povirkgdiplus: Use linear gradient brush angles.
2010-02-08  Vincent Povirkgdiplus: Don't use gdi32 to do pixel format conversion.
2010-02-08  Dan Kegelgdiplus/tests: Initialize buffer in test_GdipCreateBitm...
2010-02-03  Paul Vriensgdiplus/tests: Fix a test failure.
2010-02-01  Vincent Povirkgdiplus: Implement GetPixel for indexed color bitmaps.
2010-02-01  Vincent Povirkgdiplus: Test getting/setting pixels of indexed color...
2010-02-01  Vincent Povirkgdiplus: Implement GdipSetImageAttributesGamma.
2010-01-25  Vincent Povirkgdiplus: Prefer the builtin version.
2010-01-25  Vincent Povirkgdiplus: Add traces to unimplemented functions in pen.c.
2010-01-25  Vincent Povirkgdiplus: Always trace pixel formats in hex.
2010-01-25  Vincent Povirkgdiplus: Add traces to unimplemented functions in image...
2010-01-05  Alistair Leslie... gdiplus: Implement GdipIsVisibleClipEmpty.
2010-01-04  Vincent Povirkgdiplus: Reset the lock count when unlocking a bitmap...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in image.c.
2010-01-04  Vincent Povirkgdiplus: Add trace to GdipBitmapUnlockBits.
2010-01-04  Vincent Povirkgdiplus: Add trace to unimplemented function in graphic...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in graph...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in custo...
2010-01-04  Vincent Povirkgdiplus: Fix a memory leak in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Implement GdipBitmapSetResolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Add test for image resolution functions.
2009-12-28  Vincent Povirkgdiplus: Fix typo in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add test for GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add test for size of metafiles loaded from...
2009-12-28  Vincent Povirkgdiplus: Test the ability to load WMF images.
2009-12-28  Vincent Povirkgdiplus: Implement GdipImageGetFrameDimensionsList.
2009-12-28  Vincent Povirkgdiplus: Remove fixme from GdipImageGetFrameDimensionsC...
2009-12-28  Vincent Povirkgdiplus: Add tests for multi-frame GIF images.
2009-12-28  Vincent Povirkgdiplus: Fix memory leak in GdipSetStringFormatMeasurab...
next