Vincent Povirk
|
19b71b035e
|
gdiplus: Implement gamma adjustment.
|
2011-03-28 17:16:26 +02:00 |
Vincent Povirk
|
805f0321eb
|
gdiplus: Implement color transforms.
|
2011-03-28 17:16:23 +02:00 |
Vincent Povirk
|
71eb248c30
|
gdiplus: Implement GdipFillRectangle based on GdipFillPath.
|
2011-03-17 10:42:32 +01:00 |
Vincent Povirk
|
a2631ae1d2
|
gdiplus: Add tests for interpolation mode and make them pass.
|
2011-03-10 14:10:15 +01:00 |
Maarten Lankhorst
|
c057694883
|
gdiplus: Add tests and fix GdipDrawImagePointsRect.
|
2011-03-03 17:47:15 +01:00 |
Vincent Povirk
|
21d6fc9643
|
gdiplus: Implement ImageLockModeUserInputBuf.
|
2011-02-25 11:06:42 +01:00 |
Vincent Povirk
|
546b1a5cb4
|
gdiplus: Copy only the area requested when (un)locking bitmaps.
|
2011-02-25 11:06:36 +01:00 |
Vincent Povirk
|
58eb96c9e7
|
gdiplus: Copy the bits on bitmap unlock if the write flag is set.
The read and write flags are independent, so a read flag being set doesn't
imply we can quit early.
|
2011-02-25 11:06:25 +01:00 |
Vincent Povirk
|
d086af1d36
|
gdiplus: Test writes with conversion and without a user buffer.
|
2011-02-25 11:06:12 +01:00 |
Austin English
|
f817e547f9
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 17:30:00 +01:00 |
Vincent Povirk
|
88ce03103b
|
gdiplus: Add tests for locked image bit reading/writing.
|
2011-02-15 17:01:43 +01:00 |
Vincent Povirk
|
732aa89c08
|
gdiplus: Add test for ImageLockModeUserInputBuf.
|
2011-02-15 17:01:43 +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 |
Austin English
|
273065cebe
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:39 -06:00 |
Austin English
|
1a24d1c0f1
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:55 -06:00 |
Vincent Povirk
|
cd3855f384
|
gdiplus: Allow adding rectangles with negative sizes to paths.
|
2011-02-07 10:12:33 -06:00 |
EG Galano
|
fbf9494b89
|
gdiplus/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-07 10:11:53 -06:00 |
Austin English
|
0d8f2b364c
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-07 10:11:30 -06:00 |
Vincent Povirk
|
757012cd3c
|
gdiplus: Test the types of records in an empty EMF+.
|
2011-01-27 14:16:47 +01:00 |
Vincent Povirk
|
a06b4bc59b
|
gdiplus: Test for EMF+ recording.
|
2011-01-27 14:16:38 +01:00 |
Vincent Povirk
|
d7379712e7
|
gdiplus: Rewrite GdipCreateMatrix3.
|
2011-01-17 13:22:05 +01:00 |
Martin Petricek
|
ee3c179026
|
gdiplus: Support for indexed formats in GdipBitmapSetPixel.
|
2011-01-12 15:02:38 +01:00 |
Vincent Povirk
|
f49d56fef3
|
gdiplus: Add tests for GdipGetLineTransform.
|
2010-11-01 11:33:58 +01:00 |
Vincent Povirk
|
4fff9a7a52
|
gdiplus: Add a test for GdipCreateMatrix3.
|
2010-11-01 11:33:25 +01:00 |
Vincent Povirk
|
2661ce79d6
|
gdiplus: Reject linear gradients where the start and end points are equal.
|
2010-10-28 11:41:45 +02:00 |
Vincent Povirk
|
5f327f7812
|
gdiplus: Implement GdipGetRegionScans.
|
2010-10-28 11:41:32 +02:00 |
Austin Lund
|
ae0a484945
|
gdiplus/tests: Fix GetLogFont charset tests for Asian platforms.
|
2010-10-25 13:52:51 +02: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
|
473afa4b8c
|
gdiplus: Implement GdipGetRegionScansCount.
|
2010-10-01 13:44:06 +02:00 |
Vincent Povirk
|
40d8876fc4
|
gdiplus: Implement GdipTransformRegion.
|
2010-10-01 13:44:00 +02:00 |
Vincent Povirk
|
9326fc13ca
|
gdiplus: Don't try to free invalid or already-freed images.
|
2010-10-01 13:43:33 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Vincent Povirk
|
517059f3f5
|
gdiplus: Set bitmap has alpha flag based on format.
|
2010-08-23 12:03:47 +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
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
811cdfaf27
|
gdi32: Reject invalid DIB depths in CreateDIBSection.
|
2010-07-20 14:40:32 +02:00 |
Alexandre Julliard
|
415bb3c5a0
|
gdiplus/tests: Don't fail if we do find Microsoft Sans Serif on Wine.
|
2010-07-01 12:06:35 +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 |
Alexandre Julliard
|
4b9258d165
|
gdiplus/tests: Comment out a test that corrupts the stack on Vista.
|
2010-06-30 14:17:13 +02:00 |
Vincent Povirk
|
7dfc674437
|
gdiplus: Implement GdipGetImageThumbnail.
|
2010-05-10 10:02:11 +02:00 |
Vincent Povirk
|
635fe30eac
|
gdiplus: Add test for GdipGetImageThumbnail.
|
2010-05-10 10:02:00 +02:00 |
Vincent Povirk
|
15ebd84daf
|
gdiplus: Implement bitmap color keying.
|
2010-05-10 10:01:39 +02:00 |
Gerald Pfeifer
|
448a8bb594
|
gdiplus/tests: Remove variable path which is not really used from test_linei.
|
2010-05-03 16:46:38 +02:00 |
Vincent Povirk
|
38138784e7
|
gdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
|
2010-04-26 11:14:58 -05:00 |
Vincent Povirk
|
800e9ff6c5
|
gdiplus: Add test for GdipCreateBitmapFromGdiDib.
|
2010-04-26 11:14:53 -05:00 |
Vincent Povirk
|
4247247787
|
gdiplus: Implement color remapping.
|
2010-04-16 12:12:48 +02:00 |