user32: Add tests for edit controls and VK_RETURN.
[wine] / dlls / winex11.drv /
2008-04-07  Aric Stewartwinex11: Have all xim interaction pass through the...
2008-04-07  Aric Stewartwinex11: Add IME functionality to winex11drv.
2008-04-07  Dmitry Timoshkovwinex11.drv: Do not set window type to utility to avoid...
2008-04-07  Alexandre Julliardwinex11: Don't set NET_WM_STATE on the desktop window.
2008-04-07  Vitaliy Margolenwinex11: Properly report state of the caps-lock and...
2008-04-07  Vitaliy Margolenwinex11: Get the ScrollLock mask.
2008-04-07  Dmitry Timoshkovwinex11: Change the priority of evaluated window styles...
2008-04-07  Alexandre Julliardwinex11: Set the _NET_WM_STATE atom directly for unmapp...
2008-04-07  Alexandre Julliardwinex11: Get rid of the SetWindowPos hack to unmap...
2008-04-07  Alexandre Julliardwinex11: Fix handling of property sizes for 64-bit...
2008-04-04  Alexandre Julliardwinex11: Ignore ConfigureNotify events when a window...
2008-04-04  Alexandre Julliardwinex11: Avoid updating the wm states inside a Configur...
2008-04-04  Alexandre Julliardwinex11: Don't update the normal size hints when a...
2008-04-04  Alexandre Julliardwinex11: Use the same test for resizable windows when...
2008-04-04  Alexandre Julliardwinex11: Ignore ConfigureNotify events on unmapped...
2008-04-04  Alexandre Julliardwinex11: Always update the window position without...
2008-04-02  Alexandre Julliardwinex11: Allow mapping/unmapping a window even while...
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-04-02  Vitaliy Margolenwinex11drv: Distinguish left and right keys for shift...
2008-04-01  Roderick Colenbranderwgl: Add missing WGL_STEREO_ARB to ConvertAttribWGLtoGLX.
2008-04-01  Roderick Colenbranderwgl: Fix ChoosePixelFormat behavior.
2008-03-31  Roderick Colenbranderwgl: Move all winex11.drv opengl traces to wgl.
2008-03-31  Alexandre Julliardwinex11: Ignore EnterNotify resulting from a pointer...
2008-03-31  Jacek Cabanwinex11: Add owned windows to the taskbar if it has...
2008-03-26  Alexandre Julliardwinex11: Fix X11DRV_CLIPBOARD_ReadProperty to read...
2008-03-25  Alexandre Julliardwinex11: Don't attempt to dock into the system tray...
2008-03-25  Dmitry Timoshkovwinex11.drv: Don't add owned windows to the taskbar.
2008-03-24  Alexandre Julliardwinex11: Grab the pointer in menu tracking mode too.
2008-03-24  Alexandre Julliardwinex11: Setting window z-order using a sibling doesn...
2008-03-24  Roderick Colenbranderwgl: Return TRUE on wglReleasePbufferDCARB success.
2008-03-24  Andrew Talbotwinex11.drv: Assign to structs instead of using memcpy.
2008-03-22  Andrew Talbotwinex11.drv: Indirection level fix.
2008-03-21  Kusanagi Kouichiwinex11.drv: Fix crash by long preedit text.
2008-03-19  Alexandre Julliardwinex11: Remove leftover debugging output.
2008-03-19  Dmitry Timoshkovwinex11.drv: Add a some heuristics when to add a maximi...
2008-03-18  Michael Karcherwinex11: Fix alpha for client-side-rendered text.
2008-03-18  Alexandre Julliardwinex11: Clip out children window when repainting the...
2008-03-18  Alexandre Julliardwinex11: Fix mouse coordinates mapping on desktop window.
2008-03-18  Alexandre Julliardwinex11: Avoid useless updates of the desktop window...
2008-03-18  Alexandre Julliardwinex11: Fix typo that was causing superfluous updates...
2008-03-18  Alexandre Julliardwinex11: Fix bug report address.
2008-03-13  Dan Kegelwintab: Expand whitelist of tablets.
2008-03-13  Alexandre Julliardwinex11: Store a pointer to the X11 event currently...
2008-03-12  Alexandre Julliardwinex11: Check if _NET_WM_MOVERESIZE is supported befor...
2008-03-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-03-11  Alexandre Julliardwinex11: Discard ConfigureNotify events even if the...
2008-03-11  Alexandre Julliardwinex11: Add support for merging redundant events,...
2008-03-10  Alexandre Julliardwinex11: Added an exception handler to catch bad pointe...
2008-03-07  Dan Kegelwinex11: wintab.c: use atan2 instead of atan.
2008-03-05  Alexandre Julliardwinex11: Reset the cursor window when re-creating the...
2008-03-05  Hans Leidekkerwinex11.drv: Retrieve X color profile in GetICMProfile.
2008-03-05  Hans Leidekkergdi32: Move GetICMProfile to the driver.
2008-03-05  Alexandre Julliardwinex11: Don't set the fullscreen hint on maximized...
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-03-05  Alexandre Julliardwinex11: Retrieve the current window placement in MapNo...
2008-03-05  Alexandre Julliardwinex11: Ignore Map/UnmapNotify if the window is alread...
2008-03-04  Roderick Colenbranderwgl: Add aux buffers support for use with wglChoosePixe...
2008-03-01  Alexandre Julliardwinex11: Set the appropriate _NET_WM_STATE properties...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-29  Alexandre Julliardwinex11: Avoid depending on win.h.
2008-02-29  Alexandre Julliardwinex11: Avoid accessing the internals of the window...
2008-02-28  Alexandre Julliardwinex11: Get rid of direct accesses to the window struc...
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
2008-02-28  Alexandre Julliardwinex11: Merge the iconification support into the SetWi...
2008-02-28  Dmitry Timoshkovwinex11: Add a workaround for Metacity being too strict...
2008-02-27  Alexandre Julliardwinex11: Check the current window state on Map/UnmapNot...
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-27  Alexandre Julliardwinex11: Clear the NET_WM_STATE status when a window...
2008-02-26  Chris Robinsonwinex11: Fix wglCopyContext case where GLX contexts...
2008-02-25  Alexandre Julliardwinex11: Use the same full screen test in is_window_man...
2008-02-25  Alexandre Julliardwinex11: Get rid of the visual id property, we are...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-25  Alexandre Julliardwinex11: Correctly initialize the cursor in a newly...
2008-02-25  Roderick Colenbranderwgl: Add aux buffers support to DescribePixelFormat.
2008-02-25  Roderick Colenbranderwgl: Remove unneeded opengl initialisation code at...
2008-02-25  Roderick Colenbranderwgl: Remove the pixel format limitation.
2008-02-22  Alexandre Julliardwinex11: Force the client dimensions to at least 1x1...
2008-02-22  Rob Shearmanwinex11.drv: Optimise getting the bits of a DIB after...
2008-02-22  Alexandre Julliardwinex11: Re-create the client window when setting the...
2008-02-21  Alexandre Julliardwinex11: Keep track of the window colormap and free...
2008-02-21  Alexandre Julliardwinex11: Make the BitBlt short-cuts more generic to...
2008-02-21  Dmitry Timoshkovwinex11.drv: Add an optimized path for BitBlt(SRCINVERT).
2008-02-21  Alexandre Julliardwinex11: Re-introduce a separate X11 window for the...
2008-02-18  Alexandre Julliardwinex11: Move the raising of windows on SetFocus to...
2008-02-18  Alexandre Julliardwinex11: Use GetDCHook to retrieve the dce pointer...
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2008-02-07  Christopher Harveywinex11: Added WGL_BIND_TO_TEXTURE_DEPTH_NV to ConvertA...
2008-02-07  Lars-Ake Fredlundwinex11: Don't create a mapping if X11DRV_PALETTE_VIRTU...
2008-02-06  Alexandre Julliardwinex11: Only update the virtual screen rect once in...
2008-02-06  Alexandre Julliardwinex11: Use the gdi display when initializing the...
2008-02-06  Alexandre Julliardwinex11: Don't erase the desktop window synchronously...
2008-02-05  Alexandre Julliardwinex11: Add a critical section for the palette global...
2008-02-05  Francois Gougetwinex11.drv: Add some API documentation stubs to make...
2008-02-05  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-02-04  Alexandre Julliardwinex11: Remove unneeded check on bitmap depth, screen...
2008-02-04  Alexandre Julliardwinex11: Abstract the depth->bpp conversion and use...
next