Alexandre Julliard
e874fded99
winex11: Discard ConfigureNotify events even if the intervening events are for other windows.
2008-03-11 19:50:27 +01:00
Alexandre Julliard
0118e0d0f1
winex11: Add support for merging redundant events, and use it for ConfigureNotify and MotionNotify.
2008-03-11 12:11:52 +01:00
Alexandre Julliard
653c4140b4
winex11: Added an exception handler to catch bad pointers in X11DRV_SetImageBits.
2008-03-10 19:12:53 +01:00
Dan Kegel
1eba6c7644
winex11: wintab.c: use atan2 instead of atan.
2008-03-07 10:52:25 +01:00
Alexandre Julliard
51d3d620cf
winex11: Reset the cursor window when re-creating the client window.
2008-03-05 20:52:14 +01:00
Hans Leidekker
22f146f011
winex11.drv: Retrieve X color profile in GetICMProfile.
2008-03-05 19:46:59 +01:00
Hans Leidekker
81e9b43fb2
gdi32: Move GetICMProfile to the driver.
2008-03-05 19:46:03 +01:00
Alexandre Julliard
ee45bf9ef4
winex11: Don't set the fullscreen hint on maximized windows.
2008-03-05 17:20:03 +01:00
Alexandre Julliard
d0e14bf709
winex11: Wait for a window to move out of withdrawn state before withdrawing it again.
2008-03-05 16:52:22 +01:00
Alexandre Julliard
3b6f95c663
winex11: Add a DestroyNotify handler to catch a situation that is not supposed to happen.
2008-03-05 16:51:09 +01:00
Alexandre Julliard
6f14ba7387
winex11: Retrieve the current window placement in MapNotify before modifying it.
2008-03-05 11:25:27 +01:00
Alexandre Julliard
db43e7a582
winex11: Ignore Map/UnmapNotify if the window is already in the appropriate state.
2008-03-05 11:24:40 +01:00
Roderick Colenbrander
257d82705c
wgl: Add aux buffers support for use with wglChoosePixelFormatARB.
2008-03-04 11:54:21 +01:00
Alexandre Julliard
9238ccca48
winex11: Set the appropriate _NET_WM_STATE properties for maximized windows.
2008-03-01 13:30:58 +01:00
James Hawkins
c29c740de0
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:10 +01:00
Alexandre Julliard
7af2a9a902
winex11: Avoid depending on win.h.
2008-02-29 13:44:55 +01:00
Alexandre Julliard
5785ee08d0
winex11: Avoid accessing the internals of the window structure in the Map/UnmapNotify handlers.
2008-02-29 13:43:13 +01:00
Alexandre Julliard
68fa3524f8
winex11: Get rid of direct accesses to the window structure in the drag&drop code.
2008-02-28 20:02:31 +01:00
Alexandre Julliard
936ab3a644
user32: Moved the ShowWindow implementation from winex11 back to user32.
2008-02-28 17:01:30 +01:00
Alexandre Julliard
63dd1a02ca
winex11: Merge the iconification support into the SetWindowPos driver backend.
2008-02-28 17:01:10 +01:00
Dmitry Timoshkov
cfcacdf554
winex11: Add a workaround for Metacity being too strict and disabling fullscreen support for not resizable windows.
2008-02-28 13:15:03 +01:00
Alexandre Julliard
eaea28e5d8
winex11: Check the current window state on Map/UnmapNotify and ignore obsolete events.
2008-02-27 19:52:59 +01:00
Alexandre Julliard
b76db19e88
winex11: Use XWithdrawWindow to unmap managed windows, and wait until they are withdrawn before mapping them again.
2008-02-27 19:13:09 +01:00
Alexandre Julliard
5a5344b4ad
winex11: Added tracking of the WM_STATE window property.
2008-02-27 19:11:43 +01:00
Alexandre Julliard
9939b7b430
winex11: Clear the NET_WM_STATE status when a window is withdrawn.
...
Change WM_STATE to NET_WM_STATE in variable and function names to
avoid confusion with the ICCCM WM_STATE property.
2008-02-27 18:01:31 +01:00
Chris Robinson
14abaa5709
winex11: Fix wglCopyContext case where GLX contexts are missing.
2008-02-26 11:29:48 +01:00
Alexandre Julliard
dba8ad5751
winex11: Use the same full screen test in is_window_managed and update_wm_states.
2008-02-25 19:48:07 +01:00
Alexandre Julliard
a268725922
winex11: Get rid of the visual id property, we are using the default now.
2008-02-25 16:06:08 +01:00
Alexandre Julliard
1642fbcbc2
user32: Moved the DCE support from winex11 back to user32.
...
Window and class DCEs are now allocated lazily.
2008-02-25 15:59:19 +01:00
Alexandre Julliard
30f068a0b3
winex11: Correctly initialize the cursor in a newly-created thread.
2008-02-25 13:32:45 +01:00
Roderick Colenbrander
5374d623ce
wgl: Add aux buffers support to DescribePixelFormat.
2008-02-25 12:17:31 +01:00
Roderick Colenbrander
220163ee9d
wgl: Remove unneeded opengl initialisation code at wine startup.
2008-02-25 12:17:10 +01:00
Roderick Colenbrander
8293a9ead0
wgl: Remove the pixel format limitation.
2008-02-25 12:14:52 +01:00
Alexandre Julliard
f13ef6b898
winex11: Force the client dimensions to at least 1x1 in sync_gl_drawable.
2008-02-22 16:30:10 +01:00
Rob Shearman
428ada3c8a
winex11.drv: Optimise getting the bits of a DIB after calling SetDIBits.
...
Sync the application's bits in SetDIBits if the input bits are in
exactly the same format and the size of the image is small enough not to
cause a performance hit (in case the application doesn't get ever access
the bits directly).
2008-02-22 11:52:08 +01:00
Alexandre Julliard
42ad345852
winex11: Re-create the client window when setting the pixel format on a top-level window.
2008-02-22 10:40:22 +01:00
Alexandre Julliard
e9307d09a6
winex11: Keep track of the window colormap and free it on destroy.
2008-02-21 20:23:32 +01:00
Alexandre Julliard
23afe2e94c
winex11: Make the BitBlt short-cuts more generic to apply to all possible ROPs.
2008-02-21 20:15:41 +01:00
Dmitry Timoshkov
ae8457e431
winex11.drv: Add an optimized path for BitBlt(SRCINVERT).
2008-02-21 13:15:33 +01:00
Alexandre Julliard
8ee07d49ae
winex11: Re-introduce a separate X11 window for the client area of top-level windows.
2008-02-21 12:53:00 +01:00
Alexandre Julliard
125793df0e
winex11: Move the raising of windows on SetFocus to the X11 driver where it belongs.
2008-02-18 17:22:51 +01:00
Alexandre Julliard
3bd142e907
winex11: Use GetDCHook to retrieve the dce pointer instead of storing it in the physdev structure.
2008-02-18 12:08:55 +01:00
Alexandre Julliard
50dea38178
gdi32: Export the DC hook functions as 32-bit functions.
2008-02-17 20:29:55 +01:00
Christopher Harvey
210363e464
winex11: Added WGL_BIND_TO_TEXTURE_DEPTH_NV to ConvertAttribWGLtoGLX.
2008-02-07 11:59:53 +01:00
Lars-Ake Fredlund
c4041ae815
winex11: Don't create a mapping if X11DRV_PALETTE_VIRTUAL is set.
2008-02-07 11:59:53 +01:00
Alexandre Julliard
e00840cf57
winex11: Only update the virtual screen rect once in xinerama_init to minimize race conditions.
2008-02-06 20:38:20 +01:00
Alexandre Julliard
e14261dbb7
winex11: Use the gdi display when initializing the keyboard to avoid creating a second display connection.
2008-02-06 20:37:41 +01:00
Alexandre Julliard
6a2ac97e0b
winex11: Don't erase the desktop window synchronously on resizes to prevent deadlocks.
2008-02-06 20:36:19 +01:00
Alexandre Julliard
608b2a94ec
winex11: Add a critical section for the palette global variables instead of relying on the GDI lock.
2008-02-05 21:57:23 +01:00
Francois Gouget
f11713aa58
winex11.drv: Add some API documentation stubs to make winapi_check happy.
2008-02-05 12:19:37 +01:00