winex11: Remove support for icon windows, use a default icon instead.
[wine] / dlls / winex11.drv / window.c
2012-09-10  Alexandre Julliardwinex11: Remove support for icon windows, use a default...
2012-09-10  Alexandre Julliardwinex11: Disable client-side rendering for OpenGL windows.
2012-09-06  Alexandre Julliardwinex11: Use window surfaces for rendering top-level...
2012-09-06  Alexandre Julliarduser32: Add support for managing a DIB surface for...
2012-09-04  Alexandre Julliardwinex11: Store the rectangle of the GL drawable and...
2012-09-04  Alexandre Julliardwinex11: Create the whole window at window creation...
2012-09-03  Alexandre Julliardwinex11: Move the GL drawable management to opengl.c.
2012-09-03  Alexandre Julliardwinex11: Treat the client window as an OpenGL drawable.
2012-09-03  Alexandre Julliardwinex11: Store the OpenGL drawable in a separate struct...
2012-09-03  Alexandre Julliardwinex11: Only create the client window when the pixel...
2012-08-30  Alexandre Julliardwinex11: Always paint to the whole window.
2012-08-30  Alexandre Julliardwinex11: Don't select for mouse events on the client...
2012-08-30  Alexandre Julliardwinex11: Never attempt to create the window data from...
2012-08-29  Alexandre Julliarduser32: Always go through set_window_pos when the WS_VI...
2012-08-16  Alexandre Julliardwinex11: Remove the remaining X11 locking calls.
2012-08-16  Alexandre Julliardwinex11: Create contexts at initialization time to...
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-08-13  Henri Verbeetwinex11: Don't set MWM decorations either for fullscree...
2012-07-12  Alexandre Julliardwinex11: Get rid of the no longer needed drawable rect...
2012-06-04  Alexandre Julliardwinex11: Don't free a variable that is no longer alloca...
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-07  Alexandre Julliardwinex11: Define an enum to manage the various types...
2012-02-13  Alexandre Julliardwinex11: Make sure the clip window is created as soon...
2012-02-01  Alexandre Julliardwinex11: Move the window resizing support to mouse.c.
2012-01-31  Alexandre Julliardwinex11: Reset clipping when a fullscreen window is...
2012-01-25  Matteo Bruniwinex11: Don't put the GL drawable offscreen.
2012-01-19  Dmitry Timoshkovwinex11.drv: Use dialog window type also for owned...
2012-01-11  Kusanagi Kouichiwinex11.drv: Assign struct.
2011-12-19  Alexandre Julliardwinex11: Only take managed popups into account when...
2011-12-19  Alexandre Julliardwinex11: Hardcode the MWM hints for the desktop window.
2011-12-16  Alexandre Julliardwinex11: Update MWM hints when the window size changes.
2011-11-28  Ulrich Czekallawinex11: Avoid grabbing user_section while holding...
2011-11-09  Alexandre Julliardwinex11: Don't allow setting the cursor across processe...
2011-05-12  Alexandre Julliardwinex11: Set the desktop window gravity to NorthWest...
2011-05-11  Alexandre Julliardwinex11: Export a couple of helper functions for window...
2011-04-25  Alexandre Julliardwinex11: Release the clip cursor grab when the clipping...
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: Use dialog window type again for owned...
2011-04-14  Alexandre Julliardwinex11: Make sure the clipping window is initialized...
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: Implement cursor clipping using a pointer...
2011-03-29  Dmitry Timoshkovwinex11.drv: Do not use any window types except _NET_WM...
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...
next