wined3d: Recognize Nvidia GT520 cards.
[wine] / dlls / gdiplus / tests / graphics.c
2012-12-10  Alexandre Julliardgdiplus/tests: Tweak some metrics to make the tests...
2012-12-06  Vincent Povirkgdiplus: Fix graphics bounds for memory DC's.
2012-12-06  Vincent Povirkgdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
2012-12-04  Vincent Povirkgdiplus: Add a test for drawing to HDC's backed by...
2012-10-30  Frédéric Delanoygdiplus/tests: Cleanup resources on error path in test_...
2012-10-23  André Hentschelgdiplus/tests: Fix out-of-bounds access (coverity).
2012-10-11  Dmitry Timoshkovgdiplus: Clarify where extra Y margin added by GdipMeas...
2012-10-08  Dmitry Timoshkovgdiplus: Stop adding 1/6 of EM height to the created...
2012-10-08  Dmitry Timoshkovgdiplus: Workaround missing support for true floating...
2012-10-08  Dmitry Timoshkovgdiplus: Detect broken GdipMeasureCharacterRanges behav...
2012-08-29  Dmitry Timoshkovgdiplus: Make GdipMeasureCharacterRanges/GdipMeasureStr...
2012-08-27  Dmitry Timoshkovgdiplus/tests: Fix font leak.
2012-08-24  Dmitry Timoshkovgdiplus: Make GdipMeasureCharacterRanges use common...
2012-08-23  Dmitry Timoshkovgdiplus: Clarify in the tests where 1/3 of extra text...
2012-08-22  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges should respect...
2012-08-22  Dmitry Timoshkovgdiplus: GdipMeasureCharacterRanges shouldn't treat...
2012-08-22  Dmitry Timoshkovgdiplus: Add a bunch of tests for GdipMeasureCharacterR...
2012-08-21  Dmitry Timoshkovgdiplus: Use set_rect_empty() helper to make the code...
2012-08-20  Dmitry Timoshkovgdiplus: Add a test for extra space added by GdipMeasur...
2012-08-20  Dmitry Timoshkovgdiplus: Round the layout rectangle down instead of...
2012-08-20  Dmitry Timoshkovgdiplus: Add a test for measuring string that doesn...
2012-08-16  Francois Gougetgdiplus/tests: Make pixels_to_units() static.
2012-08-15  Dmitry Timoshkovgdiplus: Add a test for font height scaling.
2012-08-15  Dmitry Timoshkovgdiplus: GdipMeasureString should apply its internal...
2012-08-14  Dmitry Timoshkovgdiplus: get_font_hfont helper should transform returne...
2012-08-14  Dmitry Timoshkovgdiplus: GdipGetLogFontW should transform returned...
2012-08-14  Dmitry Timoshkovgdiplus: Add more tests for GdipMeasureString using...
2012-07-26  Dmitry Timoshkovgdiplus: Add some GdipTransformPoints tests for a devic...
2012-07-18  Dmitry Timoshkovgdiplus: GdipMeasureString operates internally in pixel...
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Add a test for font and graphics using differe...
2012-06-19  Dmitry Timoshkovgdiplus: GdipCreateFontFromLogfont also returns NotTrue...
2011-07-14  Marcus Meissnergdiplus: Check return values of GdipCreateMatrix(2...
2011-07-08  Vincent Povirkgdiplus: Add test showing scaling does not affect retur...
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-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-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-17  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-10  Austin Englishgdiplus/tests: Remove redundant assignments (LLVM/Clang).
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2010-10-01  Vincent Povirkgdiplus: Don't create a DIB section for non-alpha or...
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-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-01  Alexandre Julliardgdiplus/tests: Use Tahoma instead of Courier New for...
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: Add a test for GdipMeasureString.
2010-03-31  Vincent Povirkgdiplus: Add tests for GdipDrawString.
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-02-26  Justin Chevriergdiplus: Basic implementation of GdipGetNearestColor...
2010-02-26  Justin Chevriergdiplus/test: Add GdipGetNearestColor test.
2009-12-15  Huw Daviesgdiplus: Fix a memory leak in the tests.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisibleRect.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisiblePoint.
2009-08-19  Vincent Povirkgdiplus: Add a test for drawing to application-provided...
2009-08-19  Francois Gougetgdiplus/tests: Add a trailing '\n' to an ok() call.
2009-08-13  Andrew Eikumgdiplus/tests: Add tests for GdipGetVisibleClipBounds.
2009-08-04  Vincent Povirkgdiplus: Ignore the graphics transforms in GdipGetRegio...
2009-07-08  Andrew Eikumgdiplus: Implement GdipSaveGraphics and GdipRestoreGrap...
2009-07-07  Andrew Eikumgdiplus/tests: Test cases for GdipBeginContainer2.
2009-06-30  Andrew Eikumgdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurve2I.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurveI.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurve2.
2009-06-26  Andrew Eikumgdiplus/tests: Fix resource leaks in several tests.
2009-06-08  Andrew Eikumgdiplus: Test cases and parameter checks for GdipDrawCurve.
2009-05-20  Vincent Povirkgdiplus: Implement GdipTransformPointsI.
2009-05-20  Vincent Povirkgdiplus: Implement GdipTransformPoints.
2009-04-02  Vincent Povirkgdiplus: GdipDrawString: Handle either a width or heigh...
2009-02-03  Nikolay Sivovgdiplus: Add testing for ObjectBusy in some Graphics...
2008-12-11  Nikolay Sivovgdiplus: Stub for GdipGetNearestColor.
2008-12-09  Vincent Povirkgdiplus/tests: Fix a double-free in the graphics test.
2008-11-24  Hans Leidekkergdiplus: Return success from the GdipSaveGraphics and...
2008-11-10  Nikolay Sivovgdiplus: Added GdipGetTextContrast.
2008-09-30  Nikolay Sivovgdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
2008-09-30  Nikolay Sivovgdiplus: Implemented GdipSetClipPath.
2008-09-25  Nikolay Sivovgdiplus: Implemented GdipSetClipRect/GdipSetClipRectI.
2008-09-05  Nikolay Sivovgdiplus: Implemented GdipGraphicsClear.
2008-09-02  Francois Gougetgdiplus/tests: Remove unneeded casts.
2008-08-29  Nikolay Sivovgdiplus: Implemented GdipIsEmptyClip with tests.
2008-08-29  Nikolay Sivovgdiplus: Implemented GdipResetClip with tests.
2008-08-28  Nikolay Sivovgdiplus: Implemented GdipSetClipRegion with basic tests.
2008-08-27  Nikolay Sivovgdiplus: Implemented GdipGetClip.
2008-08-26  Nikolay Sivovgdiplus: Implemented GdipIsInfiniteRegion with tests.
2008-08-26  Nikolay Sivovgdiplus: Test for default Graphics clipping region.
2008-08-26  Nikolay Sivovgdiplus: Basic parameter check in GdipTransformPoints...
2008-08-26  Nikolay Sivovgdiplus: GdipDeleteGraphics affected by busy state...
next