winex11.drv: Add support for _NET_WORKAREA.
[wine] / dlls / winex11.drv / x11drv_main.c
2008-10-02  Dmitry Timoshkovwinex11.drv: Add support for _NET_WORKAREA.
2008-09-12  Alexandre Julliardwinex11: Driver-side implementation of SetLayeredWindow...
2008-07-02  Alexandre Julliardwinex11: Check for XKB extension on the GDI display...
2008-07-02  Alexandre Julliardwinex11: Get rid of the XKB initialisation workaround...
2008-07-01  Francois Gougetwinex11: Load the XVidMode extension (libXxf86vm) when...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the per-thread...
2008-05-28  Alexandre Julliardwinex11: XInitThreads is hopeless, remove it again.
2008-05-01  Alexandre Julliardwinex11: Register IME classes only when needed.
2008-04-11  Matthew D'Asarowinex11: Add registry option to let wine decorate windows.
2008-04-10  Kusanagi Kouichiwinex11: Connect to XIM server dynamically.
2008-04-10  Alexandre Julliardwinex11: Separate the XIM process-wide setup from the...
2008-04-08  Alexandre Julliardwinex11: Move all the embedded systray window support...
2008-04-07  Aric Stewartwinex11: Add IME functionality to winex11drv.
2008-03-13  Alexandre Julliardwinex11: Store a pointer to the X11 event currently...
2008-03-12  Alexandre Julliardwinex11: Check if _NET_WM_MOVERESIZE is supported befor...
2008-03-05  Hans Leidekkerwinex11.drv: Retrieve X color profile in GetICMProfile.
2008-03-01  Alexandre Julliardwinex11: Set the appropriate _NET_WM_STATE properties...
2008-02-27  Alexandre Julliardwinex11: Added tracking of the WM_STATE window property.
2008-02-25  Alexandre Julliardwinex11: Correctly initialize the cursor in a newly...
2008-02-25  Roderick Colenbranderwgl: Remove unneeded opengl initialisation code at...
2008-02-06  Alexandre Julliardwinex11: Use the gdi display when initializing the...
2008-02-04  Alexandre Julliardwinex11: Abstract the depth->bpp conversion and use...
2008-01-25  Dmitry Timoshkovwinex11.drv: Remove an incorrect FIXME.
2008-01-23  Alexandre Julliardwinex11: Move resetting of the cursor clip rectangle...
2008-01-17  Alexandre Julliardwinex11.drv: Moved initialization of screen_width/heigh...
2007-12-17  Stefan Dösingerwinex11: Activate the depth-bpp difference.
2007-12-17  Stefan Dösingerwinex11: Distinguish between bpp and depth.
2007-10-31  Alexandre Julliardwinex11.drv: Set the WM_STATE_ABOVE hint on topmost...
2007-10-11  Alexandre Julliardwinex11: Set the SKIP_PAGER and SKIP_TASKBAR styles...
2007-09-27  Chris Robinsonwinex11: Be compatible with older XComposite headers.
2007-09-25  Chris Robinsonwinex11.drv: Load the XComposite extension when available.
2007-08-29  Steven Edwardsx11drv: Remove some no longer needed wine 16bit headers.
2007-07-04  Alexandre Julliardconfigure: Merge the libXrandr existence check with...
2007-06-27  Damjan Jovanovicwinex11.drv: Added better support for the X file drag...
2007-04-13  Alexandre Julliardwinex11.drv: Hack to disable XInitThreads when an XIM...
2007-04-04  Alexandre Julliardwinex11.drv: Store the display file descriptor directly...
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2007-01-02  Roderick Colenbranderwinex11.drv: Remove desktop double buffering option.
2006-10-24  Huw Davieswinex11.drv: Give XCloseIM another chance.
2006-10-24  Huw Davieswinex11.drv: Initialize data->xim to NULL if xim has...
2006-10-23  Alexandre Julliardwinex11.drv: Preliminary support for Xinerama.
2006-10-19  Alexandre Julliardwinex11.drv: Hack to work around an Xlib bug when XInit...
2006-10-12  Nickolay V. Shmyrevwinex11.drv: Always set window type.
2006-10-06  Alexandre Julliardwinex11.drv: Give XInitThreads another chance.
2006-08-23  James Liggettwinex11.drv: Add XEmbed system tray support.
2006-07-29  Roderick Colenbranderwinex11.drv: Kill DGA support.
2006-06-21  Dmitry Timoshkovwinex11.drv: Add support for full screen window state...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.