Alexandre Julliard
|
3e51dd7515
|
gdi32: Use a better algorithm for CreateRoundRectRgn.
|
2012-01-06 12:53:20 +01:00 |
Marcus Meissner
|
15162ddf3c
|
gdi32: Check return value of REGION_UnionRectWithRegion (Coverity).
|
2012-01-03 12:37:57 +01:00 |
Alexandre Julliard
|
c861284a02
|
gdi32: Add a helper function to add a rectangle to a region.
|
2011-12-28 11:04:30 +01:00 |
Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Huw Davies
|
1372692fe7
|
gdi32: Add clipping for horizontal and vertical solid lines.
|
2011-04-15 15:39:45 +02:00 |
Alexandre Julliard
|
97611dca8b
|
gdi32: Implement MirrorRgn.
|
2010-09-27 20:45:56 +02:00 |
Alexandre Julliard
|
7d776a866e
|
gdi32: Mirror the clip region when the DC is mirrored, with tests.
|
2010-07-29 13:36:43 +02:00 |
Mikhail Maroukhine
|
8fd8d9e96a
|
gdi32: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:13:55 +02:00 |
Dan Kegel
|
f3560ece31
|
gdi32: Fix minor read buffer overrun in CombineRgn.
|
2009-11-30 12:47:59 +01:00 |
Rein Klazes
|
d145f399ca
|
gdi32: Fix RectInRegion() if right < left or bottom < top.
|
2009-06-08 13:18:58 +02:00 |
Alexandre Julliard
|
687dfd69e9
|
gdi32: Check for memory allocation failure in region functions and propagate the error correctly.
|
2009-01-29 21:45:01 +01:00 |
Alexandre Julliard
|
ec4af0764b
|
gdi32: Replace the MEMCHECK macro in the region code by a proper function.
|
2009-01-29 21:45:01 +01:00 |
Alexandre Julliard
|
919b1076c9
|
gdi32: Don't hold the GDI lock while creating regions.
|
2009-01-29 21:45:01 +01:00 |
Alexandre Julliard
|
a686b8b583
|
gdi32: Store the region data directly in the GDI object.
|
2009-01-29 21:45:01 +01:00 |
Alexandre Julliard
|
de831f334c
|
gdi32: Release GDI handles before freeing the object.
This makes it unnecessary to hold the GDI lock during destruction.
|
2009-01-28 18:45:21 +01:00 |
Alexandre Julliard
|
311c53db4f
|
gdi32: Allocate and initialize GDI objects before giving them a handle.
This makes it unnecessary to hold the GDI lock since the object
cannot be accessed before it has a handle.
|
2009-01-28 18:43:06 +01:00 |
Alexandre Julliard
|
5811a2ccb4
|
gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types.
|
2009-01-28 16:20:56 +01:00 |
Alexandre Julliard
|
f03871094c
|
gdi32: Don't hold the GDI lock while calling the DeleteObject method for GDI objects.
|
2009-01-27 16:19:37 +01:00 |
Michael Stefaniuc
|
667a1ed5be
|
gdi32: Remove superfluous pointer casts.
|
2009-01-26 14:31:13 +01:00 |
Michael Stefaniuc
|
933ec96aa7
|
gdi32: Don't cast NULL.
|
2008-10-31 13:27:24 +01:00 |
Michael Stefaniuc
|
2d94915f27
|
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
|
2008-10-24 14:24:59 +02:00 |
Alexandre Julliard
|
93cbb7a5db
|
gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss.
|
2008-05-22 17:43:01 +02:00 |
Dmitry Timoshkov
|
f52b92efe5
|
gdi32: Add a test for ExtCreateRegion, make it pass under Wine.
|
2008-04-21 11:53:14 +02:00 |
Austin English
|
45b944ed51
|
gdi32: Spelling fixes.
|
2008-03-25 19:58:31 +01:00 |
Alexandre Julliard
|
aa500d266f
|
gdi32: Get rid of the 16-bit GetObject functions.
|
2008-02-18 17:50:35 +01:00 |
Michael Stefaniuc
|
6b21feaec3
|
gdi32: There is no need to cast NULL to a function pointer.
|
2007-12-19 12:19:03 +01:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Alexandre Julliard
|
a1e31397e1
|
gdi32: Don't pass an object pointer to the SelectObject backend functions.
|
2007-09-27 20:14:13 +02:00 |
Dmitry Timoshkov
|
edbc6e7b8a
|
gdi32: Fix compilation warnings in 64-bit mode.
|
2007-05-30 11:55:30 +02:00 |
Andrew Talbot
|
453cb25c1b
|
gdi32: Replace inline static with static inline.
|
2007-03-21 11:55:44 +01:00 |
Alexandre Julliard
|
75b8f88875
|
gdi32: Get rid of the gdi.h include.
|
2006-11-17 14:52:07 +01:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |