user32/tests: Add test showing hotkeys change the async key state.
[wine] / dlls / winex11.drv / x11drv.h
2011-05-25  Marcus Meissnerwinex11.drv: Mark internal symbols with hidden visibility.
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: Add an option to automatically clip the pointe...
2011-05-11  Alexandre Julliardwinex11: Automatically clip the pointer when the foregr...
2011-05-11  Alexandre Julliardwinex11: Export a couple of helper functions for window...
2011-05-11  Alexandre Julliardwinex11: Reset the clipping when the desktop window...
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: Allow changing the clipping rectangle while...
2011-04-22  Alexandre Julliardwinex11: Store a message window with the desktop when...
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-12  Alexandre Julliardwinex11: Get rid of the old ddraw HAL support.
2011-04-06  Alexandre Julliardwinex11: Simplify the event handler lookup, and support...
2011-04-06  Alexandre Julliardwinex11: Update the cursor on the clip window when...
2011-04-05  Alexandre Julliardwinex11: Update the cursor on the clipping window while...
2011-04-05  Alexandre Julliardwinex11: Always forward SetCursor to the driver, and...
2011-04-05  Alexandre Julliardwinex11: Add an option to disable pointer grabs.
2011-04-05  Alexandre Julliardwinex11: Implement cursor clipping using a pointer...
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2011-03-08  Alexandre Julliarduser32: No longer export HOOK_CallHooks.
2011-03-03  Alexandre Julliardwinex11: Pre-register atoms for all the built-in clipbo...
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-03-01  Alexandre Julliarduser32: Retrieve the current cursor position from the...
2011-02-28  Alexandre Julliarduser32: Retrieve the key state for GetAsyncKeyState...
2011-02-24  Alexandre Julliardwinex11: Synchronize the mouse cursor in update_mouse_s...
2010-12-15  Alexandre Julliardwinex11: Potentially update the system tray notificatio...
2010-11-08  Alexandre Julliardwinex11: Create Win32 windows corresponding to all...
2010-11-08  Vladimir Panteleevwinex11: Add X11DRV_PALETTE_GetColor function to resolv...
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-11-01  Alexandre Julliardwinex11: Manage the system tray stand-alone window...
2010-10-18  Alexandre Julliardwinex11: Add support for remapping standard Win32 curso...
2010-10-05  Alexandre Julliardwinex11: Mirror the DC exposure region for RTL devices.
2010-09-02  Alexandre Julliardwinex11: Properly support BitBlt and LAYOUT_BITMAPORIEN...
2010-07-26  Dmitry Timoshkovwinex11: Remember last window that had the XIC focus...
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-06-29  Alexandre Julliardwinex11: Set the user time property on top-level windows.
2010-05-21  Alexandre Julliardwinex11: Create X11 cursors on demand when the cursor...
2010-04-29  Alexandre Julliardwinex11: Make the cursor window global instead of per...
2010-04-21  Alexandre Julliarduser32: Remove the CURSORICON parameter in the SetCurso...
2010-04-21  Alexandre Julliardwinex11: Update the cursor from the thread input status...
2010-04-20  Alexandre Julliarduser32: Add driver entry points for cursor creation...
2010-04-16  Alexandre Julliardwinex11: Set the NET_WM_ICON hint for 32-bpp icons.
2010-04-15  Alexandre Julliardwinex11: Use the BITBLT_GetVisRectangles helper functio...
2010-04-15  Alexandre Julliardwinex11: Define a structure to hold coordinates informa...
2010-04-13  Roderick Colenbranderwinex11: Add support for 32-bit DDBs.
2010-03-01  Henri Verbeetwinex11.drv: Store if a bitmap is top-down in X_PHYSBITMAP.
2010-02-22  Kusanagi Kouichiwinex11.drv: Check XDND version.
2010-02-22  Kusanagi Kouichiwinex11.drv: Keep the state of XIM and IME consistent.
2010-02-16  Kusanagi Kouichiwinex11.drv: Handle result string directly.
2010-02-16  Roderick Colenbranderwinex11: Fix palette conversion bug.
2010-01-04  Alexandre Julliardwinex11: Don't process ConfigureNotify events that...
2009-12-30  Rob Shearmanwinex11.drv: Empty clipboard cache on process unload...
2009-11-23  Vincent Povirkwinex11.drv: Generate text/html clipboard data from...
2009-10-14  Roderick Colenbranderwinex11: Add X11DRV_XRender_SetDeviceClipping for synci...
2009-10-08  Alexandre Julliardwinex11: Rename the XRENDERINFO type to make it clear...
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-10-01  Roderick Colenbranderwinex11: Add support for 16-bit/32-bit DIB sections.
2009-09-30  Alexandre Julliardwinex11: Remove BITBLT_InternalStretchBlt now that...
2009-09-25  Roderick Colenbranderwinex11: Don't use ColorShifts for non-TrueColor bitmaps.
2009-09-10  Roderick Colenbranderwinex11: Add helper function for copying brushes.
2009-09-09  Roderick Colenbranderwinex11: Add helper function for calculating ColorShifts.
2009-09-09  Dmitry Timoshkovwinex11.drv: Handle WM_DELETE_WINDOW by simulating...
2009-09-02  Roderick Colenbranderwinex11: Use ColorShifts data in X11DRV_PALETTE_ToLogical.
2009-09-02  Roderick Colenbranderwinex11: Use ColorShifts from physDev in X11DRV_PALETTE...
2009-09-02  Roderick Colenbranderwinex11: Prepare X11DRV_PALETTE_ToPhysical/_ToLogical...
2009-09-02  Roderick Colenbranderwinex11: Introduce a new function for looking up the...
2009-08-06  Henri Verbeetwinex11.drv: Add support for XShm pixmaps.
2009-07-24  Roderick Colenbranderwinex11: XRenderComposite can be inaccurate when scaled...
2009-07-16  Roderick Colenbranderwinex11: Add a function for retrieving the bitmap GC.
2009-07-13  Roderick Colenbranderwinex11: Add an XRender based GetSrcAreaStretch.
2009-06-22  Vincent Povirkwinex11.drv: Link the windows JFIF format to the X...
2009-06-22  Vincent Povirkwinex11.drv: Link the windows PNG format to the X image...
2009-05-26  Francois Gougetwinex11.drv: Replace an strdup() with HeapAlloc() in...
2009-01-30  Andrew Talbotwinex11.drv: Declare some functions static.
2009-01-07  Damjan Jovanovicwinex11: Support the startup notification fd.o spec.
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-18  Aric Stewartx11drv: Allow ActivateKeyboardLayout to set the keyboar...
2008-12-17  Maarten Lankhorstwinex11.drv: Make XIM functions hidden.
2008-12-03  Alexandre Julliardwinex11: Remove some unused functions.
2008-11-05  Kusanagi Kouichiwinex11: Implement large data transfers.
2008-10-20  Muneyuki Noguchiwinex11: Prevent XCreateIC from returning NULL when...
2008-10-02  Dmitry Timoshkovwinex11.drv: Add support for _NET_WORKAREA.
2008-09-12  Alexandre Julliardwinex11: Driver-side implementation of SetLayeredWindow...
2008-09-08  Alexandre Julliardwinex11: Support setting the window region on windows...
2008-09-08  Alexandre Julliardwinex11: Moved the X11DRV_WindowMessage function to...
2008-08-29  Alexandre Julliardwinex11: Allocate image data from the process heap...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the per-thread...
2008-05-28  Alexandre Julliardwinex11: Add support for performing GL calls on a top...
next