Alexandre Julliard
9d237f97fc
winex11: Add a helper function to check a motion event against the serial number.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-01 17:42:01 +09:00
Sebastian Lackner
7ffbd0e1f4
winex11.drv: Fix specfile entry for X11DRV_ScrollDC.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-29 12:46:22 +09:00
Alexandre Julliard
c7c1fb5eab
winex11: Flush the output of a flushed surface right away.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-27 20:53:31 +09:00
Nikolay Sivov
a6a20ccc3c
winex11: Simplify XGetWindowProperty return code checks (Clang).
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-26 13:19:43 +09:00
Alexandre Julliard
9f5147e08f
winex11: Fix a copy&paste typo in the initial position of a window.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-23 23:35:17 +09:00
Piotr Caban
a19fe8d9c8
winex11.drv: Don't call IDropTarget::{DragOver,DragLeave,Drop} functions if DragEnter fails.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-20 20:28:54 +09:00
Piotr Caban
701bb45203
winex11.drv: Inform x11 that we're interested in drop if windows expects WM_DROPFILES message.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-20 20:28:54 +09:00
Piotr Caban
5dad16510d
winex11.drv: Send WM_DROPFILES if IDropTarget_Drop failed or DROPEFFECT_NONE was set.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-20 20:28:54 +09:00
Alexandre Julliard
aaa7f2ca5a
winex11: Make OpenGL traces more compact and readable.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-18 23:05:45 +09:00
Alexandre Julliard
ef9c0cecc5
winex11: Always create direct rendering OpenGL contexts.
...
Indirect rendering is no longer supported nowadays.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-18 15:36:41 +09:00
Nikolay Sivov
3e59d59ab5
winex11: Remove tracing function that was never used.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-16 17:13:44 +09:00
Alex Henrie
6479e32cf0
winex11: Avoid double initialization of variables in OpenGL functions.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-05 20:22:37 +09:00
Alex Henrie
e5d4d91871
winex11: Make color cubes as big as possible.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-02 23:02:22 +09:00
Alex Henrie
fb90e1b673
winex11: Initialize the length of each side of the color cube to 1.
...
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-02 23:02:21 +09:00
Anton Baskanov
18dc14ed9a
gdi32: Return default palette entries from GetSystemPaletteEntries for non-palette-based devices.
...
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-21 19:19:09 +09:00
Jactry Zeng
c2dc6f3ef2
winex11: Implement FlashWindowEx.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-13 23:35:27 +09:00
Thomas Faller
587733855b
winex11.drv: Fix use of uninitialized memory.
2015-10-01 23:14:39 +09:00
Gerald Pfeifer
2b42ddf68a
winex11: Make a constant unsigned to avoid shift overflow in get_locale_kbd_layout.
2015-09-02 18:33:46 +09:00
Nikolay Sivov
7889b17425
gdi32: Added GetFontRealizationInfo() export.
2015-09-01 19:28:16 +09:00
Thomas Faller
8c1c7d19fe
winex11.drv: Fix uninitialized memory.
2015-08-28 13:15:18 +09:00
Damjan Jovanovic
3f99e71fde
winex11: Use the correct drop effect for WM_DROPFILES.
...
Tests show that on Windows, for a window to indicate it will accept a
file drop or to actually accept it, it must have WS_EX_ACCEPTFILES in
its style, contain DROPEFFECT_COPY (which will be chosen if offered
among several drop effects), and be offered the HDROP format.
2015-08-07 14:25:24 +09:00
Damjan Jovanovic
b78a9f1aa1
winex11: Only send WM_DROPFILES if there is no drop target.
...
Windows doesn't send WM_DROPFILES to a window if a drop target is
registered on that window. Some apps that support both even duplicate
dropped files if we send it and a drop target is registered.
2015-08-07 14:25:01 +09:00
Sebastian Lackner
0f3fa3965b
winex11: Initialize thread data in clip_cursor_notify.
2015-08-05 23:42:42 +09:00
Vincent Povirk
ce409c01d5
winex11.drv: Don't change net_wm maximized state for minimized windows.
...
In Win32, minimized windows are generally not considered maximized,
but restoring a minimized window that had been maximized returns it to
the maximized state.
In X11, at least with some window managers (I tested metacity and
gnome shell), the maximized state is meaningful for minimized windows.
If we remove the net_wm maximized state from windows we minimize, they
will still be unmaximized when the WM restores them.
2015-07-20 06:30:48 +02:00
Dmitry Timoshkov
a02c3ae759
winex11.drv: On KeymapNotify event also sychronize WinKey state.
2015-07-14 14:40:59 +09:00
Vincent Povirk
3d8353fe18
winex11.drv: Track external changes to _NET_WM_STATE in net_wm_state.
...
In some cases, WM's will modify the _NET_WM_STATE of our own windows.
Most notably, this can happen when the WM maximizes our window, but
mutter has been known to alter the fullscreen state as well. If we
want to reconfigure our window later, we'll probably have to remove
these states, which means we need to remember that they were set.
2015-07-02 20:38:54 +09:00
Dmitry Timoshkov
bd24842eba
winex11: Don't call ExcludeUpdateRgn for a window with WS_CLIPCHILDREN style.
2015-07-01 22:56:40 +09:00
Nikolay Sivov
c0af3fad4e
winex11: Remove unreachable XFreePixmap(), mask_pixmap is always NULL on failure (Coverity).
2015-06-03 19:55:12 +09:00
Alexandre Julliard
070a82e743
user32: Merge the AcquireClipboard and EmptyClipboard driver entry points.
2015-06-03 18:46:53 +09:00
Alexandre Julliard
b7c340de73
user32: Get rid of the unused parameter in the EmptyClipboard driver entry point.
2015-06-03 18:46:53 +09:00
Huw Davies
10556c25e4
winex11: Fix ctrl-<symbol> to generate codes below 0x20 where necessary.
2015-05-28 22:44:11 +09:00
Indrek Altpere
68e1fdf999
winex11: Fix uninitialized memory access appearing in multiple tests (Valgrind).
2015-05-28 22:44:07 +09:00
Alexandre Julliard
6fec7d658b
winex11: Remove unnecessary CLIPBOARDINFO structure.
2015-05-04 18:30:39 +09:00
Vincent Povirk
14eff7b92a
winex11.drv: Report failure when we can't convert a selection.
2015-05-04 16:37:22 +09:00
Francois Gouget
3adc91f3fc
winex11.drv: Remove unneeded NONAMELESSXXX directives.
2015-04-01 14:13:09 +09:00
Alexandre Julliard
86748a8480
winex11: Cleanup system tray icons when their owner is destroyed instead of polling.
2015-03-27 20:40:36 +09:00
Jinhui Chen
366ed5495c
winex11.drv: Fix row-resize/col-resize mapping to X cursor.
2015-03-25 19:44:33 +09:00
Francois Gouget
c223994b7a
winex11.drv: Make X11DRV_XROPfunction static.
2015-03-16 15:03:39 +09:00
Damjan Jovanovic
1a20050826
winex11.drv: Support XDnD version 5.
2015-03-03 18:12:46 +09:00
Sebastian Lackner
7714efe213
winex11: Only enable XInput2 cursor warp workaround if necessary.
...
Based on a patch by Patrick Rudolph.
2015-02-27 15:06:24 +09:00
Marcus Meissner
ab854893aa
winex11.drv: Free uriList (Coverity).
2015-02-16 19:18:45 +09:00
Michael Stefaniuc
f256e1476c
winex11.drv: Remove an unused assignment (PVS-Studio).
2015-01-23 15:32:59 +01:00
Erich E. Hoover
8e9e4a657f
winex11.drv: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes.
2015-01-22 21:35:22 +01:00
Piotr Caban
e7cba8f0dc
winex11.drv: Don't resize hidden windows on ConfigureNotify event.
2015-01-08 13:58:29 +01:00
Francois Gouget
b1ac59b9e9
winex11.drv: Make X11DRV_PALETTE_ComputeColorShifts() static.
2015-01-05 20:17:08 +01:00
André Hentschel
3bddfebe99
winex11.drv: Remove unused code (Clang).
2014-12-04 14:03:22 +01:00
Matteo Bruni
7ba434b4fa
winex11.drv: Add support for GLX_OML_swap_method.
2014-11-11 14:20:48 +09:00
Matteo Bruni
3ac85842d3
winex11.drv: Actually report WGL_SWAP_EXCHANGE_ARB as the swap method.
2014-11-11 14:20:39 +09:00
Gerald Pfeifer
b0e508a9d3
winex11.drv: Remove wxr_color_shifts.
2014-08-21 12:24:10 +02:00
Gerald Pfeifer
fe79e62a9f
winex11.drv: Remove colour_is_brighter.
2014-08-21 12:23:45 +02:00
Damjan Jovanovic
c60d6c46bf
winex11.drv: Allow the clipboard to copy files to other X11 apps.
2014-07-18 19:13:34 +02:00
Damjan Jovanovic
846a8f6c8d
winex11.drv: Translate the WM_DROPFILES point into client coordinates whenever possible.
2014-07-18 19:06:43 +02:00
Damjan Jovanovic
f2f8d187e4
winex11.drv: Don't memcpy() over the DROPFILES point just after setting it.
2014-07-18 19:05:30 +02:00
Damjan Jovanovic
04d8b325bf
winex11.drv: Fix a GlobalLock() reference leak.
2014-07-18 19:05:13 +02:00
Vincent Povirk
5e5a9d6f93
winex11: Leave fullscreen state alone when minimizing.
2014-07-11 17:02:15 +02:00
Damjan Jovanovic
026fe4d08e
winex11.drv: Migrate importing text/uri-list XDND selections to the clipboard.
2014-06-13 16:02:47 +02:00
Damjan Jovanovic
a58c220d9b
winex11.drv: Store XDND cached data in global memory objects.
2014-06-13 16:02:43 +02:00
Damjan Jovanovic
c2f73b9780
winex11.drv: Import text/plain XDND selections through the clipboard.
2014-06-13 16:02:38 +02:00
Damjan Jovanovic
b6d0df6a31
winex11.drv: Use the clipboard to import text/html XDND selections.
2014-06-12 18:09:41 +02:00
Damjan Jovanovic
e339e0d476
winex11.drv: Use the clipboard functions and formats to import selections that XDND doesn't support.
2014-06-12 18:09:34 +02:00
Damjan Jovanovic
8e32b5f887
winex11.drv: Use the global memory functions to allocate the memory for STGMEDIUM's hGlobal.
2014-06-12 18:09:30 +02:00
Damjan Jovanovic
a8499c0803
winex11.drv: Don't bother counting how many XDND selections are converted.
2014-06-12 18:09:26 +02:00
Damjan Jovanovic
d0360402f0
winex11.drv: text/html should be imported as CF_HTML ("HTML Format"), not CFSTR_INETURL ("UniformResourceLocator").
2014-06-12 18:09:23 +02:00
Ken Thomases
351fae1206
winex11: Consolidate duplicate code from glxdrv_wglSetPixelFormat() and X11DRV_wglSetPixelFormatWINE().
2014-05-06 15:45:12 +02:00
Damjan Jovanovic
f0a91c0248
winex11: Fix a WM_DROPFILES memory ownership ambiguity.
2014-05-06 15:45:11 +02:00
Alexandre Julliard
6a0f3df68c
user32: Don't bother returning a value from the SetWindowRgn driver entry point.
2014-05-01 12:31:14 +02:00
Ken Thomases
3e09763835
winex11: Remove dead store into win_gravity in get_window_attributes().
2014-04-21 10:42:18 +02:00
Eriks Dobelis
235100bb72
wintab: Initialize lcOutExtX and Y values.
2014-04-01 13:31:02 +02:00
Eriks Dobelis
2de64560fe
wintab: Fix incorrectly classifying cursor as stylus instead of eraser.
2014-04-01 13:31:01 +02:00
Ken Thomases
809166def7
winex11: Remove set-but-never-read hwnd and fbconfig_id fields of struct x11drv_escape_set_drawable.
2014-04-01 10:44:57 +02:00
Ken Thomases
4325ecdca8
winex11: Maintain the swap interval when the drawable is recreated.
...
The swap interval is a property of the GLX drawable, which is destroyed and
recreated by set_gl_drawable_parent() and wglSetPixelFormatWINE(). When that
happens, copy the interval from the old gl_drawable and apply it at the next
call to wglSwapBuffers().
2014-04-01 10:44:34 +02:00
Ken Thomases
eb235b6b98
winex11: Remove unused "parent" parameter from create_gl_drawable().
2014-03-21 11:17:32 +01:00
Ken Thomases
6696e7d9e1
winex11: Don't reset OpenGL swap interval of window on SetParent().
2014-03-21 11:17:23 +01:00
Aric Stewart
7a907f1fd7
imm32: Add IME_CMODE_FULLSHAPE to conversion mode.
2014-03-12 10:42:29 +01:00
Ken Thomases
eef81f5ecc
winex11: Don't leak client window and colormap when pixel format is changed.
2014-03-11 19:39:23 +01:00
André Hentschel
a35b41acaa
winex11: Use boolean return values in boolean function.
2014-01-30 14:51:38 +01:00
Alexandre Julliard
754b65062e
configure: Merge the X_LIBS and XLIB variables.
2014-01-30 14:51:32 +01:00
Alexandre Julliard
8aa64e3580
configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles.
2014-01-30 12:42:56 +01:00
Sebastian Lackner
f3568a5e12
winex11: Catch invalid values from broken QX11EmbedContainer implementations.
2014-01-27 14:13:29 +01:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Frédéric Delanoy
5ba7f79bad
Assorted spelling fixes.
2013-12-03 19:41:53 +01:00
Frédéric Delanoy
323bec99b3
winex11.drv: Use BOOL type where appropriate.
2013-11-29 13:32:46 +01:00
Sebastian Lackner
2e0ca3e746
winex11: Send XEMBED_REQUEST_FOCUS request for embedded windows.
2013-11-19 19:03:40 +01:00
Sebastian Lackner
df6dc091e6
winex11: Implement additional XEMBED events.
2013-11-11 20:06:56 +01:00
Rico Schüller
2fa9b7ebb5
opengl32: Use opengl xml registry files.
2013-11-05 20:38:21 +01:00
Alexandre Julliard
7cc272cdef
winex11: Use an init once function to register IME classes.
2013-10-22 10:25:28 +02:00
Alexandre Julliard
fdde51580d
winex11: Clear the thread data explicitly on detach.
2013-10-16 19:45:52 +02:00
Alexandre Julliard
13149b67d3
explorer: Create the driver desktop window after the window handle is created.
2013-10-16 12:13:50 +02:00
Alexandre Julliard
0f03f264b7
winex11: Add a helper function to return the primary monitor rectangle.
2013-10-14 17:26:14 +02:00
Alexandre Julliard
9f1f29cc91
winex11: Add a helper function to return the virtual screen rectangle.
2013-10-14 17:26:14 +02:00
Alexandre Julliard
0b71e0bf12
winex11: Add helper functions for converting between root and virtual screen coords.
2013-10-14 17:26:13 +02:00
Frédéric Delanoy
387fafd39e
winex11.drv: Use BOOL type where appropriate.
2013-10-09 10:08:54 +02:00
Sebastian Lackner
4e9646a7f7
winex11: Call sync_context for DC_GL_CHILD_WIN drawables before swapping buffers.
2013-10-02 13:03:19 +02:00
Frédéric Delanoy
ff7fc1fd45
winex11.drv: Use BOOL type where appropriate.
2013-10-02 11:06:39 +02:00
Sebastian Lackner
e915cfd4e7
winex11: Call destroy_gl_drawable before destroying the window.
2013-09-30 20:36:33 +02:00
Sebastian Lackner
5fb74c48d1
winex11: Added missing release_win_data() to create_foreign_window().
2013-09-25 11:54:52 +02:00
Michael Stefaniuc
5fd4f943dc
winex11.drv: Avoid using CONST.
2013-09-24 12:58:03 +02:00
Akihiro Sagawa
310a3b1d11
winex11.drv: Fix empty glyph handling.
2013-09-23 20:32:24 +02:00
Ken Thomases
cf973bd28d
winex11: Don't trace a garbage value or read past end of caller's array in X11DRV_wglChoosePixelFormatARB().
2013-09-20 14:11:24 +02:00
Roderick Colenbrander
af58ccebba
winex11: Support GLX_MESA_swap_control for WGL_EXT_swap_control.
2013-09-18 13:14:47 +02:00
Rafał Mużyło
bb50d6fd95
configure: Don't use X_PRE_LIBS.
2013-09-05 13:21:58 +02:00
Roderick Colenbrander
dee3418d3a
winex11: Support WGL_EXT_swap_control_tear.
2013-09-04 16:27:29 +02:00
Roderick Colenbrander
e95e77a19f
winex11: Refactor wglSwapIntervalEXT for use with glXSwapIntervalEXT.
...
In preparation for WGL_EXT_swap_control_tear support, transition to using glXSwapIntervalEXT.
2013-09-04 16:27:25 +02:00
Alexandre Julliard
cf380c9c67
winex11: Use a InitOnce function to initialize GDI device parameters.
2013-08-29 19:56:18 +02:00
Charles Davis
d8cd280579
winex11.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string.
2013-08-16 11:55:24 +02:00
Ričardas Barkauskas
cde84a7bcc
winex11.drv: When skipping unknown attribute also skip its value.
2013-07-02 11:09:30 +02:00
Austin English
44e69805e9
winex11.drv: Print the architecture when showing driver problems.
2013-06-27 13:38:53 +02:00
Alexandre Julliard
ba54de6ed5
winex11: Don't use a surface if there is a client window.
...
We can't get clipping right for child windows if using a surface.
2013-06-11 18:07:42 +02:00
Matteo Bruni
667bd327be
winex11.drv: Fix wglCreateContextAttribsARB's attributes handling for real.
2013-05-31 16:39:19 +02:00
Roderick Colenbrander
1f47580e9c
winex11: Store opengl swap interval with gl_drawable.
2013-05-23 19:02:59 +02:00
C John Klehm
d2ab8e454e
winex11.drv: Add pen to tablet stylus detection whitelist.
2013-05-16 12:11:19 +02:00
Sam Edwards
3a5eef4eed
winex11: Cache XRandR 1.2 display mode.
2013-05-13 11:05:13 +02:00
Sam Edwards
3fc2bccac2
winex11: Cache XRandR 1.0 display mode.
2013-05-13 11:05:10 +02:00
Henri Verbeet
76bbf106a2
winex11: Move the desktop process check from X11DRV_ClipCursor() to grab_clipping_window().
...
We don't want to clip in the desktop process, but we still need it to call
ungrab_clipping_window() if the process that was previously clipping didn't.
This can happen for example when fullscreen clipping is enabled, but the
corresponding window isn't explicitly destroyed before process exit.
2013-04-25 11:47:39 +02:00
Henri Verbeet
5206e512e2
winex11: Don't ignore hShareContext in X11DRV_wglCreateContextAttribsARB().
2013-04-23 15:35:07 +02:00
Matteo Bruni
d62e5874a9
winex11.drv: Print the error in wglCreateContextAttribsARB() when context creation fails.
2013-04-22 17:55:49 +02:00
Alexandre Julliard
04ad06353d
user32: Move the common parts of ScrollDC into user32 and the null driver.
2013-04-19 16:16:16 +02:00
Matteo Bruni
6118676c20
winex11.drv: Fix attributes conversion in wglCreateContextAttribsARB().
2013-04-11 19:32:28 +02:00
Alexander Monakov
7d61c7b158
winex11.drv: Simplify test for pbuffer availability.
2013-04-01 13:17:34 +02:00
Alexandre Julliard
c2d53af33b
winex11: Don't use uninitialized variables (Coverity).
2013-03-26 17:15:53 +01:00
Andrew Talbot
0ff8c9da52
winex11.drv: Avoid signed-unsigned integer comparisons.
2013-03-06 11:43:06 +01:00
Alexandre Julliard
4391deb930
winex11: Wait for the client window to be created on the server side.
2013-03-04 13:34:28 +01:00
Alexandre Julliard
f15a5ff70f
winex11: Explicitly set the border pixel when creating the client window.
2013-03-04 13:34:11 +01:00
Alexandre Julliard
76b8612c3e
winex11: Preserve the client window when changing the window visual.
2013-02-13 17:19:40 +01:00
Alexandre Julliard
ca5746ad1a
server: Also exclude the top-level client rectangle for windows that have a pixel format.
2013-02-11 17:08:19 +01:00
Alexandre Julliard
bdfab8cd88
winex11: Ignore color key and exposures when using the null surface.
2013-02-11 11:46:12 +01:00
Alexandre Julliard
a73c5d5c81
explorer: Return a simple boolean instead of a window in the wine_create_desktop entry point.
2013-02-06 12:50:04 +01:00
Dmitry Timoshkov
c7d33e1d44
gdi32: Add support for 16-bit QUERYESCSUPPORT queries.
2013-02-05 10:54:23 +01:00
Gerald Pfeifer
e835f034fb
winex11: Push down variable attrib down in create_gl_drawable.
2013-01-28 15:34:48 +01:00
Alexandre Julliard
8373f8b6f6
winex11: Handle Expose events on top-level client windows.
2013-01-23 19:09:29 +01:00
Alexandre Julliard
951415b602
winex11: Store the client window in the window data again, now that it can be accessed from all threads.
2013-01-23 19:06:32 +01:00
Alexandre Julliard
77af9035d8
winex11: Fallback to the standard cursor font when XCursor is missing.
2013-01-17 15:33:09 +01:00
Alexandre Julliard
ae0ae4b9ba
winex11: Check the bpp instead of the depth in the R8G8B8 format test.
2013-01-17 14:36:51 +01:00
Vincent Povirk
9dcc21e3e7
winex11.drv: Don't join INCR data until the transfer finishes.
2013-01-15 12:09:43 +01:00
Vincent Povirk
47217eaa83
winex11.drv: Flush property notify events before deleting properties.
2013-01-04 12:00:15 +01:00
Vincent Povirk
4013dc85e9
winex11.drv: Select property change events on selection request windows.
2013-01-04 12:00:08 +01:00
Alexandre Julliard
defcfde17c
winex11: Add an option to disable shaping of layered window to work around compositor bugs.
2013-01-02 18:09:34 +01:00
Andrew Talbot
9acc966688
winex11.drv: Indentation fix.
2012-12-24 13:30:11 +01:00
Alexandre Julliard
91ebca2bf1
winex11: Send WM_ENTERSIZEMOVE when starting to poll for a window move/resize.
2012-12-11 15:49:04 +01:00
Alexandre Julliard
ed47a507d0
winex11: Send WM_EXITSIZEMOVE when the mouse has been released.
2012-12-10 20:30:29 +01:00
Alexandre Julliard
b057c5f140
gdi32: Fix handling of font orientation in advanced graphics mode.
2012-12-10 17:36:23 +01:00
Alexandre Julliard
b4ef8a0ee1
winex11: Support caching glyphs by character code and not only by glyph index.
2012-12-05 17:46:24 +01:00
Michael Stefaniuc
563ed3abde
winex11.drv: Remove superfluous function pointer casts.
2012-12-04 10:54:43 +01:00
Alexandre Julliard
8e65485732
winex11: Fall back to normal expose processing for areas outside of the surface region.
2012-12-03 18:24:44 +01:00
Alexandre Julliard
aa85f33c31
winex11: Store a copy of the surface region.
2012-12-03 18:24:43 +01:00
Michael Stefaniuc
abf4250c72
winex11.drv: The winediag debug channel is only used for HAVE_XRRGETSCREENRESOURCES.
2012-11-30 19:12:16 +01:00
Andrew Talbot
00360e7c03
winex11.drv: Remove unused variable.
2012-11-29 00:15:48 +01:00
Alexandre Julliard
e2da590a85
winex11: Don't bother waiting for XShmPutImage to finish.
2012-11-28 14:40:13 +01:00
Huw Davies
2232fef56c
winex11: Add a few 'fall through' comments.
2012-11-27 17:00:16 +01:00
Henri Verbeet
8776e1c0e1
winex11: Detect broken NVIDIA RandR setups.
2012-11-26 11:51:18 +01:00
Alexandre Julliard
67d16ddee3
winex11: Move the screen saver support to a new SystemParametersInfo entry point.
2012-11-15 21:21:50 +01:00
Alexandre Julliard
e5b18af9e8
winex11: Avoid using the system GL headers.
2012-11-07 18:12:03 +01:00
Alexandre Julliard
548e126454
winex11: Store the anti-aliasing flags in the device instead of the font cache.
2012-11-05 16:48:47 +01:00
Alexandre Julliard
11875bf40a
winex11: Use the default anti-aliasing parameters from gdi32.
2012-11-05 16:25:48 +01:00
André Hentschel
574cf27f2a
winex11: Avoid memory leaks (coverity).
2012-11-05 11:11:37 +01:00
Alexandre Julliard
9cdb0e1ca6
gdi32: Disable anti-aliasing when necessary in the various drivers.
2012-11-02 16:41:26 +01:00
Alexandre Julliard
6164d533a9
gdi32: Add a parameter to return anti-aliasing flags in the SelectFont driver entry point.
2012-11-02 16:41:21 +01:00
André Hentschel
585a66a463
winex11: Avoid memory leaks (coverity).
2012-10-31 16:12:27 +01:00
Alexandre Julliard
3ad40bf647
winex11: Delay mapping a layered window until its attributes are set.
2012-10-29 14:39:55 +01:00
Henri Verbeet
f08854ac3d
winex11: Avoid depending on ddraw.h.
2012-10-25 22:29:04 +02:00
Alexandre Julliard
0eef9075f3
winex11: Ignore WM_PAINT for layered system tray icons.
2012-10-25 11:54:09 +02:00
Alexandre Julliard
f950f41bfe
Revert "winex11: Refuse to set the pixel format for HWND_MESSAGE windows."
...
This reverts commit 53806917a3
.
Tests show that this is allowed.
2012-10-23 16:39:32 +02:00
Alexandre Julliard
900b5f4b79
winex11: Remove some remainders of the ddraw HAL support.
2012-10-22 14:36:31 +02:00
Ken Thomases
60c60ece80
winex11: Fix name of extension WGL_NV_render_texture_rectangle.
2012-10-22 11:34:07 +02:00
Alexandre Julliard
5fae649bdf
winex11: Never use a surface for embedded windows, even for the parents.
2012-10-21 12:18:28 +02:00
Alexandre Julliard
64aed7c5be
winex11: Don't delete the DC if it's not for a valid pbuffer.
2012-10-18 19:19:42 +02:00
Alexandre Julliard
0f71ff281f
winex11: Get rid of the __wine_x11_managed property.
2012-10-15 16:19:09 +02:00
Alexandre Julliard
0bc93684f0
winex11: Move the icon window off-screen for managed windows.
2012-10-15 16:17:22 +02:00
Alexandre Julliard
710858abee
winex11: Remove the no longer needed GetAsyncKeyState entry point.
2012-10-15 15:25:01 +02:00
Marcus Meissner
c9bd05d89e
winex11.drv: Free bitmap info after being done (Coverity).
2012-10-15 13:31:05 +02:00
Alexandre Julliard
fad3ca07e6
winex11: Don't return an alpha channel for DIBs read from the screen.
2012-10-10 20:34:09 +02:00
Alexandre Julliard
76272e0773
gdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB doesn't have an alpha channel.
2012-10-10 20:34:08 +02:00
Alexandre Julliard
c6e0daa200
winex11: Recreate the GL drawable when changing the window parent.
2012-10-10 20:33:54 +02:00
Alexandre Julliard
47983d819f
winex11: Create a surface even for OpenGL windows, to allow painting the non-client area.
2012-10-10 18:56:53 +02:00
Alexandre Julliard
cc7bf355c5
user32: Add support for setting the window surface visible region.
2012-10-09 15:22:56 +02:00
Alexandre Julliard
20768173ba
server: Add flags in the set_window_pos request to inform the server about the window surface.
2012-10-09 15:22:14 +02:00
Henri Verbeet
32125fe65e
winex11: Don't send SC_RESTORE when a maximized window switches to fullscreen.
2012-10-04 14:11:29 +02:00
Alexandre Julliard
2500e21a90
winex11: Hold a reference to the surface in UpdateLayeredWindow.
2012-10-04 10:34:41 +02:00
Alexandre Julliard
e41a482890
user32: Add a Wine-specific entry point to set the pixel format of a window.
2012-10-03 23:08:22 +02:00
Alexandre Julliard
3d73e0a357
winex11: Add a helper function to get a pixel format index.
2012-10-03 23:01:19 +02:00
Alexandre Julliard
5a9de7a498
winex11: Use the XShm extension to copy window surfaces.
2012-10-03 15:37:07 +02:00
Alexandre Julliard
70a511739e
winex11: Maintain a separate copy of the surface image bits when we need byte swapping.
2012-10-03 15:24:21 +02:00
Alexandre Julliard
219e2a3545
winex11: Split copy_image_bits into a couple of helper functions.
2012-10-03 14:32:54 +02:00
Alexandre Julliard
37f36b7326
winex11: Don't try to change the window visual if we don't have a valid ARGB visual.
2012-10-03 11:19:39 +02:00
Alexandre Julliard
6f3b097a20
winex11: Fix a typo in the surface region computation with an alpha channel.
2012-10-03 11:19:39 +02:00
Alexandre Julliard
dbff4f422c
winex11: Copy the existing surface bits when a dirty rectangle is specified in UpdateLayeredWindow.
2012-10-03 11:19:38 +02:00
Alexandre Julliard
4ac1a5ac60
winex11: Allow changing the pixel format of a window from a different thread.
2012-10-03 11:19:35 +02:00
Alexandre Julliard
28721d69f4
winex11: Get rid of the OpenGL GDI driver.
2012-10-02 22:06:06 +02:00
Alexandre Julliard
05fe1e4e35
winex11: Move the FLUSH_GL_DRAWABLE implementation to the main ExtEscape routine.
2012-10-02 21:56:43 +02:00
Alexandre Julliard
d8de77f01e
winex11: Pass the source drawable to the FLUSH_GL_DRAWABLE escape.
2012-10-02 21:50:54 +02:00
Alexandre Julliard
53806917a3
winex11: Refuse to set the pixel format for HWND_MESSAGE windows.
2012-10-02 19:52:41 +02:00
Alexandre Julliard
e03b8e1a1d
winex11: Use ARGB layered windows for system tray icons when supported.
2012-10-02 14:08:37 +02:00
Alexandre Julliard
d8247efd5e
winex11: Take the alpha channel into account to compute the region of layered windows.
2012-10-02 14:08:37 +02:00
Alexandre Julliard
f12c1c6630
winex11: Switch to an ARGB visual for layered windows with per-pixel alpha.
2012-10-02 14:08:37 +02:00
Alexandre Julliard
8dcbeff760
winex11: Add support for per-window visuals.
2012-10-02 14:08:37 +02:00
Alexandre Julliard
a81c23a450
winex11: Don't put window manager decorations on layered windows.
2012-10-02 14:08:37 +02:00
Alexandre Julliard
24eee97d21
user32: Add a driver entry point for UpdateLayeredWindow.
2012-10-01 13:20:20 +02:00
Alexandre Julliard
91b0ee56cf
user32: Default to the dummy surface if the driver doesn't provide something else.
2012-10-01 13:09:27 +02:00
Henri Verbeet
3ac14606ae
winex11: Use the first active CRTC as primary if no primary is explicitly set.
2012-09-28 11:26:36 +02:00
Henri Verbeet
73d68c5a31
winex11: Handle a NULL cursor clipping rect the same as a fullscreen rect.
...
We want to avoid ungrabbing the clipping window if "fullscreen clipping" is
enabled.
2012-09-28 11:26:33 +02:00
Henri Verbeet
47c54c4ae7
winex11: Fullscreen windows are never maximized.
...
Some window managers incorrectly set maximized state on fullscreen windows.
2012-09-28 11:26:22 +02:00
Aric Stewart
5f5f20d6cf
imm32: Properly separate the IME UI window and the thread default IME window.
2012-09-27 16:49:18 +02:00
Rico Schüller
9be6846224
winex11.drv: Remove unneeded include file.
2012-09-26 14:40:49 +02:00
Alexandre Julliard
7ee7d3a83f
winex11: Recreate the graphics context when setting the drawable.
2012-09-26 14:40:43 +02:00
Alexandre Julliard
014ec638d6
winex11: Remove some unused palette code.
2012-09-26 14:40:42 +02:00
Alexandre Julliard
3c57f11374
winex11: Create a default colormap along with the default visual info.
2012-09-26 14:40:40 +02:00
Alexandre Julliard
988f2fde86
winex11: Store the full visual info for the default visual.
2012-09-26 14:40:39 +02:00
Alexandre Julliard
0a9398421c
winex11: Add a workaround for XInput support with mouse drivers that don't provide labels.
2012-09-26 14:40:38 +02:00
Ken Thomases
5844105223
winex11: Avoid a redundant TRACE.
2012-09-24 22:27:27 +02:00
Alexandre Julliard
313157a036
winex11: Add window data structure locking to the remaining entry points.
2012-09-24 22:27:27 +02:00
Alexandre Julliard
b515beb4a0
winex11: Add window data structure locking to the SetLayeredWindowAttributes entry point.
2012-09-24 22:27:27 +02:00
Alexandre Julliard
84918e7f06
winex11: Add window data structure locking to the SetWindowStyle entry point.
2012-09-24 22:27:27 +02:00
Alexandre Julliard
4c58210390
winex11: Add window data structure locking to the WindowPosChanging/Changed entry points.
2012-09-24 22:27:27 +02:00
Alexandre Julliard
803fc6e27c
winex11: Add window data structure locking to the SysCommand entry point.
2012-09-24 22:27:27 +02:00
Alexandre Julliard
6a9f5e18d1
winex11: Add window data structure locking to the ShowWindow entry point.
2012-09-24 22:27:26 +02:00
Alexandre Julliard
a6c543d0e6
winex11: Add window data structure locking to the map/unmap functions.
2012-09-21 16:54:40 +02:00
Alexandre Julliard
ba926faf91
winex11: Store the window display connection in the window structure.
2012-09-21 16:29:24 +02:00
Alexandre Julliard
9ac774b88d
winex11: Add window data structure locking to the window region functions.
2012-09-21 15:53:48 +02:00
Alexandre Julliard
ffa7af171a
winex11: Add window data structure locking to the X window creation paths.
2012-09-21 15:51:37 +02:00
Alexandre Julliard
16410ead78
winex11: Separate fetching the window icon bits and setting the WM hints.
2012-09-21 14:01:40 +02:00
Alexandre Julliard
d82082c14f
winex11: Move the support for making the owner window managed to a separate function.
2012-09-21 13:57:00 +02:00
Alexandre Julliard
5f8e41233b
winex11: Add window data structure locking to the XEmbed event handler.
2012-09-19 13:14:00 +02:00
Alexandre Julliard
220f1af064
winex11: Add window data structure locking to the GravityNotify event handler.
2012-09-19 13:13:51 +02:00
Alexandre Julliard
89a60562a7
winex11: Add window data structure locking to the ReparentNotify event handler.
2012-09-19 13:13:40 +02:00
Alexandre Julliard
24c0abfd40
winex11: Add window data structure locking to the ConfigureNotify event handler.
2012-09-19 13:13:23 +02:00
Alexandre Julliard
6a4490d8ab
winex11: Add window data structure locking to the Expose event handler.
2012-09-19 13:13:04 +02:00
Alexandre Julliard
2c9ce4968a
winex11: Add window data locking to the focus event handlers.
2012-09-18 14:47:02 +02:00
Alexandre Julliard
b8edf184ee
winex11: Add a helper function to set input focus for non-managed windows.
2012-09-18 14:47:02 +02:00
Alexandre Julliard
41d0316522
winex11: Add window data locking to the system tray functions.
2012-09-18 14:47:01 +02:00
Alexandre Julliard
731e497a87
winex11: Add window data locking to the drag and drop functions.
2012-09-18 14:47:01 +02:00
Alexandre Julliard
1cfed8922e
winex11: Add window data locking to the mouse functions.
2012-09-18 14:47:01 +02:00
Alexandre Julliard
4289c74f50
winex11: Allow retrieving the window data structure from another thread, with appropriate locking.
2012-09-17 14:13:24 +02:00
Alexandre Julliard
c8ea1e50dc
winex11: Avoid passing a window data structure to functions that can send messages.
2012-09-17 12:42:21 +02:00
Alexandre Julliard
0682355af2
winex11: Don't use a window surface for embedded windows.
2012-09-13 10:31:58 +02:00
Alexandre Julliard
edea44f0ff
winex11: Add support for the LWA_COLORKEY layered window attribute.
2012-09-12 16:00:18 +02:00
Alexandre Julliard
64dc6561cd
winex11: Remove support for icon windows, use a default icon instead.
2012-09-10 16:22:08 +02:00
Alexandre Julliard
a39659fcc9
winex11: Disable client-side rendering for OpenGL windows.
2012-09-10 16:16:05 +02:00
Rico Schüller
c67e48b9fa
winex11.drv: Remove unneeded variable definition.
2012-09-10 11:47:11 +02:00
Alexandre Julliard
115d488183
winex11: Add helper functions to retrieve drawable information for a window or DC.
2012-09-10 11:39:28 +02:00
Alexandre Julliard
025f4aed1e
winex11: Move the fps tracing to opengl32.
2012-09-10 11:38:30 +02:00
Alexandre Julliard
05c32b9b89
gdi32: Move the SwapBuffers entry point to the OpenGL driver.
2012-09-10 11:38:28 +02:00
Alexandre Julliard
b4e3674747
winex11: Get the information from the drawable structure in SwapBuffers.
2012-09-10 11:38:25 +02:00
Alexandre Julliard
bde5156876
winex11: Get the current pixel format from the drawable structure in wglMakeContextCurrentARB.
2012-09-07 16:19:17 +02:00
Alexandre Julliard
11013af0a1
winex11: Get the current pixel format from the drawable structure in wglMakeCurrent.
2012-09-07 16:19:16 +02:00
Alexandre Julliard
d52c2de7da
winex11: Get the current pixel format from the drawable structure in wglCreateContextAttribsARB.
2012-09-07 16:19:15 +02:00
Alexandre Julliard
c01d723a4f
winex11: Get the current pixel format from the drawable structure in wglCreateContext.
2012-09-07 16:01:14 +02:00
Alexandre Julliard
356f9897cd
winex11: Store a format pointer instead of an index in the drawable structures.
2012-09-07 16:01:13 +02:00
Alexandre Julliard
bf5e1b6a05
winex11: Get the current pixel format from the drawable structure in wglGetPixelFormat.
2012-09-07 16:01:10 +02:00
Alexandre Julliard
4df8f15ff9
winex11: Store a drawable structure also for pbuffer contexts.
2012-09-07 16:01:03 +02:00
Alexandre Julliard
ecc8559fe8
winex11: Get the current pixel format from the drawable structure for wglSetPixelFormat.
2012-09-07 16:00:59 +02:00
Alexandre Julliard
6f1d43b16e
winex11: Check for changes in min/maximize state even when the window rectangle didn't change.
2012-09-06 14:09:06 +02:00
Alexandre Julliard
2eebedf38e
winex11: Handle Expose events by refreshing from the window surface.
2012-09-06 14:08:37 +02:00
Alexandre Julliard
33ac850c80
winex11: Use window surfaces for rendering top-level windows.
...
It can be disabled by setting "ClientSideGraphics"="n".
2012-09-06 12:44:54 +02:00
Alexandre Julliard
a5ef549c6e
user32: Add support for managing a DIB surface for a window.
2012-09-06 12:35:32 +02:00
Alexandre Julliard
514eb69584
winex11: Store the rectangle of the GL drawable and use it when updating the window size.
2012-09-04 15:03:04 +02:00
Alexandre Julliard
ea07c310ec
winex11: Create the whole window at window creation time.
2012-09-04 14:11:16 +02:00
Alexandre Julliard
9f042298f7
winex11: Move the GL drawable management to opengl.c.
2012-09-03 16:45:51 +02:00
Alexandre Julliard
ef034e71e2
winex11: Treat the client window as an OpenGL drawable.
2012-09-03 16:45:51 +02:00
Alexandre Julliard
fbac3194a5
winex11: Store the OpenGL drawable in a separate structure with its own context.
2012-09-03 16:45:51 +02:00
Alexandre Julliard
d596b62d95
winex11: Only create the client window when the pixel format is changed.
2012-09-03 16:45:50 +02:00
Alexandre Julliard
044f790bcb
winex11: Always paint to the whole window.
2012-08-30 19:02:27 +02:00
Alexandre Julliard
2967599286
winex11: Don't select for mouse events on the client window.
2012-08-30 12:57:45 +02:00
Alexandre Julliard
e280527f6b
winex11: Never attempt to create the window data from a different thread.
2012-08-30 12:11:58 +02:00
Alexandre Julliard
d35fc4369f
user32: Always go through set_window_pos when the WS_VISIBLE style is changed.
2012-08-29 20:09:28 +02:00
Henri Verbeet
e426fa9cb9
winex11: Try harder to get usable RandR screen resources.
2012-08-20 11:00:29 +02:00
Henri Verbeet
28a9b39372
winex11: Try XRandR 1.0 if 1.2 fails.
2012-08-20 10:59:52 +02:00
Alexandre Julliard
03d377eae7
winex11: Release the keyboard lock before sending input to the server.
2012-08-17 10:06:41 +02:00
Alexandre Julliard
9980868b81
winex11: Get rid of the X11 locking functions.
2012-08-16 16:52:31 +02:00
Alexandre Julliard
cf1be58706
winex11: Remove the remaining X11 locking calls.
2012-08-16 16:48:00 +02:00
Alexandre Julliard
26fb3d4a69
winex11: Add a critical section to protect the keyboard mapping tables.
2012-08-16 16:43:19 +02:00
Alexandre Julliard
c970621d90
winex11: Create contexts at initialization time to avoid the need for locks.
2012-08-16 14:34:00 +02:00
Alexandre Julliard
ff60249cab
winex11: Use the labels to find the mouse motion valuators for XInput2.
2012-08-16 10:27:19 +02:00
Alexandre Julliard
f579091380
winex11: Store XInput2 device info in the thread data.
2012-08-16 10:25:49 +02:00
Alexandre Julliard
5e932efbf6
winex11: Remove the redundant pixel format index from the pixel format object.
2012-08-15 15:44:00 +02:00
Alexandre Julliard
451828e169
winex11: Make pixel format objects const and get rid of the WineGLPixelFormat typedef.
2012-08-15 15:38:05 +02:00
Alexandre Julliard
b908a72635
winex11: Initialize the OpenGL format list at startup and simplify the conversion routines.
2012-08-15 15:32:24 +02:00
Alexandre Julliard
b8cc4d50ef
winex11: Add a critical section to protect the OpenGL context list.
2012-08-15 14:41:57 +02:00
Alexandre Julliard
f9a383323f
winex11: Remove unnecessary cleanups on process exit.
2012-08-15 14:24:20 +02:00
Alexandre Julliard
6f6217e9a4
winex11: Remove remaining X11 locking around graphics calls.
2012-08-14 15:13:21 +02:00
Alexandre Julliard
6bfcb347bf
winex11: Remove X11 locking around simple X calls.
2012-08-14 15:13:08 +02:00
Henri Verbeet
292869b969
winex11: Explicitly clear virtual desktop maximized state.
2012-08-13 16:28:50 +02:00
Henri Verbeet
13820b6f94
winex11: Don't set MWM decorations either for fullscreen virtual desktops.
2012-08-13 16:28:50 +02:00
Michael Stefaniuc
43b8858986
winex11.drv: Avoid TRUE:FALSE conditional expressions.
2012-07-31 12:36:42 +02:00
Alexandre Julliard
96e80c2623
gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
2012-07-30 22:12:13 +02:00
Alexandre Julliard
917fe72bb0
winex11: Get rid of the OpenGL bitmap support.
2012-07-27 17:05:29 +02:00
Alexandre Julliard
5f157e18e2
opengl32: Store the context current DCs on the opengl32 side.
2012-07-25 16:11:05 +02:00
Alexandre Julliard
f3e1e46c85
winex11: Add a helper function to correctly check extension strings.
2012-07-24 17:37:50 +02:00
Francois Gouget
baf0a74b11
winex11.drv: Don't include wgl_driver.h if OpenGL is not supported.
2012-07-23 19:53:49 +02:00
Alexandre Julliard
72e873873e
winex11: Get rid of the glGetIntegerv wrapper.
2012-07-20 13:21:25 +02:00
Alexandre Julliard
76ae99a426
winex11: Remove unused fields in the PBuffer object.
2012-07-20 12:36:44 +02:00
Alexandre Julliard
6a3aa4eb49
opengl32: Use proper handles for PBuffers instead of raw pointers.
2012-07-20 12:36:41 +02:00
Alexandre Julliard
1b9455e65d
opengl32: Add supported wgl extension functions to the OpenGL function table.
2012-07-20 00:40:42 +02:00
Alexandre Julliard
4c0779006e
opengl32: Move the wgl functions to the main OpenGL function table.
2012-07-19 22:50:37 +02:00
Alexandre Julliard
101bdf425b
winex11: Use the function table pointer to call dynamically loaded OpenGL functions.
2012-07-18 19:51:09 +02:00
Alexandre Julliard
df91c7bc83
opengl32: Redirect standard OpenGL functions through the TEB function table.
2012-07-18 17:12:29 +02:00
Alexandre Julliard
33ca17e1e9
winex11: Fill a function table with the standard OpenGL functions and store it in the TEB.
2012-07-18 17:11:42 +02:00
Henri Verbeet
2b4a7912ec
winex11: Add support for XRandR 1.3.
2012-07-16 14:26:11 +02:00
Henri Verbeet
cf6f8d2eb5
winex11: Add support for XRandR 1.2.
2012-07-16 14:25:42 +02:00
Henri Verbeet
ed331cb0a5
winex11: Properly calculate the virtual screen rect in xinerama_init().
2012-07-16 14:23:20 +02:00
Henri Verbeet
401d12085b
winex11: Fix the virtual desktop check in update_desktop_fullscreen().
2012-07-13 10:31:52 -05:00
Henri Verbeet
92e04256a9
winex11: Simplify the XRandR mode matching code a bit.
2012-07-13 10:30:21 -05:00
Alexandre Julliard
4b0f27f664
winex11: Get rid of the no longer needed drawable rect in the X11 device.
2012-07-12 16:05:37 -05:00
Henri Verbeet
b4a31d0a9e
winex11: Get rid of some needless globals.
2012-07-11 11:17:21 -05:00
Henri Verbeet
5ed890904b
winex11: Simplify X11DRV_XRandR_Init() error handling a bit.
2012-07-11 11:17:18 -05:00
Francois Gouget
98c605d6c7
winex11.drv: We must include Xlib.h before Xrandr.h.
2012-07-11 10:00:51 -05:00
Henri Verbeet
3e5c76bd09
winex11: Introduce a separate function for initializing the list of XRandR display modes.
2012-07-10 10:40:17 -05:00
Henri Verbeet
76725f9885
winex11: Remove some unused includes from xrandr.c.
2012-07-10 10:40:08 -05:00
Henri Verbeet
6c4465f4ac
winex11: Get rid of xrandr.h.
2012-07-09 15:05:02 -04:00
Henri Verbeet
eafc8d0b34
winex11: Get rid of xvidmode.h.
2012-07-09 15:04:48 -04:00
Dmitry Timoshkov
6173e6bfb6
winex11.drv: Avoid conflicting definitions of WINGDIAPI.
2012-07-09 09:59:32 -04:00
Alexandre Julliard
241ab9257c
winex11: Use the correct drawable with the X11DRV_GET_DRAWABLE escape.
2012-07-03 16:56:40 +02:00
Henri Verbeet
3ea8de2637
winex11: Use our own structure for mode information.
2012-07-03 14:57:07 +02:00
Henri Verbeet
0fda9d95a5
winex11: Get rid of some unused prototypes.
2012-07-02 19:18:01 +02:00
Alexandre Julliard
39819d1e8b
winex11: Replace wgl.h by the official wglext.h from the OpenGL registry.
2012-07-02 19:17:41 +02:00
Alexandre Julliard
19fcc230d0
winex11: Move GLX definitions out of wgl.h.
2012-07-02 13:21:54 +02:00
Alexandre Julliard
83be88953b
opengl32: Make the WGL driver context-specific.
2012-06-29 20:41:36 +02:00
Alexandre Julliard
d89f7f2563
opengl32: Move checks of the context thread id to opengl32.
2012-06-29 20:41:35 +02:00
Alexandre Julliard
0045ec9dfb
opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions.
2012-06-29 20:41:34 +02:00
Alexandre Julliard
e059d565ab
gdi32: Add a null WGL driver.
2012-06-28 18:52:27 +02:00
Alexandre Julliard
6a9dcd51a2
gdi32: Remove the remaining OpenGL entry points from the DC driver.
2012-06-28 18:52:23 +02:00
Alexandre Julliard
855f225498
opengl32: Move wglGetCurrentContext implementation to opengl32.
2012-06-28 18:52:11 +02:00
Alexandre Julliard
edfc7f0de0
opengl32: Move wglGetProcAddress to the WGL driver.
2012-06-28 16:14:55 +02:00
Alexandre Julliard
8a13afedd6
opengl32: Move GetPixelFormat to the WGL driver.
2012-06-28 15:53:14 +02:00
Alexandre Julliard
bbdf77a311
opengl32: Move wglCreateContext to the WGL driver.
2012-06-28 15:47:31 +02:00
Alexandre Julliard
3bcb8057a1
opengl32: Move wglCreateContextAttribsARB to the WGL driver.
2012-06-28 15:07:44 +02:00
Alexandre Julliard
47fe838b15
opengl32: Move wglMakeContextCurrentARB to the WGL driver.
2012-06-28 14:49:49 +02:00
Alexandre Julliard
7a031d9b92
opengl32: Add the concept of a WGL driver.
2012-06-28 14:37:31 +02:00
Alexandre Julliard
db25d4022a
winex11: Simplify wglSetPixelFormatWINE and export it as a standard extension function.
2012-06-28 13:13:01 +02:00
Alexandre Julliard
4a367c5719
winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions.
2012-06-28 01:44:03 +02:00
Alexandre Julliard
bebf84f7a8
winex11: Use the GET_DRAWABLE escape to implement wglMakeContextCurrentARB.
2012-06-28 01:44:03 +02:00
Alexandre Julliard
7f4d3022d0
winex11: Use the GET_DRAWABLE escape to implement wglMakeCurrent.
2012-06-28 01:44:03 +02:00
Alexandre Julliard
3e8b3d0f66
winex11: Add a GET_DRAWABLE escape to mirror the SET_DRAWABLE one.
2012-06-28 01:44:02 +02:00
Alexandre Julliard
81cd178ae1
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.
2012-06-26 12:24:09 +02:00
Alexandre Julliard
ee21554893
gdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.
2012-06-25 16:25:57 +02:00
Alexandre Julliard
66a5995e11
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.
2012-06-25 16:25:44 +02:00
Alexandre Julliard
08efea0218
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.
2012-06-25 13:52:10 +02:00
Alexandre Julliard
beeba895d3
winex11: Move wglShareLists to the internal OpenGL extension functions.
2012-06-25 13:52:01 +02:00
Alexandre Julliard
1bca4fb5ae
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.
2012-06-25 11:58:53 +02:00
Roderick Colenbrander
c754f28f17
winex11.drv: Remove GLX_ATI_render_texture support.
2012-06-25 10:39:02 +02:00
Ken Thomases
51d5a48c37
winex11: Fix correspondence between main_key_LT_B and main_key_vkey_qwerty.
2012-06-12 10:27:24 +02:00
Roderick Colenbrander
9e73f7a6df
winex11.drv: Limit formats to nMaxFormats in wglChoosePixelFormatARB.
2012-06-07 10:36:03 +02:00
Alexandre Julliard
1adbfe921b
winex11: Don't free a variable that is no longer allocated on the heap.
2012-06-04 12:17:55 +02:00
Ken Thomases
43984f355a
winex11: Be more conservative when matching keys from built-in layout tables.
2012-06-01 14:29:12 +02:00
Alexandre Julliard
c8a22a4d1f
winex11: Use XGetKeyboardMapping instead of XKeycodeToKeysym.
2012-06-01 14:29:02 +02:00
Alexandre Julliard
191cd77320
winex11: Remove the support for device-dependent bitmaps.
2012-05-29 21:22:23 +02:00
Alexandre Julliard
73919154bf
winex11: Always allocate a new GC for bitmap operations.
2012-05-29 21:12:39 +02:00
Alexandre Julliard
567340f0c5
winex11: XRender repeat mode is no longer needed in functions that use a DC.
2012-05-29 21:11:14 +02:00
Alexandre Julliard
93758c43fd
gdi32: Remove the CreateBitmap and DeleteBitmap driver entry points.
2012-05-29 21:06:41 +02:00
Alexandre Julliard
1416d0e6f1
gdi32: Remove the bitmap parameter from the Get/PutImage entry points.
2012-05-29 21:05:52 +02:00
Alexandre Julliard
fdc4682e31
gdi32: Remove the CopyBitmap driver entry point.
2012-05-24 22:09:19 +02:00