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 |
Nikolay Sivov
|
0df5fb50f7
|
gdiplus: Implemented GdipSetClipRegion with basic tests.
|
2008-08-28 11:24:48 +02:00 |
Nikolay Sivov
|
ef50aa330e
|
gdiplus: Implemented GdipGetClip.
|
2008-08-27 13:21:22 +02:00 |
Nikolay Sivov
|
078c6a3925
|
gdiplus: Implemented GdipIsInfiniteRegion with tests.
|
2008-08-26 12:07:42 +02:00 |
Nikolay Sivov
|
32ac2d1909
|
gdiplus: Test for default Graphics clipping region.
|
2008-08-26 12:07:42 +02:00 |
Nikolay Sivov
|
c61ece6752
|
gdiplus: Basic parameter check in GdipTransformPoints with tests.
|
2008-08-26 12:07:42 +02:00 |
Nikolay Sivov
|
960de09ed1
|
gdiplus: GdipDeleteGraphics affected by busy state too. Test added.
|
2008-08-26 12:07:42 +02:00 |
Nikolay Sivov
|
f0a507e1fc
|
gdiplus: Made Graphics calls check for busy state.
|
2008-08-25 11:38:14 +02:00 |
Nikolay Sivov
|
366ae1e6c6
|
gdiplus: Basic GdipGetDC/GdipReleaseDC implementation.
|
2008-08-25 11:38:02 +02:00 |
Nikolay Sivov
|
4570501155
|
gdiplus: Added a test for GdipGetDC/GdipReleaseDC behaviour + fixes to be able to run it.
|
2008-08-25 11:37:40 +02:00 |
Nikolay Sivov
|
0db63a0264
|
gdiplus: Free memory after some Graphics tests.
|
2008-08-25 11:37:07 +02:00 |
Nikolay Sivov
|
eb18ce9d4e
|
gdiplus: Added GdipCreateFromHWNDICM (no icm yet) with test.
|
2008-05-12 14:00:22 +02:00 |
Lei Zhang
|
321dfcc7a9
|
gdiplus: Do not access freed memory in a test.
|
2008-04-22 11:56:32 +02:00 |
Lei Zhang
|
9c9209ac0b
|
gdiplus: Initialize variables in the graphics test.
|
2008-04-22 11:56:28 +02:00 |
Royal Chan
|
6e7b5347e3
|
gdiplus: Implement GdipDrawLinesI based on GdipDrawLines.
|
2008-02-29 20:07:13 +01:00 |
Royal Chan
|
b83abb6122
|
gdiplus: Added conformance tests for GdipDrawLineI.
|
2008-02-26 11:23:29 +01:00 |
Royal Chan
|
ea92872af0
|
gdiplus: GdipDrawArc should return InvalidParameter for non-positive values of height and width.
|
2008-02-26 11:23:16 +01:00 |
Royal Chan
|
fc31303780
|
diplus: Implemented GdipDrawArcI based on GdipDrawArc.
|
2008-02-26 11:22:38 +01:00 |
Royal Chan
|
da161a50f3
|
diplus: Implement GdipDrawBezierI based on GdipDrawBezier.
|
2008-02-26 11:22:26 +01:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Evan Stade
|
d13e1ba0e8
|
gdiplus: Added GpGraphics save/restore tests.
|
2007-07-16 15:04:31 +02:00 |
Evan Stade
|
05a7cef855
|
gdiplus: Constructor tests for GpGraphics.
|
2007-07-16 15:04:18 +02:00 |