gdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevice and pass that to the drivers.
[wine] / dlls / winex11.drv / event.c
2011-07-06  Vincent Povirkwinex11.drv: Process keyboard events when QS_HOTKEY...
2011-05-16  Alexandre Julliardwinex11: Warp the pointer when clipping, but ignore...
2011-05-13  Alexandre Julliardwinex11: Allow MotionNotify events through occasionally...
2011-05-12  Alexandre Julliardwinex11: Only update the fullscreen pointer grab when...
2011-05-11  Alexandre Julliardwinex11: Automatically clip the pointer when the foregr...
2011-05-11  Alexandre Julliardwinex11: Reset the clipping when the desktop window...
2011-05-02  Marcus Meissnerwinex11.drv: Assertion was 1 off (Coverity).
2011-04-27  Alexandre Julliardwinex11: Merge consecutive RawMotion events.
2011-04-27  Alexandre Julliardwinex11: Ignore MotionNotify events if we have pending...
2011-04-25  Alexandre Julliardwinex11: Release the clip cursor grab when the clipping...
2011-04-22  Alexandre Julliardwinex11: Store a message window with the desktop when...
2011-04-19  Alexandre Julliardwinex11: Allow installing the event handler multiple...
2011-04-14  Alexandre Julliardwinex11: Make sure the clipping window is initialized...
2011-04-14  Alexandre Julliardwinex11: Retrieve raw mouse events through XInput2...
2011-04-13  Alexandre Julliardwinex11: Add handlers for the XInput2 raw mouse events.
2011-04-13  Alexandre Julliardwinex11: Add infrastructure for managing the extra...
2011-04-08  Dmitry Timoshkovwinex11: Move the SendMessage(WM_SYSCOMMAND, SC_MAXIMIZ...
2011-04-06  Alexandre Julliardwinex11: Simplify the event handler lookup, and support...
2011-04-05  Alexandre Julliardwinex11: Update the cursor on the clipping window while...
2011-03-03  Alexandre Julliardwinex11: Get rid of the ClipCursor and SendInput entry...
2011-03-01  Alexandre Julliardwinex11: Pass a window handle for keyboard hardware...
2011-02-24  Alexandre Julliardwinex11: Synchronize the mouse cursor in update_mouse_s...
2010-12-13  Alexandre Julliardwinex11: Fix event coordinates mapping for the root...
2010-11-16  Alexandre Julliarduser32: Check structure size in GetGUIThreadInfo.
2010-11-08  Alexandre Julliardwinex11: Create Win32 windows corresponding to all...
2010-11-08  Alexandre Julliardwinex11: Handle GravityNotify events for non-toplevel...
2010-11-08  Alexandre Julliardwinex11: Add support for receiving ConfigureNotify...
2010-11-05  Alexandre Julliardwinex11: Add support for receiving mouse events on...
2010-11-02  Alexandre Julliardwinex11: Re-dock icons when the system tray owner has...
2010-11-02  Alexandre Julliardwinex11: Improve management of the lifetime of embedded...
2010-10-07  Alexandre Julliardwinex11: Mirror the client rectangle if necessary for...
2010-09-27  Alexandre Julliardserver: Pass the rectangle in client coordinates for...
2010-06-29  Alexandre Julliardwinex11: Set the user time property on top-level windows.
2010-06-25  Ken Thomaseswinex11: Allow setting focus on active window, if no...
2010-06-16  Paul Chitescuwinex11.drv: Post a WM_SYSCOMMAND SC_CLOSE when the...
2010-05-28  Dmitry Timoshkovwinex11.drv: Simulate pressing Alt+F4 instead of clicki...
2010-05-24  Alexandre Julliardwinex11: Don't send minimize/maximize sys commands...
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.