Alexandre Julliard
|
2ff31091ed
|
gdi32: Export a function to compute the DC clip box.
|
2011-07-11 13:40:45 +02:00 |
Alexandre Julliard
|
4e2a28bd03
|
gdi32: Export the gdi_physdev structure for the external drivers.
|
2011-07-07 14:46:14 +02:00 |
Huw Davies
|
66399f6f72
|
gdi32: Add support for hatched brushes.
|
2011-06-17 15:37:47 +02:00 |
Huw Davies
|
c5f41f89f3
|
gdi32: Update pixel colours when the colour table changes.
|
2011-06-02 16:24:25 +02:00 |
Huw Davies
|
a44aa8a954
|
gdi32: Add support for colour tables.
|
2011-05-27 17:53:39 +02:00 |
Huw Davies
|
3c70a26e4b
|
gdi32: Implement SelectBrush for DIB pattern brushes.
|
2011-05-12 14:29:42 +02:00 |
Huw Davies
|
735657d1b8
|
gdi32: Keep track of changes to the brush rop, so that we can perform lazy realisation of the brush.
|
2011-05-12 14:29:28 +02:00 |
Huw Davies
|
6976cee425
|
gdi32: Add support for drawing horizontal patterned lines.
|
2011-05-06 14:23:47 +02:00 |
Huw Davies
|
54397f1552
|
gdi32: Add support for patterned pens.
|
2011-05-06 14:23:47 +02:00 |
Huw Davies
|
572e0f01df
|
gdi32: Keep track of the background colour.
|
2011-05-06 14:23:47 +02:00 |
Marcus Meissner
|
3d80a798cf
|
gdi32: Mark internal symbols as hidden.
|
2011-04-25 13:01:50 +02:00 |
Huw Davies
|
1372692fe7
|
gdi32: Add clipping for horizontal and vertical solid lines.
|
2011-04-15 15:39:45 +02:00 |
Huw Davies
|
f33bbbfdd7
|
gdi32: Keep track of the combined clip region.
|
2011-04-15 15:39:45 +02:00 |
Huw Davies
|
44f530275a
|
gdi32: Implement SelectBrush for solid brushes.
|
2011-04-11 12:23:31 +02:00 |
Huw Davies
|
1e27c95125
|
gdi32: Draw single pixel wide, horizontal or vertical lines with the dib driver.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
d5d4603062
|
gdi32: Calculate AND and XOR masks corresponding to the current pen colour and rop2.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
842d49939d
|
gdi32: Add the ability to track whether we should defer to the graphics driver.
|
2011-04-07 17:21:13 +02:00 |
Huw Davies
|
ed23e3de5c
|
gdi32: Initial SelectPen support.
|
2011-04-07 17:21:12 +02:00 |
Huw Davies
|
ba3d34875a
|
gdi32: Add support for 32 bpp BI_BITFIELDS.
|
2011-04-05 14:44:03 +02:00 |
Huw Davies
|
0c5e7a6d4d
|
gdi32: Add a dib primitive function table.
|
2011-04-05 14:44:00 +02:00 |
Huw Davies
|
4cffb2d0a9
|
gdi32: Add a skeleton dib driver.
|
2011-04-04 13:38:19 +02:00 |
Alexandre Julliard
|
ded15757a0
|
gdi32: Remove the function table pointer from the DC structure.
|
2011-03-18 16:05:09 +01:00 |
Alexandre Julliard
|
3d34f01f3c
|
gdi32: Add null driver entry points for StretchBlt and AlphaBlend.
|
2011-03-18 16:05:09 +01:00 |
Alexandre Julliard
|
5ffbce6d3c
|
gdi32: Add a null driver entry point for StretchDIBits.
|
2011-03-18 16:04:56 +01:00 |
Alexandre Julliard
|
33e27fca77
|
gdi32: Get rid of the BitBlt driver entry point.
|
2011-03-17 15:01:11 +01:00 |
Alexandre Julliard
|
45f191dc2a
|
gdi32: Properly manage the driver stack during DC creation and deletion.
|
2011-03-16 23:06:25 +01:00 |
Alexandre Julliard
|
174e906aa5
|
gdi32: Get rid of the no longer used DC_SAVED flag.
|
2011-03-16 21:50:44 +01:00 |
Alexandre Julliard
|
1fc5603cc9
|
gdi32: Add null driver entry points for the text functions.
|
2011-03-16 14:14:16 +01:00 |
Alexandre Julliard
|
7b970a1657
|
gdi32: Don't allocate a GDI handle for saved DCs.
|
2011-03-16 13:27:45 +01:00 |
Alexandre Julliard
|
e6d153bbf6
|
gdi32: Add null driver entry points for the DC state functions.
|
2011-03-16 11:25:59 +01:00 |
Alexandre Julliard
|
122b5bf784
|
gdi32: Add null driver entry points for the bitmap functions.
|
2011-03-16 11:20:30 +01:00 |
Alexandre Julliard
|
29c3c528db
|
gdi32: Add null driver entry point for world transform functions, and move them to mapping.c.
|
2011-03-15 17:14:07 +01:00 |
Alexandre Julliard
|
9c7b528b6f
|
gdi32: Add null driver entry points for the path functions.
|
2011-03-11 20:43:15 +01:00 |
Alexandre Julliard
|
0d27e3c0ed
|
gdi32: Add null driver entry points for the palette functions.
|
2011-03-11 18:26:55 +01:00 |
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
|
3a850fc842
|
gdi32: Add null driver entry points for the mapping 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
|
ec54c80ee5
|
gdi32: Add null driver entry points for the clipping functions.
|
2011-03-09 20:21:46 +01:00 |
Alexandre Julliard
|
7e3a871497
|
gdi32: Add null driver entry points for painting functions that have a fallback implementation.
|
2011-03-09 11:47:30 +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
|
fcfbb46d2e
|
gdi32: GetDIBColorTable doesn't need to be part of the DC driver interface.
|
2011-03-08 16:55:04 +01:00 |
Alexandre Julliard
|
e6d9486453
|
gdi32: Fix parameter type in the ModifyWorldTransform driver entry point.
|
2011-03-08 15:21:52 +01:00 |
Huw Davies
|
f435963be4
|
gdi32: Remove a wayward CDECL.
|
2011-03-04 16:26:01 +01:00 |
Hans Leidekker
|
0839dabdab
|
gdi32: Move EnumICMProfiles to the driver.
|
2010-10-26 15:23:55 +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 |
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 |
Alexandre Julliard
|
543270dfb5
|
gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges.
|
2007-09-26 20:17:13 +02:00 |
Alexandre Julliard
|
7480bd3204
|
gdi32: Don't hold the gdi lock while creating a DC.
|
2007-09-26 17:39:25 +02:00 |
Maarten Lankhorst
|
c3cf79d817
|
gdi: Remove support for libicu and all dependencies.
|
2007-09-19 14:56:50 +02:00 |
Mikolaj Zalewski
|
baee27c69c
|
gdi32: Implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon).
|
2007-09-17 14:14:27 +02:00 |
Alexandre Julliard
|
d88ff791ef
|
gdi32: New DC locking mechanism that doesn't require holding the global GDI lock.
|
2007-08-31 15:58:38 +02:00 |
Alexandre Julliard
|
1476e34645
|
gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones.
This should make it possible to use a different locking mechanism for DCs.
|
2007-08-21 21:37:40 +02:00 |
Evan Stade
|
96937e04a2
|
gdi32: Added PATH_PolyDraw.
|
2007-07-17 14:12:37 +02:00 |
Dmitry Timoshkov
|
ab2934781c
|
gdi32: Make SetDCHook 64-bit safe.
|
2007-05-30 11:51:26 +02:00 |
Hans Leidekker
|
748032e0fb
|
gdi32: Implement GetFontUnicodeRanges.
|
2007-03-02 11:39:32 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Alexandre Julliard
|
75b8f88875
|
gdi32: Get rid of the gdi.h include.
|
2006-11-17 14:52:07 +01:00 |
Alexandre Julliard
|
456891b377
|
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
|
2006-11-17 14:39:04 +01:00 |
Alexandre Julliard
|
bb51f96907
|
gdi32: Get rid of the palette mapping handling and leave it up to the driver.
|
2006-11-17 14:38:11 +01:00 |
Alexandre Julliard
|
f7ffbe4581
|
gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation.
Based on a patch by Alex Villacís Lasso.
|
2006-11-08 19:57:30 +01:00 |
Roderick Colenbrander
|
1d4effcaa5
|
wgl: Fix WoW screen flickering.
|
2006-11-06 12:13:09 +01:00 |
Roderick Colenbrander
|
2506677c60
|
winex11.drv: Route wglMakeContextCurrentARB through gdi32.
|
2006-10-31 21:34:36 +01:00 |
Roderick Colenbrander
|
88ad69f9bd
|
wgl: Move part of wglGetProcAddress to gdi32.
|
2006-10-27 12:43:31 +02:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |