Alexandre Julliard
|
316372a21f
|
winex11: Implement the additional clipping in PutImage.
|
2011-07-22 12:57:02 +02:00 |
Alexandre Julliard
|
72607b3817
|
winex11: Add helper functions for changing and restoring the current clipping region.
|
2011-07-21 19:03:10 +02:00 |
Alexandre Julliard
|
0d9dde7953
|
gdi32: Add an optional clip region to the PutImage entry point.
|
2011-07-21 18:49:47 +02:00 |
Alexandre Julliard
|
7dc8f48ef8
|
gdi32: Get rid of the offset in the gdi_image_bits structure now that we are passing the full rectangles.
|
2011-07-21 15:36:34 +02:00 |
Alexandre Julliard
|
97c30bdd6c
|
gdi32: Allow the PutImage entry point to optionally support stretching.
|
2011-07-21 15:35:48 +02:00 |
Alexandre Julliard
|
73dc9833b7
|
gdi32: Pass the full bitblt_coords structure to the Get/PutImage entry points.
|
2011-07-21 15:35:30 +02:00 |
Huw Davies
|
3cead4fe1b
|
winex11: Use the appropriate color_shifts when the target is a bitmap.
|
2011-07-20 19:23:05 +02:00 |
Huw Davies
|
8679d0b138
|
winex11: Sync the dib-section bits before writing to the image.
|
2011-07-20 19:23:05 +02:00 |
Alexandre Julliard
|
01e12ec9f9
|
gdi32: Move the checks for empty visible rects in PatBlt/StretchBlt back to gdi32.
|
2011-07-20 19:23:04 +02:00 |
Alexandre Julliard
|
be835e2d9b
|
winex11: Verify that the color map matches in PutImage for 4 and 8 bpp.
|
2011-07-20 11:42:17 +02:00 |
Alexandre Julliard
|
476a1fa1fb
|
winex11: Fill in the color table in Get/PutImage for 4 and 8 bpp.
|
2011-07-20 11:31:38 +02:00 |
Alexandre Julliard
|
be74c47e86
|
winex11: Remap pixels to system palette in Get/PutImage for 4 and 8 bpp.
|
2011-07-20 11:26:59 +02:00 |
Alexandre Julliard
|
dc801b9831
|
winex11: Create a new message window every time we change clipping to avoid stale notifications.
|
2011-07-18 21:19:55 +02:00 |
Alexandre Julliard
|
dbd0b4542f
|
winex11: Remove the GetDIBits implementation.
|
2011-07-18 17:11:06 +02:00 |
Alexandre Julliard
|
b01eb19511
|
gdi32: Remove the GetDIBits entry point from the graphics driver.
|
2011-07-18 17:07:51 +02:00 |
Francois Gouget
|
3726670098
|
winex11.drv: Make copy_image_bits() static.
|
2011-07-18 16:23:29 +02:00 |
Alexandre Julliard
|
1e2e45ce66
|
winex11: Avoid overflowing the source rectangle in StretchBlt.
|
2011-07-18 16:23:21 +02:00 |
Alexandre Julliard
|
5ce421efbd
|
winex11: Simplify a couple of BitBlt operation codes.
|
2011-07-18 11:38:20 +02:00 |
Alexandre Julliard
|
55bc21938f
|
winex11: Don't access the source rectangle in PutImage until needed.
|
2011-07-18 11:01:04 +02:00 |
Huw Davies
|
56d7e2add9
|
winex11: Sync a dib-section before accessing the image bits.
|
2011-07-15 14:40:10 +02:00 |
Alexandre Julliard
|
678400b887
|
winex11: Set all the bitmap padding to 0 in GetImage.
|
2011-07-15 13:49:47 +02:00 |
Francois Gouget
|
60ffc296f0
|
winex11.drv: Make some DC functions static.
|
2011-07-14 14:48:26 +02:00 |
Alexandre Julliard
|
eeb3625dce
|
winex11: Add support for bottom-up format in PutImage.
|
2011-07-14 13:09:38 +02:00 |
Alexandre Julliard
|
611b168b35
|
winex11: Add support for rops in PutImage.
|
2011-07-14 13:09:04 +02:00 |
Alexandre Julliard
|
c02bbb78b8
|
winex11: Move the execution of rop operations from X11DRV_StretchBlt to a separate function.
|
2011-07-14 13:08:56 +02:00 |
Alexandre Julliard
|
ce9a5c6659
|
winex11: Add an implementation for the PutImage entry point.
|
2011-07-14 13:05:16 +02:00 |
Alexandre Julliard
|
c2a9b4a8dc
|
winex11: Add support for byte swapping in GetImage.
|
2011-07-14 12:56:26 +02:00 |
Alexandre Julliard
|
e6fcbc543e
|
winex11: Add an implementation for the GetImage entry point.
|
2011-07-14 12:53:51 +02:00 |
Alexandre Julliard
|
cf05fca878
|
gdi32: Add driver entry points for GetImage and PutImage.
|
2011-07-14 11:30:58 +02:00 |
Ken Thomases
|
ebebee5b9e
|
winex11.drv: Map Meta keys to VK_{L, R}MENU, not just VK_MENU.
This fixes a problem with X11DRV_KeymapNotify sending incorrect key-up events.
|
2011-07-13 15:00:10 +02:00 |
Ken Thomases
|
c4daf28186
|
winex11.drv: Fix X11DRV_KeymapNotify when multiple keycodes map to same vkey.
|
2011-07-13 15:00:00 +02:00 |
Alexandre Julliard
|
c7a8ff26d3
|
gdi32: Graphics driver functions no longer need to be CDECL.
|
2011-07-13 14:56:12 +02:00 |
Alexandre Julliard
|
715d810073
|
gdi32: Sort the OpenGL driver functions alphabetically.
|
2011-07-13 14:23:22 +02:00 |
Alexandre Julliard
|
605b2e6d52
|
winex11: Add a DC function structure and export it.
|
2011-07-13 14:05:07 +02:00 |
Alexandre Julliard
|
bfc12c0c94
|
gdi32: Pass the source/dest visible rectangles to the AlphaBlend driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
1ac1d7c69b
|
gdi32: Pass the dest visible rectangle to the PatBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
8bd130b923
|
gdi32: Pass the source/dest visible rectangles to the StretchBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
1805f123b0
|
gdi32: Compute StretchBlt rectangles in gdi32.
|
2011-07-11 17:12:33 +02:00 |
William Pettersson
|
266cd6c46a
|
winex11: Add grab for XInput2 ButtonPress event.
|
2011-07-11 11:53:52 +02:00 |
Alexandre Julliard
|
00647af50b
|
winex11: Use the HDC from the gdi_physdev structure.
|
2011-07-08 16:03:59 +02:00 |
Alexandre Julliard
|
6c951b7d0d
|
winex11: Pass a generic PHYSDEV to all graphics entry points.
|
2011-07-08 15:55:11 +02:00 |
Alexandre Julliard
|
4e2a28bd03
|
gdi32: Export the gdi_physdev structure for the external drivers.
|
2011-07-07 14:46:14 +02:00 |
Vincent Povirk
|
7a21d06295
|
winex11.drv: Process keyboard events when QS_HOTKEY is specified.
|
2011-07-06 19:43:52 +02:00 |
Alexandre Julliard
|
2e4b0b1ef4
|
winex11: Set the reported screen bpp based on the available pixmap formats.
|
2011-07-06 12:38:31 +02:00 |
Frédéric Delanoy
|
8c8df2c220
|
winex11.drv: Remove dead assignment (Clang).
|
2011-07-06 11:27:02 +02:00 |
Alexandre Julliard
|
6b0d9ff1cd
|
server: Allow setting a zero-size clip rectangle.
|
2011-06-21 15:04:24 +02:00 |
Alexandre Julliard
|
b3946a0a59
|
winex11: Don't enable XInput for devices reporting absolute coordinates.
|
2011-06-21 14:51:15 +02:00 |
Alexandre Julliard
|
adb86c5f2a
|
winex11: Try harder to ignore broken raw motions events caused by pointer warping.
|
2011-06-20 19:32:05 +02:00 |
Huw Davies
|
129021a0ab
|
winex11: Move the code that checks for a colortable based dib to a separate function.
|
2011-06-06 21:49:21 +02:00 |
Marcus Meissner
|
5a9b623212
|
winex11.drv: Mark internal symbols with hidden visibility.
|
2011-05-25 11:49:52 +02:00 |