mshtml: Ignore navigation failures from detached bindings.
[wine] / dlls / gdiplus / tests /
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Add some tests for GdipBitmapLockBits/GdipBitm...
2012-07-16  Dmitry Timoshkovgdiplus: Fix palette flags for a not indexed 1-bpp...
2012-07-16  Dmitry Timoshkovgdiplus: Make sure that 1bpp bitmap images get loaded...
2012-07-16  Alexandre Julliardgdiplus: Avoid out of bounds access warning.
2012-07-12  Vincent Povirkgdiplus: Fix GdipImageRotateFlip for images from streams.
2012-07-12  Dmitry Timoshkovgdiplus: Add a test for palette associated with black...
2012-07-02  Dmitry Timoshkovgdiplus: Add some tests for GdipGetPropertySize and...
2012-07-02  Dmitry Timoshkovgdiplus: Add a test for 'value' pointer in the Property...
2012-07-02  Dmitry Timoshkovgdiplus: Add a test to show that GdipCloneImage is...
2012-06-29  Dmitry Timoshkovgdiplus: Add a bunch of tests for TIFF image properties.
2012-06-29  Dmitry Timoshkovgdiplus: Add some tests for GdipGetPropertyItemSize...
2012-06-28  Dmitry Timoshkovgdiplus: Comment out a test that crashes some gdiplus...
2012-06-28  Dmitry Timoshkovgdiplus: Increase refcount of the source stream when...
2012-06-28  Dmitry Timoshkovgdiplus: Add a test for image stream refcount.
2012-06-27  Alexandre Julliardgdiplus/tests: Add back some necessary casts.
2012-06-26  Dmitry Timoshkovgdiplus: Add some tests for image properties.
2012-06-20  Dmitry Timoshkovgdiplus: Implement GdipImageSelectActiveFrame.
2012-06-19  Dmitry Timoshkovgdiplus: Fix parameter order in expect() calls.
2012-06-19  Dmitry Timoshkovgdiplus: GdipCreateFontFromLogfont also returns NotTrue...
2012-06-19  Dmitry Timoshkovgdiplus: Add a test for creating a nonexistent font...
2012-05-17  Dmitry Timoshkovgdiplus: Implement GdipImageGetFrameCount.
2012-05-11  Dmitry Timoshkovgdiplus: Add a bunch of tests for internal font metrics.
2012-04-25  Vincent Povirkgdiplus: Store only one surround color if all colors...
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientBlend, with tests.
2012-04-23  Dmitry Timoshkovgdiplus: Use Tahoma instead of Arial for gdiplus font...
2012-04-20  Francois Gougetgdiplus/tests: Make test_pathgradientpresetblend()...
2012-04-02  Vincent Povirkgdiplus: Add tests for preset blend accessors.
2012-03-15  Vincent Povirkgdiplus: Implement path gradient surround color accessors.
2012-03-15  Vincent Povirkgdiplus: Test SetSurroundColors with fewer colors than...
2012-03-14  Vincent Povirkgdiplus: Add test for GdipGetPathGradientSurroundColors...
2012-03-13  Vincent Povirkgdiplus: Add tests for path gradient center point funct...
2012-03-13  Vincent Povirkgdiplus: Add stub GdipGetPathGradientPath with tests.
2012-01-12  Vincent Povirkgdiplus: Implement GdipCreateBitmapFromHBITMAP for...
2012-01-12  Vincent Povirkgdiplus: Test GdipCreateBitmapFromHBITMAP with 16-bit...
2011-10-20  Alexandre Julliardgdiplus/tests: Add an intermediate variable to avoid...
2011-10-14  Dan Kegelgdiplus/tests: Must define biClrUsed when calling Creat...
2011-10-03  Vincent Povirkgdiplus: Include an alpha channel in HBITMAPs created...
2011-09-13  Francois Gougetgdiplus/tests: Don't check for hardcoded family font...
2011-07-14  Marcus Meissnergdiplus: Check return values of GdipCreateMatrix(2...
2011-07-08  Vincent Povirkgdiplus: Implement GdipPlayMetafileRecord for EMF records.
2011-07-08  Vincent Povirkgdiplus: Add test showing scaling does not affect retur...
2011-07-08  Vincent Povirkgdiplus: Add tests for GdipPlayMetafileRecord.
2011-07-08  Vincent Povirkgdiplus: Add test for recording emf-only metafiles.
2011-07-08  Vincent Povirkgdiplus: Implement GetDC for metafiles.
2011-06-28  Vincent Povirkgdiplus: Implement GdipMeasureDriverString.
2011-06-28  Vincent Povirkgdiplus: Test MeasureDriverString with a character...
2011-06-28  Vincent Povirkgdiplus: Fix the order of arguments to expectf in test_...
2011-06-27  Vincent Povirkgdiplus: Add test for GdipMeasureDriverString.
2011-05-23  Vincent Povirkgdiplus: Add test for GdipGetDC on metafiles.
2011-05-23  Vincent Povirkgdiplus: Implement GdipEnumerateMetafileSrcRectDestPoints.
2011-05-23  Vincent Povirkgdiplus: Remove is_emfplus field from test structure...
2011-05-23  Vincent Povirkgdiplus: Add test for metafile enumeration.
2011-05-23  Vincent Povirkgdiplus: Add basic metafile recording support.
2011-04-05  Vincent Povirkgdiplus: Add a software implementation of GdipDrawDrive...
2011-04-01  Vincent Povirkgdiplus: Add basic implementation of GdipDrawDriverString.
2011-03-29  Vincent Povirkgdiplus: Add test for GdipSetTextRenderingHint and...
2011-03-29  Vincent Povirkgdiplus: Add test for GdipDrawDriverString.
2011-03-29  Vincent Povirkgdiplus: Use the given HPALETTE in GdipCreateBitmapFrom...
2011-03-28  Vincent Povirkgdiplus: Implement gamma adjustment.
2011-03-28  Vincent Povirkgdiplus: Implement color transforms.
2011-03-17  Vincent Povirkgdiplus: Implement GdipFillRectangle based on GdipFillPath.
2011-03-10  Vincent Povirkgdiplus: Add tests for interpolation mode and make...
2011-03-03  Maarten Lankhorstgdiplus: Add tests and fix GdipDrawImagePointsRect.
2011-02-25  Vincent Povirkgdiplus: Implement ImageLockModeUserInputBuf.
2011-02-25  Vincent Povirkgdiplus: Copy only the area requested when (un)locking...
2011-02-25  Vincent Povirkgdiplus: Copy the bits on bitmap unlock if the write...
2011-02-25  Vincent Povirkgdiplus: Test writes with conversion and without a...
2011-02-17  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-15  Vincent Povirkgdiplus: Add tests for locked image bit reading/writing.
2011-02-15  Vincent Povirkgdiplus: Add test for ImageLockModeUserInputBuf.
2011-02-10  Austin Englishgdiplus/tests: Remove redundant assignments (LLVM/Clang).
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-09  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-07  Vincent Povirkgdiplus: Allow adding rectangles with negative sizes...
2011-02-07  EG Galanogdiplus/tests: Make sure return value is used (LLVM...
2011-02-07  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-01-27  Vincent Povirkgdiplus: Test the types of records in an empty EMF+.
2011-01-27  Vincent Povirkgdiplus: Test for EMF+ recording.
2011-01-17  Vincent Povirkgdiplus: Rewrite GdipCreateMatrix3.
2011-01-12  Martin Petricekgdiplus: Support for indexed formats in GdipBitmapSetPixel.
2010-11-01  Vincent Povirkgdiplus: Add tests for GdipGetLineTransform.
2010-11-01  Vincent Povirkgdiplus: Add a test for GdipCreateMatrix3.
2010-10-28  Vincent Povirkgdiplus: Reject linear gradients where the start and...
2010-10-28  Vincent Povirkgdiplus: Implement GdipGetRegionScans.
2010-10-25  Austin Lundgdiplus/tests: Fix GetLogFont charset tests for Asian...
2010-10-01  Vincent Povirkgdiplus: Don't create a DIB section for non-alpha or...
2010-10-01  Vincent Povirkgdiplus: Implement GdipGetRegionScansCount.
2010-10-01  Vincent Povirkgdiplus: Implement GdipTransformRegion.
2010-10-01  Vincent Povirkgdiplus: Don't try to free invalid or already-freed...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-23  Vincent Povirkgdiplus: Set bitmap has alpha flag based on format.
2010-08-17  Vincent Povirkgdiplus: Add tests for the HDC's we get from bitmap...
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-07-28  Wade Gobelgdiplus: Implemented GdipFillClosedCurve and GdipFillCl...
2010-07-28  Wade Gobelgdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedC...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
next