Alexandre Julliard
|
219ae804ba
|
winex11: Check for XKB extension on the GDI display too.
|
2008-07-02 12:03:59 +02:00 |
Alexandre Julliard
|
5998bd59d7
|
winex11: Get rid of the XKB initialisation workaround now that we no longer use XInitThreads.
|
2008-07-02 12:03:26 +02:00 |
Francois Gouget
|
a49beb4c5c
|
winex11: Load the XVidMode extension (libXxf86vm) when available.
|
2008-07-01 13:46:12 +02:00 |
Alexandre Julliard
|
06a1407c13
|
winex11: Explicitly request creation of the per-thread data where necessary.
|
2008-06-26 15:08:08 +02:00 |
Alexandre Julliard
|
ca34eb1612
|
winex11: XInitThreads is hopeless, remove it again.
|
2008-05-28 20:56:19 +02:00 |
Alexandre Julliard
|
4a37308389
|
winex11: Register IME classes only when needed.
|
2008-05-01 10:57:34 +02:00 |
Matthew D'Asaro
|
4217fcb187
|
winex11: Add registry option to let wine decorate windows.
|
2008-04-11 13:11:17 +02:00 |
Kusanagi Kouichi
|
185157cb6e
|
winex11: Connect to XIM server dynamically.
|
2008-04-10 12:45:56 +02:00 |
Alexandre Julliard
|
5c30e9ae00
|
winex11: Separate the XIM process-wide setup from the IME creation.
|
2008-04-10 12:29:01 +02:00 |
Alexandre Julliard
|
52246fb921
|
winex11: Move all the embedded systray window support to winex11.drv.
|
2008-04-08 15:47:36 +02:00 |
Aric Stewart
|
6dca48feaf
|
winex11: Add IME functionality to winex11drv.
All XIM interaction will soon pass through this functionality instead
of directly to imm32.
|
2008-04-07 20:44:43 +02:00 |
Alexandre Julliard
|
5977c72325
|
winex11: Store a pointer to the X11 event currently being handled instead of a simple count.
|
2008-03-13 13:35:02 +01:00 |
Alexandre Julliard
|
cf76c7d65c
|
winex11: Check if _NET_WM_MOVERESIZE is supported before using it.
|
2008-03-12 17:31:04 +01:00 |
Hans Leidekker
|
22f146f011
|
winex11.drv: Retrieve X color profile in GetICMProfile.
|
2008-03-05 19:46:59 +01:00 |
Alexandre Julliard
|
9238ccca48
|
winex11: Set the appropriate _NET_WM_STATE properties for maximized windows.
|
2008-03-01 13:30:58 +01:00 |
Alexandre Julliard
|
5a5344b4ad
|
winex11: Added tracking of the WM_STATE window property.
|
2008-02-27 19:11:43 +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
|
220163ee9d
|
wgl: Remove unneeded opengl initialisation code at wine startup.
|
2008-02-25 12:17:10 +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
|
0d30daa8e4
|
winex11: Abstract the depth->bpp conversion and use it in X11DRV_DIB_CreateDIBFromPixmap.
|
2008-02-04 14:36:18 +01:00 |
Dmitry Timoshkov
|
27d3c09a39
|
winex11.drv: Remove an incorrect FIXME.
|
2008-01-25 13:44:35 +01:00 |
Alexandre Julliard
|
dbfe24c33c
|
winex11: Move resetting of the cursor clip rectangle into xinerama_init().
|
2008-01-23 10:30:42 +01:00 |
Alexandre Julliard
|
c5a95025cf
|
winex11.drv: Moved initialization of screen_width/height to xinerama_init to do it inside the x11 lock.
|
2008-01-17 19:59:22 +01:00 |
Stefan Dösinger
|
5461d505d7
|
winex11: Activate the depth-bpp difference.
|
2007-12-17 12:25:50 +01:00 |
Stefan Dösinger
|
ccab10bd46
|
winex11: Distinguish between bpp and depth.
|
2007-12-17 12:24:51 +01:00 |
Alexandre Julliard
|
83fd17f216
|
winex11.drv: Set the WM_STATE_ABOVE hint on topmost windows.
|
2007-10-31 18:13:20 +01:00 |
Alexandre Julliard
|
a0019801eb
|
winex11: Set the SKIP_PAGER and SKIP_TASKBAR styles on tool windows.
|
2007-10-11 16:24:28 +02:00 |
Chris Robinson
|
909f7ffcb9
|
winex11: Be compatible with older XComposite headers.
|
2007-09-27 11:57:54 +02:00 |
Chris Robinson
|
4258465868
|
winex11.drv: Load the XComposite extension when available.
|
2007-09-25 13:32:46 +02:00 |
Steven Edwards
|
13f9b0a642
|
x11drv: Remove some no longer needed wine 16bit headers.
|
2007-08-29 12:31:28 +02:00 |
Alexandre Julliard
|
af928ecbfa
|
configure: Merge the libXrandr existence check with the soname check.
|
2007-07-04 12:45:03 +02:00 |
Damjan Jovanovic
|
b6030cb26d
|
winex11.drv: Added better support for the X file drag protocol.
|
2007-06-27 14:32:27 +02:00 |
Alexandre Julliard
|
5c19285da6
|
winex11.drv: Hack to disable XInitThreads when an XIM is used.
|
2007-04-13 12:56:01 +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 |
Andrew Talbot
|
a33f71a32d
|
winex11.drv: Replace inline static with static inline.
|
2007-03-17 20:04:54 +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 |
Roderick Colenbrander
|
1b3fec9699
|
winex11.drv: Remove desktop double buffering option.
|
2007-01-02 12:08:11 +01:00 |
Huw Davies
|
87fbc7a3a8
|
winex11.drv: Give XCloseIM another chance.
|
2006-10-24 17:46:17 +02:00 |
Huw Davies
|
becf09f3f8
|
winex11.drv: Initialize data->xim to NULL if xim has been disabled.
|
2006-10-24 11:42:35 +02:00 |
Alexandre Julliard
|
3c305f9db9
|
winex11.drv: Preliminary support for Xinerama.
|
2006-10-23 14:37:17 +02:00 |
Alexandre Julliard
|
8532cc5654
|
winex11.drv: Hack to work around an Xlib bug when XInitThreads is used.
|
2006-10-19 13:36:33 +02:00 |
Nickolay V. Shmyrev
|
1a1b902e7f
|
winex11.drv: Always set window type.
|
2006-10-12 11:37:52 +02:00 |
Alexandre Julliard
|
0f8706ec33
|
winex11.drv: Give XInitThreads another chance.
|
2006-10-06 17:56:51 +02:00 |
James Liggett
|
60a97505a6
|
winex11.drv: Add XEmbed system tray support.
Portions of this patch based on the work of Mike Hearn and Rob
Shearman.
|
2006-08-23 12:09:09 +02:00 |
Roderick Colenbrander
|
98179f0656
|
winex11.drv: Kill DGA support.
|
2006-07-29 11:46:58 +02:00 |
Dmitry Timoshkov
|
ef72c1d100
|
winex11.drv: Add support for full screen window state using the NETWM protocol.
|
2006-06-21 11:15:19 +02:00 |
Alexandre Julliard
|
bdb4fab7a7
|
x11drv: Renamed the x11drv directory to winex11.drv.
|
2006-06-16 09:57:50 +02:00 |