winex11.drv: Allow disabling vertical sync using EXT_swap_control.
[wine] / dlls / winex11.drv / window.c
2011-03-07  Alexandre Julliardwinex11: Don't unmap off-screen windows on PropertyNoti...
2011-02-24  Alexandre Julliardwinex11: Synchronize the mouse cursor in update_mouse_s...
2011-02-01  Dmitry Timoshkovwinex11.drv: Make sure that default clipping region...
2010-12-28  Alexandre Julliardwinex11: Make the tool window flag take precedence...
2010-12-15  Alexandre Julliardwinex11: Potentially update the system tray notificatio...
2010-12-09  Alexandre Julliardwinex11: Only map the window the first time that WS_VIS...
2010-11-15  Alexandre Julliardwinex11: Properly forget about a foreign window when...
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-05  Alexandre Julliardwinex11: Sync the window attributes when switching...
2010-11-02  Alexandre Julliardwinex11: Improve management of the lifetime of embedded...
2010-09-30  Alexandre Julliardwinex11: Force setting the cursor again on the first...
2010-09-27  Alexandre Julliardwinex11: Mirror the window region for RTL windows.
2010-09-14  Dmitry Timoshkovwinex11.drv: Avoid copying invalid window bits.
2010-09-14  Dmitry Timoshkovwinex11.drv: Avoid copying window bits if the window...
2010-09-07  Alexandre Julliarduser32: Add support for fetching window rectangles...
2010-08-01  Alexandre Julliardwinex11: Sending a move/resize client message to the...
2010-07-26  Dmitry Timoshkovwinex11: Remember last window that had the XIC focus...
2010-06-29  Alexandre Julliardwinex11: Set the user time property on top-level windows.
2010-06-01  Alexandre Julliardwinex11: Windows with WS_EX_NOACTIVATE style shouldn...
2010-05-28  Alexandre Julliardwinex11: Only unmap windows when the window rect change...
2010-05-28  Alexandre Julliardwinex11: Map zero-size windows and set an empty window...
2010-05-28  Alexandre Julliardwinex11: Set size hints to 1x1 for zero-sized windows.
2010-05-28  Alexandre Julliardwinex11: Set window style to normal for windows with...
2010-05-24  Alexandre Julliardwinex11: Unmap zero-size windows also while processing...
2010-05-20  Alexandre Julliardwinex11: Fix a bitmap leak when setting the small icon...
2010-05-10  Alexandre Julliardwinex11: Take into account the cursor show count when...
2010-04-29  Alexandre Julliardwinex11: Make the cursor window global instead of per...
2010-04-22  Alexandre Julliardwinex11: Don't set a hint for the small icon if it...
2010-04-22  Alexandre Julliardwinex11: Invert the icon mask only after the conversion...
2010-04-21  Alexandre Julliardwinex11: Update the cursor from the thread input status...
2010-04-20  Alexandre Julliardwinex11: Fix memory leaks in get_bitmap_argb.
2010-04-19  Alexandre Julliardwinex11: Add the small icon to the NET_WM_ICON hint.
2010-04-19  Alexandre Julliardwinex11: Generate an alpha channel from the bitmask...
2010-04-19  Alexandre Julliardwinex11: Move creation of an ARGB bitmap for icons...
2010-04-16  Alexandre Julliardwinex11: Set the NET_WM_ICON hint for 32-bpp icons.
2010-04-12  Henri Verbeetwinex11.drv: Allow OpenGL on minimized windows.
2010-04-07  Dmitry Timoshkovwinex11.drv: Do not allow WM actions for windows with...
2010-03-20  Alexandre Julliardwinex11: Don't make the owner window managed if its...
2010-03-18  Vincent Povirkwinex11.drv: Use CurrentTime to focus windows if we...
2010-03-01  Alexandre Julliardwinex11: Don't try to create the owner window if it...
2010-02-23  Alexandre Julliardwinex11: Switch owner window to managed when displaying...
2010-02-23  Alexandre Julliardwinex11: Windows that own popups should be managed.
2010-02-23  Alexandre Julliardwinex11: Make sure that the owner window exists when...
2010-02-22  Kusanagi Kouichiwinex11.drv: Check XDND version.
2010-02-16  Alexandre Julliardwinex11: Fix the DC rect offset for a released DC.
2010-02-08  Alexandre Julliardwinex11: Shape offset must be relative to the window...
2010-02-04  Alexandre Julliardwinex11: Update the window shape offset when the window...
2010-02-02  Alexandre Julliardwinex11: Synchronize the shaped flag with the window...
2010-01-04  Alexandre Julliardwinex11: Don't process ConfigureNotify events that...
2009-11-12  Vincent Povirkwinex11.drv: Allow windows in a virtual desktop to...
2009-09-09  Dmitry Timoshkovwinex11.drv: Handle WM_DELETE_WINDOW by simulating...
2009-08-13  Alexandre Julliardwinex11: Use the Globally Active focus model with take...
2009-06-25  Alexandre Julliardwinex11: Try to use the correct window rectangle as...
2009-05-05  Alexandre Julliardwinex11: Limit window dimensions to 65535 to avoid...
2009-01-30  Andrew Talbotwinex11.drv: Declare some functions static.
2009-01-26  Alexandre Julliardwinex11: Flush the display after releasing the capture...
2009-01-10  Vincent Povirkwinex11: Select StructureNotifyMask input on all windows.
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-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-10-07  Dmitry Timoshkovwinex11.drv: Use the monitor work area to decide whethe...
2008-09-22  Alexandre Julliardwinex11: Fix SetLayeredWindowAttributes when called...
2008-09-17  Alexandre Julliardwinex11: Don't try to retrieve the X11 size on ShowWind...
2008-09-17  Alexandre Julliardwinex11: Force the X11 size of zero-sized window to...
2008-09-12  Alexandre Julliardwinex11: Driver-side implementation of SetLayeredWindow...
2008-09-12  Alexandre Julliarduser32: Notify the user driver about window extended...
2008-09-12  Alexandre Julliardwinex11: Fixed mapping of the move/resize starting...
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: Always set the z-order when a window is being...
2008-07-31  Alexandre Julliardwinex11: Fetch the current X window position on ShowWin...
2008-07-02  Alexandre Julliarduser32: Split the SetWindowPos driver backend in Window...
2008-06-26  Alexandre Julliardwinex11: Don't create a win data structure for HWND_MES...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Get rid of the explicit colormap management.
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the per-thread...
2008-06-18  Alexandre Julliardwinex11: Avoid erasing the window when changing the...
2008-05-28  Alexandre Julliardwinex11: Add support for performing GL calls on a top...
2008-05-28  Alexandre Julliardwinex11: Make sure that all glX functions are called...
2008-05-13  Alexandre Julliardwinex11: When re-creating a client window check the...
2008-05-12  Alexandre Julliardwinex11: Create a dummy parent window for composite...
2008-05-12  Alexandre Julliardwinex11: Create all the GL drawables using the gdi_disp...
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-05-01  Alexandre Julliardwinex11: Only unmap a window when explicitly hidden...
2008-05-01  Alexandre Julliardwinex11: Ignore the specified owner if it's a zero...
2008-04-29  Alexandre Julliardwinex11: Don't put window manager decorations on shaped...
2008-04-25  Alexandre Julliardwinex11: Don't force tool windows to unmanaged mode.
2008-04-24  Roderick Colenbranderwgl: Add a wine specific WGL extension which allows...
2008-04-23  Alexandre Julliardwinex11: Don't allow changing the X11 size of a maximiz...
2008-04-23  Alexandre Julliardwinex11: Make sure that the window gravity is always...
2008-04-23  Alexandre Julliardwinex11: Merged the contents of winpos.c into window.c.
2008-04-21  Alexandre Julliardwinex11: Set type to dialog for owned popup windows.
2008-04-21  Alexandre Julliardwinex11: Use SetWindowPos to invalidate DCEs when chang...
2008-04-17  Alexandre Julliardwinex11: Moved the WM_SYSCOMMAND handling to window.c.
2008-04-17  Dmitry Timoshkovwinex11.drv: Map zero-sized windows but don't add WM...
2008-04-14  Alexandre Julliardwinex11: Fix the type hint for the desktop window.
2008-04-14  Alexandre Julliardwinex11: Make WS_EX_APPWINDOW windows have normal type.
2008-04-11  Matthew D'Asarowinex11: Add registry option to let wine decorate windows.
next