Vincent Povirk
|
5e77c74f37
|
gdiplus: Implement GdipGetRegionHRgn for rects.
|
2008-11-25 13:11:50 +01:00 |
Vincent Povirk
|
08aa0cac74
|
gdiplus: Implement GdipRegionGetHRgn for paths.
|
2008-11-25 13:11:44 +01:00 |
Vincent Povirk
|
4f8751a5db
|
gdiplus: Implement GdipGetRegionHRgn for empty regions.
|
2008-11-25 13:10:58 +01:00 |
Vincent Povirk
|
74d62bccab
|
gdiplus: Implement GdipGetRegionHRgn for infinite regions.
|
2008-11-25 13:10:40 +01:00 |
Vincent Povirk
|
5c75277784
|
gdiplus: Add parameter checking to GdipGetRegionHRgn.
|
2008-11-25 13:10:24 +01:00 |
Vincent Povirk
|
f3cad17a9b
|
gdiplus: Implement CachedBitmap based on Image.
|
2008-11-24 14:36:50 +01:00 |
Hans Leidekker
|
8b15fa4b2a
|
gdiplus: Improve GdipGetImageRawFormat stub.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
6122c77b9d
|
gdiplus: Add stub implementations of GdipCreateHalftonePalette and GdipImageForceValidation.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
5ce729a4eb
|
gdiplus: Add stub implementations of GdipBeginContainer2 and GdipEndContainer.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
df93d19d3d
|
gdiplus: Return success from the GdipSaveGraphics and GdipRestoreGraphics stubs.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
1e170c9b85
|
gdiplus: Improve GdipMeasureString.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
80a54ca53f
|
gdiplus: Implement GdipGetFontCollectionFamilyCount and GdipGetFontCollectionFamilyList.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
2b8c6fe4db
|
gdiplus: Add a stub implementation of GdipPrivateAddMemoryFont.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
ea323d1349
|
gdiplus: Implement GdipNewPrivateFontCollection and GdipDeletePrivateFontCollection.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
c04b7c5b0f
|
gdiplus: Implement GdipGetLineSpacing.
|
2008-11-24 14:25:10 +01:00 |
Hans Leidekker
|
67a9170aca
|
gdiplus: Add a stub implementation of GdiplusNotificationHook and GdiplusNotificationUnhook.
|
2008-11-24 14:25:10 +01:00 |
Vincent Povirk
|
1a11131d15
|
gdiplus: Restore a line I removed by mistake.
|
2008-11-18 11:53:15 +01:00 |
Vincent Povirk
|
eddc127588
|
gdiplus: Fix GdipFlattenPath for already-flat paths and add a test.
|
2008-11-17 14:27:36 +01:00 |
Nikolay Sivov
|
63e8294593
|
gdiplus: Return some token value on startup.
|
2008-11-13 14:16:12 +01:00 |
Francois Gouget
|
545b7764f4
|
gdiplus: Add a trailing '\n' to a Wine trace.
|
2008-11-11 15:14:38 +01:00 |
Nikolay Sivov
|
71264731a4
|
gdiplus: Added GdipSetTextContrast.
|
2008-11-10 11:07:32 +01:00 |
Nikolay Sivov
|
56173d4005
|
gdiplus: Added GdipGetTextContrast.
|
2008-11-10 11:07:26 +01:00 |
Nikolay Sivov
|
fa1e0313ee
|
gdiplus: Added TRACE(..) for Pen calls.
|
2008-11-07 10:56:41 +01:00 |
Nikolay Sivov
|
1cca99dc23
|
gdiplus: Added CachedBitmap calls.
|
2008-11-04 11:25:40 +01:00 |
Aric Stewart
|
799a76e8c9
|
gdiplus: Stub implementation of GdipNewInstalledFontCollection.
|
2008-11-04 11:18:38 +01:00 |
Nikolay Sivov
|
c543f3d947
|
gdiplus: Added GdipSetClipGraphics.
|
2008-10-23 12:13:03 +02:00 |
Nikolay Sivov
|
37bbe9d4bc
|
gdiplus: Added Gdip[Get/Set]TextureWrapMode.
|
2008-10-22 13:54:53 +02:00 |
Kirill K. Smirnov
|
176e4ba405
|
gdiplus: Whole picture object should be cloned in GdipCloneImage(), not just parent class 'image'.
|
2008-10-21 11:50:33 +02:00 |
Nikolay Sivov
|
2fd51e94bd
|
gdiplus: Some tests for GdipCreateRegionHrgn added.
|
2008-10-20 14:34:29 +02:00 |
Kirill K. Smirnov
|
e0325b098f
|
gdiplus: IPicture_SaveAsFile updates seek pointer, so put it back.
|
2008-10-17 11:48:04 +02:00 |
Nikolay Sivov
|
dee8657be4
|
gdiplus: Add some tests for pathiterator, fix leaks.
|
2008-10-17 11:43:55 +02:00 |
Aric Stewart
|
c4e859a678
|
gdiplus: Avoid dereferencing a potential NULL (Coverity 589).
|
2008-10-17 11:43:23 +02:00 |
Alistair Leslie-Hughes
|
4b6cc6e3fd
|
gdiplus: Stub GdipRecordMetafileFileName and GdipRecordMetafileFileNameI.
|
2008-10-06 13:49:47 +02:00 |
Marcus Meissner
|
e4198d473c
|
gdiplus: Also handle 32bpp bitmaps.
|
2008-10-06 13:08:58 +02:00 |
Lei Zhang
|
83d92f4195
|
gdiplus: Allocate enough space for BITMAPINFO in GdipLoadImageFromStream.
|
2008-09-30 10:15:42 -05:00 |
Lei Zhang
|
778ea2360e
|
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapUnlockBits.
|
2008-09-30 10:15:37 -05:00 |
Lei Zhang
|
2309a9e4ab
|
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapLockBits.
|
2008-09-30 10:15:31 -05:00 |
Lei Zhang
|
fc753bbb58
|
gdiplus: Free memory on a failure.
|
2008-09-30 10:15:02 -05:00 |
Lei Zhang
|
8d53fc56fe
|
gdiplus: Allocate enough space for BITMAPINFO in GdipCreateTextureIA.
|
2008-09-30 10:14:56 -05: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
|
31847cf30b
|
gdiplus: Implemented GdipResetTextureTransform.
|
2008-09-25 11:24:38 +02:00 |
Nikolay Sivov
|
edb764fa54
|
gdiplus: Implemented GdipSetTextureTransform with tests.
|
2008-09-25 11:24:31 +02:00 |
Nikolay Sivov
|
48b8072518
|
gdiplus: Implement GdipGetTextureTransform with test.
|
2008-09-25 11:24:22 +02:00 |
Nikolay Sivov
|
067a08efae
|
gdiplus: Stub for GdipSetPathGradientBlend.
|
2008-09-25 11:24:06 +02:00 |
Alexandre Julliard
|
a2d04673e6
|
gdiplus: Fix a string buffer overflow.
|
2008-09-25 11:19:23 +02:00 |
John Klehm
|
294c160c36
|
gdiplus: Stub implementation of GdipGetImageDecoders and GdipGetImageDecodersSize.
|
2008-09-15 13:14:13 +02:00 |
Francois Gouget
|
8577025789
|
gdiplus: Add some documentation stubs to make winapicheck happy.
|
2008-09-15 11:23:54 +02:00 |
Nikolay Sivov
|
d7794170e7
|
gdiplus: Some TRACE(..) for Image calls.
|
2008-09-11 12:32:14 +02:00 |