msxml3: COM cleanup in domdoc.c.
[wine] / dlls / winex11.drv /
2011-04-26  Alexandre Julliardwinex11: Refuse to clip cursor to a 1x1 window if we...
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: Add separate helper functions for pointer...
2011-04-22  Alexandre Julliardwinex11: Store a message window with the desktop when...
2011-04-22  Alexandre Julliardwinex11: Clip out the top-level windows when repainting...
2011-04-20  Dmitry Timoshkovwinex11.drv: Make sure that all relevant keyboard trace...
2011-04-20  Dmitry Timoshkovwinex11.drv: Use dialog window type again for owned...
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  Austin Englishwinex11.drv: Remove extraneous parentheses (LLVM/Clang).
2011-04-13  Alexandre Julliardwinex11: Build the mouse input structure directly in...
2011-04-13  Alexandre Julliardwinex11: Add infrastructure for managing the extra...
2011-04-12  Huw Davieswinex11: Don't use the bitfields for the BI_RGB case.
2011-04-12  Alexandre Julliardwinex11: Get rid of the old ddraw HAL support.
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-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-04-05  Alexandre Julliardserver: Post a message to the desktop window when the...
2011-04-04  Gerald Pfeiferwinex11.drv: Initialize a variable in create_xcursor_fr...
2011-03-31  Matteo Bruniwinex11.drv: Take care of the destroyed drawable in...
2011-03-31  Matteo Bruniwinex11.drv: Don't call glXSwapBuffers if the context...
2011-03-31  Matteo Bruniwinex11.drv: Fix wglMakeContextCurrent with an invalid...
2011-03-31  Matteo Bruniwinex11.drv: Don't modify state if glXMakeContextCurren...
2011-03-30  Matteo Bruniwinex11.drv: Make wglMakeCurrent return the correct...
2011-03-30  Matteo Bruniwinex11.drv: Don't modify current state if glXMakeCurre...
2011-03-29  Joshua Beckwinex11: Improved error handling in pglXMakeCurrent...
2011-03-29  Dmitry Timoshkovwinex11.drv: Do not use any window types except _NET_WM...
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-17  Alexandre Julliardwinex11: Implement a separate entry point for PatBlt...
2011-03-10  Erich Hooverwinex11: Add support for retrieving multi-rate animated...
2011-03-10  Henri Verbeetwinex11: Remove a redundant forward declaration.
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-08  Henri Verbeetwinex11.drv: Allow disabling vertical sync using EXT_sw...
2011-03-07  Alexandre Julliarduser32: Get rid of the RegisterClipboardFormat driver...
2011-03-07  Alexandre Julliardwinex11: Register clipboard formats only once they...
2011-03-07  Alexandre Julliardwinex11: Remove the unused clipboard format flags.
2011-03-07  Alexandre Julliardwinex11: Don't unmap off-screen windows on PropertyNoti...
2011-03-07  Erich Hooverwinex11: Use GetCursorFrameInfo to obtain animated...
2011-03-04  Alexandre Julliarduser32: Remove GetClipboardFormatName from the user...
2011-03-04  Alexandre Julliardwinex11: Always reference clipboard formats by atom...
2011-03-03  Alexandre Julliardwinex11: Pre-register atoms for all the built-in clipbo...
2011-03-03  Alexandre Julliardwinex11: Add a debug helper for printing clipboard...
2011-03-03  Alexandre Julliardwinex11: Convert the clipboard format list to a standar...
2011-03-03  Alexandre Julliardwinex11: Convert the clipboard data list to a standard...
2011-03-03  Peter Urbanecwintab32: Better handling of XInput initialisation...
2011-03-03  Alexandre Julliardwinex11: Merge updating the mouse state and sending...
2011-03-03  Alexandre Julliardwinex11: Get rid of the ClipCursor and SendInput entry...
2011-03-02  Alexandre Julliarduser32: Handle input injected through SendInput entirel...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-03-02  Alexandre Julliarduser32: Export a Wine-specific function to send hardwar...
2011-03-02  Alexandre Julliardwinex11: Fetch the key state from the server when adjus...
2011-03-02  Alexandre Julliardserver: Set the message code for mouse input on the...
2011-03-02  Alexandre Julliardserver: Pass the original hardware input data to the...
2011-03-01  Alexandre Julliardserver: Don't pass a thread id to send_hardware_message...
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-28  Alexandre Julliardserver: Fill the key state in mouse events from the...
2011-02-28  AndrĂ© Hentschelwinex11.drv: Quiet a noisy FIXME.
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2011-02-24  Alexandre Julliardwinex11: Update the window cursor at most once every...
2011-02-24  Alexandre Julliardwinex11: Synchronize the mouse cursor in update_mouse_s...
2011-02-15  Nicholas Nirowinex11.drv: Add proper initialization for border_pixel.
2011-02-02  Henri Verbeetwinex11.drv: Only query for XShm on first use.
2011-02-01  Dmitry Timoshkovwinex11.drv: Make sure that default clipping region...
2011-01-31  Alexander Scott... winex11.drv: Improve error handling in bitmap synthesiz...
2011-01-31  Alexander Scott... winex11.drv: Remove unused constant, and fix a comment.
2011-01-31  Alexander Scott... winex11.drv: Remove broken HeapFree call.
2011-01-28  Alexander Scott... winex11.drv: Implement synthesizing the CF_ENHMETAFILE...
2011-01-24  Dmitry Timoshkovwinex11.drv: Associate the real DC transformation with...
2011-01-05  Austin Englishwinex11.drv: Use consistent formatting in a TRACE().
2010-12-28  Alexandre Julliardwinex11: Make the tool window flag take precedence...
2010-12-27  Andrew Nguyenwinex11.drv: Enhance the wrapper functions for WGL_EXT_...
2010-12-15  Alexandre Julliardwinex11: Potentially update the system tray notificatio...
2010-12-15  Alexandre Julliardwinex11: Add support for displaying system tray notific...
2010-12-15  Alexandre Julliardwinex11: Store information needed for the info balloon...
2010-12-13  Alexandre Julliardwinex11: Fix event coordinates mapping for the root...
2010-12-09  Alexandre Julliardwinex11: Only map the window the first time that WS_VIS...
2010-12-02  Wolfram Sangwinex11.drv: In GetDIBits() with DIB sections, always...
2010-11-30  Marcus Meissnerwinex11.drv: Do not include XFORM.eDx and eDy into...
2010-11-16  Alexandre Julliarduser32: Check structure size in GetGUIThreadInfo.
2010-11-15  Alexandre Julliardwinex11: Properly forget about a foreign window when...
2010-11-08  Andrew Nguyenwinex11.drv: Set last error to ERROR_BUSY when attempti...
2010-11-08  Andrew Nguyenwinex11.drv: Ensure that the WGL context is removed...
2010-11-08  Alexandre Julliardwinex11: Create Win32 windows corresponding to all...
2010-11-08  Alexandre Julliardwinex11: Add support for having a drawable associated...
2010-11-08  Alexandre Julliardwinex11: Handle GravityNotify events for non-toplevel...
2010-11-08  Alexandre Julliardwinex11: Add support for receiving ConfigureNotify...
2010-11-08  Vladimir Panteleevwinex11: Correctly handle non-RGB COLORREFs in BRUSH_Se...
2010-11-08  Vladimir Panteleevwinex11: Add X11DRV_PALETTE_GetColor function to resolv...
2010-11-05  Alexandre Julliardwinex11: Sync the window attributes when switching...
next