Maarten Lankhorst
|
c057694883
|
gdiplus: Add tests and fix GdipDrawImagePointsRect.
|
2011-03-03 17:47:15 +01:00 |
Austin English
|
f817e547f9
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 17:30:00 +01:00 |
Austin English
|
2ebcaf1a51
|
gdiplus/tests: Remove redundant assignments (LLVM/Clang).
|
2011-02-10 10:27:55 -06:00 |
Austin English
|
e77d27a2eb
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 10:27:39 -06:00 |
Vincent Povirk
|
c8a48f237e
|
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
|
2010-10-01 13:44:39 +02:00 |
Vincent Povirk
|
728aaf2902
|
gdiplus: Add tests for the HDC's we get from bitmap objects.
|
2010-08-17 11:55:33 +02:00 |
Vincent Povirk
|
9a6eabf0b5
|
gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats.
|
2010-08-17 11:55:33 +02:00 |
Wade Gobel
|
cceb3dc77a
|
gdiplus: Implemented GdipFillClosedCurve and GdipFillClosedCurveI.
|
2010-07-28 14:01:52 +02:00 |
Wade Gobel
|
f4e2af65c5
|
gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the cases that count <= 1.
|
2010-07-28 14:01:52 +02:00 |
Alexandre Julliard
|
811cdfaf27
|
gdi32: Reject invalid DIB depths in CreateDIBSection.
|
2010-07-20 14:40:32 +02:00 |
Alexandre Julliard
|
5d71136611
|
gdiplus/tests: Use Tahoma instead of Courier New for testing font metrics.
|
2010-07-01 11:38:46 +02:00 |
Vincent Povirk
|
deb6466f3f
|
gdiplus: Implement GdipMeasureCharacterRanges.
|
2010-03-31 11:40:20 +02:00 |
Vincent Povirk
|
f860285cca
|
gdiplus: Add tests for GdipMeasureCharacterRanges.
|
2010-03-31 11:40:15 +02:00 |
Vincent Povirk
|
21109a40fb
|
gdiplus: Fix the linesfilled calculation in GdipMeasureString.
|
2010-03-31 11:40:08 +02:00 |
Vincent Povirk
|
0bc54fb4fb
|
gdiplus: Add a test for GdipMeasureString.
|
2010-03-31 11:39:43 +02:00 |
Vincent Povirk
|
0f919e365b
|
gdiplus: Add tests for GdipDrawString.
|
2010-03-31 11:37:45 +02:00 |
Alexandre Julliard
|
be748e0d71
|
gdiplus/tests: Create a window for graphics tests instead of painting over the desktop.
|
2010-03-19 11:59:51 +01:00 |
Paul Vriens
|
0513eb506e
|
gdiplus/tests: Fix a test failure on Win98/WinMe.
|
2010-03-16 17:03:43 +01:00 |
Justin Chevrier
|
b4bfa6e1c1
|
gdiplus: Basic implementation of GdipGetNearestColor with changes to test to reflect fixes.
|
2010-02-26 14:18:59 +01:00 |
Justin Chevrier
|
56238cd70e
|
gdiplus/test: Add GdipGetNearestColor test.
|
2010-02-26 14:18:59 +01:00 |
Huw Davies
|
b18cc9f680
|
gdiplus: Fix a memory leak in the tests.
Found by Valgrind.
|
2009-12-15 16:09:12 +01:00 |
Andrew Eikum
|
f5896a2be0
|
gdiplus: Implement GdipIsVisibleRect.
|
2009-08-27 11:51:24 +02:00 |
Andrew Eikum
|
d06dd2d7cb
|
gdiplus: Implement GdipIsVisiblePoint.
|
2009-08-27 11:51:08 +02:00 |
Vincent Povirk
|
dad00cce44
|
gdiplus: Add a test for drawing to application-provided memory.
|
2009-08-19 12:15:22 +02:00 |
Francois Gouget
|
04105f7ff3
|
gdiplus/tests: Add a trailing '\n' to an ok() call.
|
2009-08-19 12:07:28 +02:00 |
Andrew Eikum
|
60fc01a0c4
|
gdiplus/tests: Add tests for GdipGetVisibleClipBounds.
|
2009-08-13 16:44:28 +02:00 |
Vincent Povirk
|
c71853cda5
|
gdiplus: Ignore the graphics transforms in GdipGetRegionBounds.
|
2009-08-04 12:49:01 +02:00 |
Andrew Eikum
|
1ef13941f6
|
gdiplus: Implement GdipSaveGraphics and GdipRestoreGraphics.
|
2009-07-08 20:35:20 +02:00 |
Andrew Eikum
|
0ed10bf696
|
gdiplus/tests: Test cases for GdipBeginContainer2.
|
2009-07-07 12:33:21 +02:00 |
Andrew Eikum
|
4c0edba681
|
gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
|
2009-06-30 12:58:31 +02:00 |
Andrew Eikum
|
c2aa66d506
|
gdiplus/tests: Add tests for GdipDrawCurve2I.
|
2009-06-29 12:29:35 +02:00 |
Andrew Eikum
|
fe55f0df2a
|
gdiplus/tests: Add tests for GdipDrawCurveI.
|
2009-06-29 12:29:32 +02:00 |
Andrew Eikum
|
7dcfb09b1e
|
gdiplus/tests: Add tests for GdipDrawCurve2.
|
2009-06-29 12:29:27 +02:00 |
Andrew Eikum
|
ff95a69f5a
|
gdiplus/tests: Fix resource leaks in several tests.
A few tests initialized two GpGraphics objects, and only released one.
These have been fixed by removing the redundant initialization.
|
2009-06-26 14:38:13 +02:00 |
Andrew Eikum
|
119e9af74a
|
gdiplus: Test cases and parameter checks for GdipDrawCurve.
|
2009-06-08 12:41:58 +02:00 |
Vincent Povirk
|
c486e8147d
|
gdiplus: Implement GdipTransformPointsI.
|
2009-05-20 10:51:42 +02:00 |
Vincent Povirk
|
2af29ed916
|
gdiplus: Implement GdipTransformPoints.
|
2009-05-20 10:51:33 +02:00 |
Vincent Povirk
|
0879b767ae
|
gdiplus: GdipDrawString: Handle either a width or height of 0 sanely.
Based on Aric's recent patch.
|
2009-04-02 15:09:55 +02:00 |
Nikolay Sivov
|
8c096167d7
|
gdiplus: Add testing for ObjectBusy in some Graphics methods.
|
2009-02-03 12:48:46 +01:00 |
Nikolay Sivov
|
63ae714fc6
|
gdiplus: Stub for GdipGetNearestColor.
|
2008-12-11 11:50:42 +01:00 |
Vincent Povirk
|
23456b690f
|
gdiplus/tests: Fix a double-free in the graphics test.
Spotted by Lionel Debroux.
|
2008-12-09 10:25:26 +01:00 |
Hans Leidekker
|
df93d19d3d
|
gdiplus: Return success from the GdipSaveGraphics and GdipRestoreGraphics stubs.
|
2008-11-24 14:25:10 +01:00 |
Nikolay Sivov
|
56173d4005
|
gdiplus: Added GdipGetTextContrast.
|
2008-11-10 11:07:26 +01:00 |
Nikolay Sivov
|
3ecb8bdd61
|
gdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
|
2008-09-30 10:13:31 -05:00 |
Nikolay Sivov
|
e2817e59b1
|
gdiplus: Implemented GdipSetClipPath.
|
2008-09-30 10:13:23 -05:00 |
Nikolay Sivov
|
8d9c4867ae
|
gdiplus: Implemented GdipSetClipRect/GdipSetClipRectI.
|
2008-09-25 11:24:46 +02:00 |
Nikolay Sivov
|
bff1678f54
|
gdiplus: Implemented GdipGraphicsClear.
|
2008-09-05 12:59:33 +02:00 |
Francois Gouget
|
aafaec4f43
|
gdiplus/tests: Remove unneeded casts.
|
2008-09-02 13:59:17 +02:00 |
Nikolay Sivov
|
813d6dc537
|
gdiplus: Implemented GdipIsEmptyClip with tests.
|
2008-08-29 12:32:08 +02:00 |
Nikolay Sivov
|
ff88d4e18e
|
gdiplus: Implemented GdipResetClip with tests.
|
2008-08-29 12:32:01 +02:00 |