winex11.drv: Set the size of returned DEVMODE to least common one as XP does.
[wine] / dlls / winex11.drv / event.c
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-04-23  Alexandre Julliardwinex11: Merged the contents of winpos.c into window.c.
2008-04-22  Alexandre Julliardwinex11: Moved the ConfigureNotify handler to event.c.
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-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-04-02  Alexandre Julliardwinex11: Move handling of WM_STATE changes to a separat...
2008-03-13  Alexandre Julliardwinex11: Store a pointer to the X11 event currently...
2008-03-11  Alexandre Julliardwinex11: Discard ConfigureNotify events even if the...
2008-03-11  Alexandre Julliardwinex11: Add support for merging redundant events,...
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-02-28  Alexandre Julliardwinex11: Get rid of direct accesses to the window struc...
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-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-17  Alexandre Julliardwinex11.drv: Don't create a win_data structure for...
2008-01-07  Austin EnglishSpelling fixes.
2007-12-18  Rob Shearmaninclude: Add more types and function declarations to...
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-08-16  Alexandre Julliardwinex11: Don't try to activate the desktop window on...
2007-07-23  Vitaliy Margolenwinex11drv: Correctly react to focus loss away from...
2007-06-22  Lei Zhangwinex11.drv: Reset focus if application does not want...
2007-06-21  Lei Zhangwinex11.drv: Send WM_MOUSEACTIVATE before closing a...
2007-05-29  Andrew Talbotwinex11.drv: Exclude unused headers.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-04  Alexandre Julliardwinex11.drv: Store the display file descriptor directly...
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-07-29  Roderick Colenbranderwinex11.drv: Kill DGA support.
2006-07-10  Dmitry Timoshkovwinex11.drv: Protect X11 calls by a critical section.
2006-07-07  Dmitry Timoshkovwinex11.drv: Add window style and visibility status...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.