user32: Handle WM_CHAR messages better in edit controls.
[wine] / dlls / winex11.drv /
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...
2008-02-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-25  Dmitry Timoshkovwinex11.drv: Remove an incorrect FIXME.
2008-01-25  Ken Thomaseswinex11.drv: Accomodate XGetWindowProperty returning...
2008-01-25  Alexandre Julliardwinex11: Check for managed mode in create_whole_window...
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2008-01-24  Alexandre Julliardwinex11: Catch DIB memory accesses that touch the last...
2008-01-24  Alexandre Julliardwinex11: Check for need to make window managed when...
2008-01-24  Alexandre Julliardwinex11: Create the window data structure lazily, once...
2008-01-24  Alexandre Julliardwinex11: Don't create a win_data structure for the...
2008-01-23  Alexandre Julliardwinex11: Export a function to dock a window into the...
2008-01-23  Alexandre Julliardwinex11: Remove obsolete code to set Z-order for child...
2008-01-23  Dmitry Timoshkovuser32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave...
2008-01-23  Alexandre Julliardwinex11: Get the icon from the window in case it was...
2008-01-23  Alexandre Julliardwinex11: Set icon hints on non-managed windows too...
2008-01-23  Alexandre Julliardwinex11: Set hints for the existing window text when...
2008-01-23  Alexandre Julliardwinex11: Apply the existing window region (if any)...
2008-01-23  Alexandre Julliardwinex11: Add a mapped flag to the window data instead...
2008-01-23  Alexandre Julliardwinex11: Move code around in X11DRV_SetWindowPos to...
2008-01-23  Alexandre Julliardwinex11: Update the win data rectangles before doing...
2008-01-23  Alexandre Julliardwinex11: Leave it up to explorer to specify the correct...
2008-01-23  Alexandre Julliardwinex11: Move resetting of the cursor clip rectangle...
2008-01-22  Alexandre Julliardwinex11: Move the window bits according to the valid...
2008-01-22  Alexandre Julliardwinex11: Properly invalidate moved child windows instea...
2008-01-22  Alexandre Julliardwinex11: Make the client rect relative to the parent...
2008-01-22  Alexandre Julliardwinex11: Abstract the server part of SetWindowPos into...
2008-01-22  Alexandre Julliardserver: Add a separate request to set the window visibl...
next