winex11: Moved the MapNotify handler to event.c.
[wine] / dlls / winex11.drv / x11drv.h
2008-04-17  Alexandre Julliardwinex11: Moved the MapNotify handler to event.c.
2008-04-17  Alexandre Julliardwinex11: Moved the ExposeEvent handler to event.c.
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-09  Alexandre Julliardwinex11: Add some generic support for XEMBED client...
2008-04-08  Alexandre Julliardwinex11: Move all the embedded systray window support...
2008-04-07  Aric Stewartwinex11: Add IME functionality to winex11drv.
2008-04-07  Alexandre Julliardwinex11: Fix handling of property sizes for 64-bit...
2008-04-02  Alexandre Julliardwinex11: Replace the lock_changes flag by a check on...
2008-04-02  Alexandre Julliardwinex11: Rely on PropertyNotify events instead of Map...
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-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-03-05  Hans Leidekkerwinex11.drv: Retrieve X color profile in GetICMProfile.
2008-03-05  Alexandre Julliardwinex11: Wait for a window to move out of withdrawn...
2008-03-05  Alexandre Julliardwinex11: Add a DestroyNotify handler to catch a situati...
2008-03-01  Alexandre Julliardwinex11: Set the appropriate _NET_WM_STATE properties...
2008-02-29  Alexandre Julliardwinex11: Avoid depending on win.h.
2008-02-28  Alexandre Julliardwinex11: Merge the iconification support into the SetWi...
2008-02-27  Alexandre Julliardwinex11: Use XWithdrawWindow to unmap managed windows...
2008-02-27  Alexandre Julliardwinex11: Added tracking of the WM_STATE window property.
2008-02-27  Alexandre Julliardwinex11: Clear the NET_WM_STATE status when a window...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
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-21  Alexandre Julliardwinex11: Keep track of the window colormap and free...
2008-02-21  Alexandre Julliardwinex11: Re-introduce a separate X11 window for the...
2008-02-18  Alexandre Julliardwinex11: Use GetDCHook to retrieve the dce pointer...
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-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2008-01-24  Alexandre Julliardwinex11: Create the window data structure lazily, once...
2008-01-23  Alexandre Julliardwinex11: Add a mapped flag to the window data instead...
2008-01-23  Alexandre Julliardwinex11: Update the win data rectangles before doing...
2008-01-22  Alexandre Julliardwinex11: Make the client rect relative to the parent...
2008-01-17  Alexandre Julliardwinex11.drv: Moved initialization of screen_width/heigh...
2008-01-17  Alexandre Julliardwinex11.drv: Don't create a win_data structure for...
2007-12-17  Stefan Dösingerwinex11: Distinguish between bpp and depth.
2007-12-05  Dmitry Timoshkovwinex11.drv: Use registry settings as a default display...
2007-10-31  Alexandre Julliardwinex11.drv: Set the WM_STATE_ABOVE hint on topmost...
2007-10-15  Francois Gougetwinex11.drv: The 'lossy' parameter is always false...
2007-10-11  Alexandre Julliardwinex11: Set the SKIP_PAGER and SKIP_TASKBAR styles...
2007-10-11  Alexandre Julliardwinex11: Add generic mechanism for managing WM_STATE...
2007-10-10  Alexandre Julliardwinex11: Use ExtEscape to flush the GL drawable to...
2007-10-03  Chris Robinsonwinex11: Use a GLXPixmap for offscreen OpenGL rendering...
2007-10-03  Chris Robinsonwinex11: Track async GL drawable changes.
2007-10-03  Chris Robinsonwinex11: Pass a display parameter when destroying glxpi...
2007-10-03  Chris Robinsonwinex11: Use an offscreen redirected window for child...
2007-10-03  Chris Robinsonwinex11: Store a GL-specific drawable with the window.
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-08-27  Alexandre Julliardwinex11: Child windows don't get activated even when...
2007-08-20  Alexandre Julliardwinex11: Switch windows to managed mode in SetWindowPos...
2007-08-16  Alexandre Julliardwinex11: Store wm hints in the window data instead...
2007-07-19  Evan Stadewinex11.drv: Draw dashed lines for extended pens.
2007-06-27  Damjan Jovanovicwinex11.drv: Added better support for the X file drag...
2007-04-04  Alexandre Julliardwinex11.drv: Store the display file descriptor directly...
2007-03-28  Andrew Riediwinex11.drv: Add Xcursor support for 32 bit cursors.
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-03-01  Aric Stewartwinex11.drv: Make sure keyboard state is up to date...
2007-02-23  Francois Gougetwinex11.drv: Catch and report screen resolution change...
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2006-12-29  Vitaliy Margolenwinex11drv: Make dxgrab global.
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-11-29  Pierre d'Herbemontuser32: Factorize driver's SetWindowPos in user32.
2006-11-08  Alexandre Julliardwinex11.drv: Get rid of the DIB color table now that...
2006-10-23  Alexandre Julliardwinex11.drv: Preliminary support for Xinerama.
2006-10-18  Pierre d'Herbemontx11drv: Fix a typo in x11drv.h about X11DRV_GetTextExte...
2006-10-12  Nickolay V. Shmyrevwinex11.drv: Always set window type.
2006-08-23  James Liggettwinex11.drv: Add XEmbed system tray support.
2006-08-02  Alexandre Julliardwinex11.drv: Make some functions and variables static...
2006-07-29  Roderick Colenbranderwinex11.drv: Kill DGA support.
2006-06-26  Huw Davieswinex11: Introduce a function to retrieve the glx drawa...
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.