Alexandre Julliard
|
30997b5634
|
gdi32: Add a SetLayout driver entry point and implement it for enhanced metafiles.
|
2011-03-10 22:10:16 +01:00 |
Alexandre Julliard
|
965d41717b
|
gdi32: Add null driver entry points for the various DC settings functions.
|
2011-03-10 21:58:55 +01:00 |
Alexandre Julliard
|
75f792d729
|
gdi32: Add null driver entry points for SetDCBrush/PenColor.
|
2011-03-10 20:45:12 +01:00 |
Alexandre Julliard
|
adc63287b5
|
gdi32: Add null driver entry points for the object selection functions.
|
2011-03-10 12:39:03 +01:00 |
Alexandre Julliard
|
6419edfb6d
|
gdi32: Add a mechanism for stacking gdi drivers.
|
2011-03-10 12:38:31 +01:00 |
Alexandre Julliard
|
c82cb23bc2
|
gdi32: Add initial support for a null graphics driver.
|
2011-03-08 22:35:18 +01:00 |
Alexandre Julliard
|
5f5c7020f3
|
gdi32: Add a common header to the physdev structure.
|
2011-03-08 22:34:57 +01:00 |
Alexandre Julliard
|
f914811359
|
gdi32: Remove unnecessary uses of wownt32.h.
|
2010-11-01 16:44:34 +01:00 |
Detlef Riekenberg
|
bc72f9965d
|
gdi32: Always use a HANDLE for GDI_ReleaseObj.
|
2010-08-16 12:56:34 +02:00 |
Alexandre Julliard
|
1019579fd4
|
gdi32: Fix offset for mirrored devices that have a non-zero viewport offset.
|
2010-07-29 17:33:27 +02:00 |
Alexandre Julliard
|
e4b76dfd88
|
gdi32: Make the top right corner the DC origin for RTL layouts.
|
2010-07-28 20:33:13 +02:00 |
Alexandre Julliard
|
f57c1b77dd
|
gdi32: Get rid of the GetDCOrgEx driver entry point, GDI can implement this itself now.
|
2010-07-26 18:38:31 +02:00 |
Alexandre Julliard
|
69c8f0b67d
|
gdi32: Store the total visible rectangle in the DC.
|
2010-07-26 18:38:31 +02:00 |
Alexandre Julliard
|
f695c1d19d
|
gdi32: Update the DC mappings when the layout is changed.
|
2010-07-23 11:34:07 +02:00 |
Paul Chitescu
|
f479aa5ce5
|
gdi32: If driver is missing claim vectorial fonts are supported so GDI fonts (freetype) are used.
|
2010-06-21 12:17:26 +02:00 |
Andrew Nguyen
|
9d5a848df1
|
gdi32: Fix parameter handling of GetBoundsRect.
|
2010-06-01 17:50:03 +02:00 |
Alexandre Julliard
|
e27bc88693
|
gdi32: Add a global function to retrieve the display driver.
|
2010-05-06 13:50:30 +02:00 |
Alexandre Julliard
|
0e4f742f06
|
gdi32: Don't bother freeing graphics drivers.
|
2010-05-06 13:37:32 +02:00 |
Dmitry Timoshkov
|
d6cfc3223e
|
user32: DeleteDC() should allow to delete a DC returned by GetDC().
|
2010-02-24 16:03:02 +01:00 |
Alexandre Julliard
|
cc973b0cdc
|
gdi32: Avoid calling get_dc_ptr on a null handle.
|
2009-12-01 15:10:37 +01:00 |
Alexandre Julliard
|
c73e2d5e02
|
gdi32: Reset the visible region in ResetDC.
|
2009-11-17 15:14:56 +01:00 |
Alexandre Julliard
|
16da76923d
|
gdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to avoid accessing the DC internals.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
3411821ff6
|
gdi32: Get rid of the 16-bit DC hook support.
It can only work with native user32 anyway.
|
2009-09-26 13:32:47 +02:00 |
Huw Davies
|
6260af2a7c
|
gdi32: Implement GetTransform for the other valid transform types.
|
2009-06-24 14:52:19 +02:00 |
Huw Davies
|
5c386041fc
|
gdi32: Implement SetVirtualResolution.
|
2009-06-23 16:21:42 +02:00 |
Alexandre Julliard
|
eceed527f6
|
gdi32: Completely implement RestoreDC in the driver, having it call restore_dc_state if necessary.
|
2009-04-07 20:55:56 +02:00 |
Alexandre Julliard
|
bbb1626bf8
|
gdi32: Completely implement SaveDC in the driver, having it call save_dc_state if necessary.
|
2009-04-07 20:55:28 +02:00 |
Alexandre Julliard
|
d4c54be272
|
gdi32: Move the whole DC restoring functionality into set_dc_state, and rename it to restore_dc_state.
|
2009-04-07 20:28:08 +02:00 |
Alexandre Julliard
|
a23725785e
|
gdi32: Move the whole DC saving functionality into get_dc_state, and rename it to save_dc_state.
|
2009-04-07 20:18:58 +02:00 |
Alexandre Julliard
|
88e01969c2
|
gdi32: Move freeing of the DC path and regions into free_dc_ptr.
|
2009-04-07 20:13:08 +02:00 |
Dmitry Timoshkov
|
4bb8d9c1c2
|
gdi32: Cache current font code page in the DC structure.
|
2009-04-06 12:57:11 +02:00 |
Dmitry Timoshkov
|
301b5d2772
|
gdi32: Add a couple of SetGraphicsMode/SetWorldTransform tests, make them pass under Wine.
|
2009-04-06 12:56:50 +02:00 |
Rob Shearman
|
ccce11d2c3
|
gdi32: Move 16-bit functions not exported in gdi32.dll into files compiled only when 16-bit functionality is enabled.
|
2009-02-19 12:51:50 +01:00 |
Alexandre Julliard
|
827e1f1de3
|
gdi32: Increment the reference count for the initial DC stock objects.
|
2009-01-29 21:44:52 +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 |
Francois Gouget
|
cc6e4e955e
|
gdi32: Make [GS]etDCState() static.
|
2008-12-15 12:25:34 +01:00 |
Dmitry Timoshkov
|
02631adc8a
|
Revert "gdi32: Reselect objects into the DC only if scaling factors change.".
This reverts commit 3cbd9639da .
|
2008-07-21 13:00:48 +02:00 |
Dmitry Timoshkov
|
0cae67eaa5
|
gdi32: Print the assigned world transform.
|
2008-06-18 15:21:49 +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
|
d01438bd53
|
gdi32: Do not reselect objects while recording a metafile, that's done at the playing time.
|
2008-04-28 13:27:52 +02:00 |
Dmitry Timoshkov
|
3cbd9639da
|
gdi32: Reselect objects into the DC only if scaling factors change.
|
2008-04-23 12:31:14 +02:00 |
Alexandre Julliard
|
0482c8e818
|
gdi32: Fix CreateCompatibleDC to reject invalid DCs.
|
2008-04-14 12:06:24 +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 |
Alexandre Julliard
|
50dea38178
|
gdi32: Export the DC hook functions as 32-bit functions.
|
2008-02-17 20:29:55 +01:00 |
Alexandre Julliard
|
7fdb61bd7e
|
gdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer used.
|
2008-02-05 21:58:04 +01:00 |