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 |