Byeongsik Jeon
|
3807ca733d
|
winex11.drv: Add the basic antialias type decision code.
|
2008-12-31 14:07:18 +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 |
ByeongSik Jeon
|
028617b90b
|
gdi32, winex11: Add support for subpixel font rendering.
|
2008-12-22 16:33:03 +01:00 |
Vincent Povirk
|
75b5322242
|
winex11.drv: Fix string format warning.
|
2008-12-05 12:30:02 +01:00 |
James Hawkins
|
30b6954c3d
|
winex11: Reduce console spam for AlphaBlend deficiencies.
|
2008-08-05 14:09:34 +02:00 |
Andrew Talbot
|
9b5d26ed8b
|
winex11.drv: Remove unneeded address-of operators from array names.
|
2008-07-14 11:50:37 +02:00 |
Andrew Talbot
|
5d038523e9
|
winex11.drv: Assign to structs instead of using memcpy.
|
2008-03-24 11:33:22 +01:00 |
Michael Karcher
|
5e463acef7
|
winex11: Fix alpha for client-side-rendered text.
|
2008-03-18 12:53:57 +01:00 |
Austin English
|
0e4adae973
|
Spelling fixes.
|
2008-01-07 13:41:01 +01:00 |
Francois Gouget
|
860cf251f6
|
winex11.drv: The 'lossy' parameter is always false so remove it.
|
2007-10-15 12:04:54 +02:00 |
Gerald Pfeifer
|
fe534ddde1
|
winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.
|
2007-10-02 11:45:25 +02:00 |
Alexandre Julliard
|
809af590a1
|
winex11.drv: Don't call GDI functions while holding the X11 lock.
|
2007-09-27 18:02:26 +02:00 |
Alexandre Julliard
|
d08fbfc3b0
|
winex11.drv: Don't call GDI functions while holding the xrender lock.
|
2007-09-21 10:47:45 +02:00 |
Mikolaj Zalewski
|
ee747f3d70
|
winex11.drv: Support GdiAlphaBlend with blendfn.AlphaFormat == 0.
|
2007-08-31 12:08:58 +02:00 |
Mikolaj Zalewski
|
9a72a865a2
|
winex11.drv: Test for out-of-bound src coordinates in GdiAlphaBlend.
|
2007-08-29 12:03:08 +02:00 |
Alexandre Julliard
|
a851854a36
|
configure: Merge the libX11 and libXext existence check with the soname check.
|
2007-07-09 22:43:45 +02:00 |
Alexandre Julliard
|
629639ee60
|
configure: Merge the libXrender existence check with the soname check.
|
2007-07-04 12:47:57 +02:00 |
Huw Davies
|
bd2fe1a2fa
|
winex11.drv: Use global Pictures for the tiles.
|
2007-07-03 20:39:31 +02:00 |
Huw Davies
|
030ef1ef05
|
winex11.drv: Move the PictFormats into an array.
|
2007-07-03 20:39:31 +02:00 |
Huw Davies
|
ee40cb4b9f
|
winex11.drv: Pass root_window to XCreatePixmap to avoid BadDrawable errors.
|
2007-07-03 20:39:30 +02:00 |
Alexandre Julliard
|
5a95cfbd9c
|
configure: Export the shared library extension instead of hardcoding .so.
|
2007-07-02 14:35:05 +02:00 |
Alexandre Julliard
|
1d9874a09e
|
winex11.drv: Glyph width is rounded to 32 bits, make sure to provide enough null data.
|
2007-06-12 16:51:31 +02:00 |
Huw Davies
|
c9fd5a265f
|
winex11.drv: XRenderCompositeText has a problem with 0x0 glyphs, so we'll pretend they're 1x1.
|
2007-06-06 20:34:06 +02:00 |
Andrew Talbot
|
080635bdeb
|
winex11.drv: Exclude unused headers.
|
2007-05-29 12:10:21 +02:00 |
Huw Davies
|
e0150c357d
|
winex11.drv: Use XRenderCompositeText instead of XRenderCompositeString.
|
2007-05-25 20:21:06 +02:00 |
Huw Davies
|
4edc46cbdb
|
winex11.drv: Merge some common code.
|
2007-05-25 20:21:02 +02:00 |
Huw Davies
|
13c0c0d047
|
winex11.drv: Delete the tile pixmap whenever the drawable is changed.
|
2007-03-29 21:02:00 +02:00 |
Huw Davies
|
232c16fadb
|
winex11.drv: Rename a local variable to avoid confusion with a global.
|
2007-03-29 21:01:48 +02:00 |
Dmitry Timoshkov
|
520aa9f548
|
winex11.drv: In the case requested glyphs do not present in the font fail gracefully instead of asserting.
|
2007-03-19 12:16:57 +01:00 |
Alexandre Julliard
|
d302db41aa
|
winex11.drv: Make sure the drawable rect is always updated and use it where appropriate.
|
2006-12-12 13:46:15 +01:00 |
Ulrich Czekalla
|
4bdf4345b8
|
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
|
2006-12-12 13:45:10 +01:00 |
Alexandre Julliard
|
75b8f88875
|
gdi32: Get rid of the gdi.h include.
|
2006-11-17 14:52:07 +01:00 |
Vitaliy Margolen
|
6069d0d596
|
winex11drv: Win64 printf format warning fixes.
|
2006-10-09 15:23:33 +02:00 |
Huw Davies
|
0bd611cead
|
winex11.drv: Fix rendering of fonts that don't support anti-aliasing.
|
2006-08-21 12:37:34 +02:00 |
Alexandre Julliard
|
bdb4fab7a7
|
x11drv: Renamed the x11drv directory to winex11.drv.
|
2006-06-16 09:57:50 +02:00 |