Alexandre Julliard
|
7d776a866e
|
gdi32: Mirror the clip region when the DC is mirrored, with tests.
|
2010-07-29 13:36:43 +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 |
Aric Stewart
|
ec62c33d79
|
gdi32: Handle a BiDi string being shaped into more or less glyphs than characters in the string.
|
2010-05-24 11:18:28 +02:00 |
Aric Stewart
|
2a8958ec18
|
gdi32: Use usp10 to optionally generate glyphs for bidi strings.
|
2010-05-13 19:44:35 +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 |
Alexandre Julliard
|
fadc2cda1c
|
gdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side.
Get rid of the empty gdi_main.c file.
|
2009-12-28 23:50:40 +01:00 |
Hans Leidekker
|
1d4fcc0270
|
gdi32: Implement WineEngGetCharABCWidthsFloat and forward GetCharABCWidthsFloat to it.
|
2009-12-11 17:47:22 +01:00 |
Alexandre Julliard
|
1ac23b9b0f
|
gdi32: Don't include wingdi16.h by default.
|
2009-12-07 14:18:29 +01:00 |
Roderick Colenbrander
|
41f061ea1b
|
wgl: Add initial WGL_ARB_create_context support.
|
2009-11-18 11:39:57 +01:00 |
Alexandre Julliard
|
17349a06b1
|
gdi32: Remove remaining references to gdi32 internals from gdi16.c.
|
2009-11-17 22:30:08 +01:00 |
Alexandre Julliard
|
06e09f67b4
|
gdi32: Disable SetSolidBrush16 since it requires access to gdi32 internals.
|
2009-11-17 22:29:37 +01:00 |
Alexandre Julliard
|
d9700b6a77
|
gdi32: Reimplement the 16-bit metafile functions on top of the 32-bit ones.
|
2009-11-17 19:58:02 +01:00 |
Alexandre Julliard
|
1c67717876
|
gdi32: Get rid of the SetDCOrg driver entry point.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
16da76923d
|
gdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to avoid accessing the DC internals.
|
2009-11-17 15:14:54 +01:00 |
Eric Pouech
|
8e248c063f
|
gdi.exe: No longer use 16bit abort procs inside the DC structure.
|
2009-11-16 13:47:29 +01:00 |
Alexandre Julliard
|
29d68b3fa7
|
gdi32: Move the 16-bit DIB pointer support to gdi16.c.
|
2009-09-26 13:50:37 +02: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 |
Alexandre Julliard
|
7582b13d8d
|
gdi32: Move remaining 16-bit metafile functions to metafile16.c
|
2009-09-26 13:31:45 +02:00 |
Huw Davies
|
5c386041fc
|
gdi32: Implement SetVirtualResolution.
|
2009-06-23 16:21:42 +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 |
Dmitry Timoshkov
|
4bb8d9c1c2
|
gdi32: Cache current font code page in the DC structure.
|
2009-04-06 12:57:11 +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
|
73593cbf5a
|
gdi32: Store a separate flag to mark a GDI object for delayed destruction.
|
2009-01-29 21:45:01 +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
|
f1ea7a40f8
|
gdi32: Get rid of GDI_ReallocObject.
|
2009-01-28 19:04:04 +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
|
68d19b9552
|
gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects.
|
2009-01-27 16:30:43 +01:00 |
Alexandre Julliard
|
9ff44b815b
|
gdi32: Don't hold the GDI lock while calling the UnrealizeObject method for GDI objects.
|
2009-01-27 16:26:35 +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 |
Maarten Lankhorst
|
131d0a79a1
|
gdi32/winex11.drv: Change all gdi/opengl operations to use CDECL calling convention.
|
2008-12-23 13:02:33 +01:00 |
Dmitry Timoshkov
|
1669b337e4
|
gdi32: Make PATH_AddEntry static.
|
2008-12-03 09:57:47 +01:00 |
Huw Davies
|
29637c1441
|
gdi32: Keep track of the number of unique fonts that are created and return this in the second DWORD of the GdiRealizationInfo structure.
|
2008-08-05 14:09:34 +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 |
Huw Davies
|
515b40c2de
|
gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks.
|
2008-05-02 16:07:47 +02:00 |
Roderick Colenbrander
|
f0307d9366
|
wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times.
|
2008-04-24 12:32:38 +02:00 |
Hans Leidekker
|
81e9b43fb2
|
gdi32: Move GetICMProfile to the driver.
|
2008-03-05 19:46:03 +01:00 |
Alexandre Julliard
|
aa500d266f
|
gdi32: Get rid of the 16-bit GetObject functions.
|
2008-02-18 17:50:35 +01:00 |
Alexandre Julliard
|
7fdb61bd7e
|
gdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer used.
|
2008-02-05 21:58:04 +01:00 |
Hans Leidekker
|
8487c2dd2a
|
gdi32: Implement GetTextExtentExPointI.
|
2007-12-03 15:54:05 +01:00 |
Roderick Colenbrander
|
8295c547f3
|
wgl: Add wglCopyContext support.
|
2007-11-12 14:16:44 +01:00 |
Alexandre Julliard
|
9a368cc475
|
gdi32: Make all internal gdi functions hidden.
|
2007-11-07 17:50:57 +01:00 |
Maarten Lankhorst
|
6b2a6a2bcf
|
gdi32: Fix meaning and use of bidirectionality flags.
|
2007-10-01 12:24:14 +02:00 |
Alexandre Julliard
|
af6c0a09c5
|
gdi32: Move the object refcount handling to the SelectObject backend functions.
|
2007-09-27 20:57:02 +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 |
Alexandre Julliard
|
3363d65f16
|
gdi32: Move the generic part of FontIsLinked() to font.c.
|
2007-09-26 20:21:34 +02:00 |