shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck).
[wine] / dlls / winex11.drv / event.c
2010-04-22  Alexandre Julliardwinex11: Flush the gdi display after processing the...
2010-01-04  Alexandre Julliardwinex11: Don't process ConfigureNotify events that...
2009-12-14  Vincent Povirkwinex11.drv: Use the old method to delete the desktop...
2009-11-12  Vincent Povirkwinex11.drv: Ignore FocusOut events on virtual desktop...
2009-11-12  Vincent Povirkwinex11.drv: Allow explorer to focus other process...
2009-10-23  Alexandre Julliardwinex11: Do not give focus to a WS_EX_NOACTIVATE window.
2009-10-02  Alexandre Julliardwinex11: Use explicit prototypes for function pointers.
2009-09-09  Dmitry Timoshkovwinex11.drv: Handle WM_DELETE_WINDOW by simulating...
2009-08-17  Alexandre Julliardwinex11: Add handling of take focus event on the deskto...
2009-04-23  Alexandre Julliardwinex11.drv: Don't give focus to a minimized window...
2009-01-10  Vincent Povirkwinex11: Select StructureNotifyMask input on all windows.
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-01  Michael Stefaniucwinex11.drv: Remove some superfluous casts.
2008-09-17  Alexandre Julliardwinex11: Compare the window position against the cached...
2008-09-17  Alexandre Julliardwinex11: Ignore the initial WM_STATE transition out...
2008-09-11  Alexandre Julliardwinex11: Remove debug hack that slipped into commit...
2008-09-08  Alexandre Julliardwinex11: Moved the X11DRV_WindowMessage function to...
2008-07-31  Alexandre Julliardwinex11: Also check the maximized when restoring a...
2008-07-31  Alexandre Julliardwinex11: Check for wm maximized state in ConfigureNotif...
2008-07-31  Alexandre Julliardwinex11: Send WM_SYSCOMMAND instead of calling ShowWind...
2008-07-31  Alexandre Julliardwinex11: Fetch the current X window position on ShowWin...
2008-07-10  Aric Stewartwinex11: Allow for sane SCIM im processing by processin...
2008-06-26  Alexandre Julliardwinex11: Pass the display as parameter to a few more...
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.