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
Dmitry Timoshkov
4978194fde
winex11.drv: Fix compilation warnings in 64-bit mode.
2007-05-30 11:55:35 +02:00
Dmitry Timoshkov
ab2934781c
gdi32: Make SetDCHook 64-bit safe.
2007-05-30 11:51:26 +02:00
Andrew Talbot
080635bdeb
winex11.drv: Exclude unused headers.
2007-05-29 12:10:21 +02:00
Dmitry Timoshkov
3c9e7a7f33
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
2007-05-25 20:37:56 +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
Dmitry Timoshkov
130278f34a
winex11.drv: Synchronize debug output between X11DRV_KeyEvent and X11DRV_ToUnicodeEx.
2007-05-21 15:55:51 +02:00
Rob Shearman
ec4be6a258
winex11.drv: Remove an unneeded include.
2007-04-30 12:33:16 +02:00
Andrew Riedi
2c709c59b8
winex11.drv: Add legacy 32-bit cursor support.
2007-04-27 11:43:04 +02:00
Michael Stefaniuc
5f62da109e
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call.
2007-04-25 12:26:07 +02:00
Alexandre Julliard
5c19285da6
winex11.drv: Hack to disable XInitThreads when an XIM is used.
2007-04-13 12:56:01 +02:00
Dan Kegel
c2ae970e60
winex11.drv: GetAsyncKeyState must check mouse buttons, too.
2007-04-13 11:38:03 +02:00
Dmitry Timoshkov
56852a5eac
user32: Windows uses ptMaxTrackSize to set an initial window size not ptMaxSize.
2007-04-06 12:37:53 +02:00
Alexandre Julliard
072698c953
winex11.drv: Store the display file descriptor directly in the server message queue.
...
Get rid of a few WaitForMultipleObjectsEx hacks.
2007-04-04 18:02:53 +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
Andrew Riedi
23e2cb1f59
winex11.drv: Add Xcursor support for 32 bit cursors.
...
Based on patch by Henri Verbeet.
2007-03-28 11:17:13 +02:00
Alexandre Julliard
f143010038
winex11.drv: Relax the bitmap depth check in CreateBitmap to accept some compatible formats.
2007-03-21 15:56:10 +01: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
Andrew Talbot
a33f71a32d
winex11.drv: Replace inline static with static inline.
2007-03-17 20:04:54 +01:00
Louis Lenders
d9445ce76b
winex11.drv: Small spelling fix.
2007-03-14 13:13:52 +01:00
Stefan Huehner
4d1d01f266
Mark several functions as static.
2007-03-13 13:35:12 +01:00
Jan Zerebecki
2db1e421f1
winex11.drv: Add DebugInfo to critical sections.
2007-03-12 13:40:28 +01:00
Stefan Huehner
51a7ca3440
Change some functions arguments from () -> (void).
2007-03-12 12:25:31 +01:00
Andrew Talbot
4b515b6adf
winex11.drv: Replace const pointer parameters with correct non-const pointers.
2007-03-12 12:00:59 +01:00
Alexandre Julliard
9dd1f1e341
Added version information for a number of dlls.
2007-03-07 21:25:16 +01:00
Dmitry Timoshkov
d2092ae2bd
winex11.drv: Do not ignore the keysyms assigned to a group switch, it leads to side effects like missing KeyRelease events.
2007-03-06 12:25:20 +01:00
Aric Stewart
4f944f7f01
winex11.drv: Make sure keyboard state is up to date before processing GetAsyncKeyState.
2007-03-01 20:42:48 +01:00
Tomas Carnecky
24eabb8a46
winex11.drv: Spring cleanup in X11DRV_setup_opengl_visual, and added one new visual config (with aux buffers).
2007-03-01 12:17:34 +01:00
Jan Zerebecki
fbaf31c50f
winex11.drv: Change virtual desktop refresh rate from 0 to 60.
2007-03-01 11:39:09 +01:00
Stefan Dösinger
8b70b91cba
winex11.drv: Ignore depth mismatch when using a virtual desktop.
2007-02-27 12:19:27 +01:00
Pierre d'Herbemont
0e28140ff8
winex11.drv: Check the valid rects after the set_window_pos wineserver call.
2007-02-26 15:55:13 +01:00
Jan Zerebecki
85d9b0249f
winex11.drv: Set the refresh rate for NoRes to 60 instead of 0.
2007-02-23 11:24:29 +01:00
Francois Gouget
3e6aa43229
winex11.drv: Catch and report screen resolution change errors.
2007-02-23 11:24:16 +01:00
Ken Thomases
44c2db175b
winex11.drv: Pass correct coords into X11DRV_InternalFloodFill.
...
The (x,y) should be relative to the XImage, not the drawable. The (xOrg,yOrg)
is what should be relative to the drawable. This fixes a crash when XGetPixel
tried to access memory outside the XImage's buffer.
2007-02-21 19:48:39 +01:00
Dmitry Timoshkov
ac3646cc08
winex11.drv: Clients should pass only KeyPress events to XmbLookupString.
2007-02-21 15:21:14 +01:00
Dmitry Timoshkov
e35db3408b
user32: Add traces to the cursor APIs.
2007-02-21 10:55:01 +01:00
Marcus Meissner
f4d7b4444c
winex11.drv: Small fixes.
2007-02-19 12:36:33 +01:00
Alexandre Julliard
5fce682f41
winex11.drv: Added a check for the ATI driver corrupting %fs.
...
Based on a patch by Lei Zhang.
2007-02-14 18:18:07 +01:00
Alexandre Julliard
34c5104bcc
winex11.drv: We still have to flush the display after mapping a window.
...
The Photoshop splash screen needs this.
2007-02-13 17:17:26 +01:00
Vitaliy Margolen
abcbcc35da
winex11.drv: Popup windows with system menu are managed.
2007-02-13 17:16:54 +01:00
Andrew Talbot
a9446b9c5c
winex11.drv: Remove unused items.
2007-02-08 11:55:44 +01:00
Vitaliy Margolen
8e52754226
winex11drv: Do extra error checking when opening XInput device.
2007-02-07 11:34:13 +01:00
Marcus Meissner
3afd7282bd
winex11.drv: Removed dead code (Coverity).
2007-02-06 14:59:40 +01:00
Dmitry Timoshkov
65681a0e18
user32: Add the tests for minimize/restore MDI child sequence, fix some failures.
2007-02-05 21:04:20 +01:00
Dmitry Timoshkov
0fcc10fc3c
user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size.
2007-02-05 14:01:49 +01:00
Andrew Talbot
e463110e22
winex11.drv: Declare variable signed to accept possible negative return value (Coverity).
2007-02-05 12:33:10 +01:00
Ken Thomases
a790ff5568
winex11.drv: Copy the GL extensions string because it may be freed.
2007-01-25 11:06:21 +01:00
Dmitry Timoshkov
635bb11049
winex11.drv: Fix the typos in the fullscreen state debug trace.
2007-01-15 12:44:24 +01:00
Francois Gouget
c255bf4676
xrandr: Small X11DRV_XRandR_(Get|Set)CurrentMode() code optimisations.
2007-01-12 12:33:40 +01:00
Dmitry Timoshkov
f6702ec4af
winex11.drv: Force the fullscreen state update once the window is mapped.
2007-01-10 11:58:56 +01:00
Vitaliy Margolen
edd84eedc8
winex11drv: Change FIXME to WARN in X11DRV_GetKeyNameText.
2007-01-08 21:13:31 +01:00
Vitaliy Margolen
c3dc692b20
winex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv.
2007-01-06 11:40:46 +01:00
Dmitry Timoshkov
d57dc9da0a
user32: Fix some failures in the MDI message test.
2007-01-04 21:12:26 +01:00
Roderick Colenbrander
e4eac235f1
wgl: Fix piAttributes NULL crash.
2007-01-04 09:55:36 +01:00
Roderick Colenbrander
86d4a9e078
winex11.drv: Remove get_drawable.
2007-01-02 12:08:30 +01:00
Roderick Colenbrander
1b3fec9699
winex11.drv: Remove desktop double buffering option.
2007-01-02 12:08:11 +01:00
Dmitry Timoshkov
92faf7aa96
user32: Make more ShowWindow tests pass under Wine.
2007-01-01 17:15:30 +01:00
Dmitry Timoshkov
0995a6ea43
winex11.drv: Fix the regression caused by a previous change.
2007-01-01 17:03:18 +01:00
Vitaliy Margolen
291d7e05ce
winex11drv: Make dxgrab global.
2006-12-29 20:54:46 +01:00
Roderick Colenbrander
8da7b13343
wgl: Fix wglGetPixelFormatAttribiv bug.
2006-12-28 12:18:50 +01:00
Dmitry Timoshkov
910660253b
user32: Add a message test for various ShowWindow() calls, fix some failures.
2006-12-22 11:52:13 +01:00
Roderick Colenbrander
c026faaeed
winex11.drv: pbuffer detection.
2006-12-20 12:31:04 +01:00
Ulrich Czekalla
b2f33ffbbb
winex11.drv: Don't crash when called with a NULL gl context.
2006-12-20 12:30:49 +01:00
Juris Smotrovs
00982465c4
user32: Extend the support for SWP_STATECHANGED for all windows.
2006-12-19 16:58:24 +01:00
Vitaliy Margolen
7de64a3ab8
winex11drv: Return cached cursor_pos in GetCursorPos().
2006-12-19 12:39:08 +01:00
Ulrich Czekalla
4d8135e0c8
winex11.drv: Avoid grabbing syslevel locks in the wrong order.
2006-12-15 13:43:14 +01:00
Dmitry Timoshkov
6c73f7395b
user32: Add support for the VK_APPS (Menu) key.
2006-12-15 12:20:05 +01:00
Vitaliy Margolen
1d9ea46cd4
user32: ClipCursor should use virtual screen resolution for empty/invalid rects.
2006-12-14 21:13:15 +01:00
Vitaliy Margolen
ff721806ca
winex11.drv: Update cached cursor position after calling hook.
2006-12-13 16:17:04 +01:00
Vitaliy Margolen
b13681797a
winex11.drv: Only events with MOUSEEVENTF_MOVE flag should change mouse position.
2006-12-13 16:16:12 +01:00
Alexandre Julliard
aa25e2938c
winex11.drv: Fixed computation of viewport and scissor position.
2006-12-12 21:07:39 +01:00
Pierre d'Herbemont
221b044740
user32: Factorize graphics driver SetParent into user32.
2006-12-12 20:38:32 +01:00
Alexandre Julliard
fdcd9859b4
winex11.drv: Get rid of the display pointer in the GL context.
2006-12-12 18:23:34 +01:00
Alexandre Julliard
6e01e4aa51
opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
...
This causes lock inversions when the driver accesses the DC.
2006-12-12 18:21:01 +01:00
Ulrich Czekalla
715d0e8409
winex11.drv: Correctly position and clip opengl child windows.
2006-12-12 17:28:12 +01:00
Alexandre Julliard
0ab5590479
winex11.drv: Get rid of the unused set_drawable function.
2006-12-12 15:37:32 +01:00
Alexandre Julliard
21635133fb
winex11.drv: Implemented DESKTOPHORZ/VERTRES device caps.
2006-12-12 14:59:55 +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
e7b9a5f166
winex11.drv: Remove unused PropertyAliasMap variable.
2006-12-12 12:14:38 +01:00
Roderick Colenbrander
055f8712b4
wgl: Make the WGL code independant of the number of supported pixel formats.
2006-12-11 14:38:08 +01:00
Chris Robinson
9da10277ce
wgl: Properly handle GLX_DRAWABLE_TYPE queries.
2006-12-11 14:36:39 +01:00
Chris Robinson
34c40097a5
wgl: Implement wglGetPixelFormatAttribfvARB.
2006-12-07 14:05:58 +01:00
Chris Robinson
28c2ebb937
wgl: Fix for missing NV GLX extension.
2006-12-06 11:42:24 +01:00
Roderick Colenbrander
900094cbfe
wgl: Cleanup wglMakeCurrent.
2006-12-06 11:34:50 +01:00
Chris Robinson
b4f0adbf96
wgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX receives an invalid pixel format.
2006-12-04 12:39:04 +01:00
Roderick Colenbrander
7466390143
wgl: (W)GL_NV_vertex_array_range.
2006-12-04 12:23:26 +01:00
Tomas Carnecky
9d1686c8c5
winex11.drv: Don't update the key state table in mouse related functions.
2006-12-01 13:16:15 +01:00
Roderick Colenbrander
eb0350bb1b
wgl: Relax the pixel format attribute conversion code a bit.
2006-12-01 12:26:58 +01:00
Pierre d'Herbemont
d208ad82dd
winex11.drv: Fix SetWindowPos parameters in the spec file.
2006-11-30 12:26:03 +01:00
Pierre d'Herbemont
e5e58a6b13
user32: Factorize driver's SetWindowPos in user32.
2006-11-29 14:05:33 +01:00
Dmitry Timoshkov
0bde8135fc
winex11.drv: Make some data const.
2006-11-29 12:37:31 +01:00
Alexandre Julliard
d5ee62342a
winex11.drv: Don't use the specified DC when mapping RGB colors for a DIB.
...
The DC palette only matters for DIB_PAL_COLORS.
2006-11-27 17:04:19 +01:00
Andrew Talbot
4659870d0d
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:52 +01:00
Andrew Talbot
c8e64830f9
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:52 +01:00
Andrew Talbot
3be7b8b64c
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:51 +01:00
Vitaliy Margolen
b417435744
winex11drv: State of side mouse buttons (X-buttons) is not returned from XQueryPointer.
2006-11-27 17:03:51 +01:00