msvcrt/tests: Fix 3 tests that always fail on Vista.
[wine] / dlls / gdiplus / tests /
2008-05-21  Nikolay Sivovgdiplus: GdipBitmapLockBits should allow a NULL rect...
2008-05-13  Nikolay Sivovgdiplus: Added GdipAddPathRectangle with tests.
2008-05-12  Nikolay Sivovgdiplus: Added GdipCreateFromHWNDICM (no icm yet) with...
2008-05-12  Nikolay Sivovgdiplus: Added GdipLoadImageFromFileICM (no icm yet).
2008-05-12  Nikolay Sivovgdiplus: GdipGetImageFlags simple stub with test.
2008-04-22  Lei Zhanggdiplus: Do not access freed memory in a test.
2008-04-22  Lei Zhanggdiplus: Initialize variables in the graphics test.
2008-03-24  Sean Huckinsgdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
2008-03-12  Michael Stefaniucgdiplus/tests: Remove redundant NULL check before GdipF...
2008-03-10  Nathan Beckmanngdiplus: Add more sophisticated tests for GdipSaveImage...
2008-03-10  Nathan Beckmanngdiplus: Implement BMP encoding.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToStream using encoders.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToFile via GdipSaveImag...
2008-03-10  Nathan Beckmanngdiplus: Return an error for consecutive GdipLockBitmap...
2008-03-10  Nathan Beckmanngdiplus: Update bitmap state in GdipUnlockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.
2008-03-07  Nathan Beckmanngdiplus: Implement GdipGetImageEncoders.
2008-03-03  Nathan Beckmanngdiplus: Implement GdipLoadImageFromFile.
2008-03-03  Nathan Beckmanngdiplus: Add tests for GdipCreateBitmapFromFile.
2008-03-03  Francois Gougetgdiplus/tests: Add the trailing '\n' to a couple of...
2008-02-29  Royal Changdiplus: Implement GdipDrawLinesI based on GdipDrawLines.
2008-02-29  Jon Yanggdiplus: Implemented and tested GdipGetImageDimension().
2008-02-26  Royal Changdiplus: Added conformance tests for GdipDrawLineI.
2008-02-26  Royal Changdiplus: GdipDrawArc should return InvalidParameter...
2008-02-26  Royal Chandiplus: Implemented GdipDrawArcI based on GdipDrawArc.
2008-02-26  Royal Chandiplus: Implement GdipDrawBezierI based on GdipDrawBezier.
2008-02-05  Reece H. Dunngdiplus: Fix the bezier arc path test on all Windows...
2008-01-14  Dan Kegelgdiplus/tests: Don't free if alloc failed.
2007-12-31  Lei Zhanggdiplus: Add GdipCreatePen2 and test cases.
2007-12-31  Lei Zhanggdiplus: Initialize a variable in a test.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-16  Evan Stadegdiplus: Fix default value of StringTrimmingCharacter.
2007-08-16  Evan Stadegdiplus/tests: Added GpStringFormat tests.
2007-08-16  Evan Stadegdiplus/tests: Added GdipAddPathLineI test.
2007-08-15  Evan Stadegdiplus: Save elements of font's style.
2007-08-15  Evan Stadegdiplus: Added more font tests.
2007-08-15  Evan Stadegdiplus: Fixed conformance of font constructor.
2007-08-15  Evan Stadegdiplus: Added font tests.
2007-08-13  Evan Stadegdiplus: Fix test to pass in Windows.
2007-08-09  Evan Stadegdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
2007-08-09  Evan Stadegdiplus/tests: Added GdipCreateBitmapFromScan0 test.
2007-08-01  Evan Stadegdiplus: Change include list on 3 tests.
2007-07-30  Evan Stadegdiplus: Check custom dash array for bad properties.
2007-07-30  Evan Stadegdiplus/tests: More GdipSetPenDashArray tests.
2007-07-26  Evan Stadegdiplus/tests: Added pen dash array tests.
2007-07-26  Evan Stadegdiplus: Fix arc2polybezier.
2007-07-26  Evan Stadegdiplus/tests: Added GdipAddPathEllipse test.
2007-07-24  Evan Stadegdiplus: Implemented GdipSetPenColor.
2007-07-24  Evan Stadegdiplus: Implemented GdipSetSolidFillColor/GdipGetSolid...
2007-07-24  Evan Stadegdiplus/tests: Added pen brush fill test.
2007-07-16  Evan Stadegdiplus: Added GpGraphics save/restore tests.
2007-07-16  Evan Stadegdiplus: Constructor tests for GpGraphics.
2007-07-13  Evan Stadegdiplus: Added GdipAddPathPath test.
2007-07-13  Evan Stadegdiplus: Improved GdipGetPathWorldBounds handling of...
2007-07-13  Evan Stadegdiplus: Added more GdipGetPathWorldBounds tests.
2007-07-13  Evan Stadegdiplus: Use passed pen in GdipAddPathWorldBound.
2007-07-12  Evan Stadegdiplus: Added GdipGetPathWorldBounds test.
2007-07-12  Evan Stadegdiplus: Added GdipTransformMatrixPoints test.
2007-07-12  Evan Stadegdiplus: Added GdipCreateMatrix2 test.
2007-07-12  Evan Stadegdiplus: Added GdipAddPathArc test.
2007-07-10  Bernd Buschinskigdiplus: Fix test typo/compile error.
2007-07-10  Evan Stadegdiplus: Added a test for GdipAddPathLine2.
2007-07-10  Evan Stadegdiplus: Added constructor and destructor test for...
2007-06-15  Evan Stadegdiplus: Brush tests.
2007-06-14  Francois Gougetgdiplus: Add missing '\n' to ok() calls, Wine traces.
2007-06-12  Evan Stadegdiplus: First pen test.