user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / win.c
2012-10-15  Dmitry Timoshkovuser32: Make sure that window's normal_rect is initiali...
2012-10-09  Alexandre Julliarduser32: Add support for setting the window surface...
2012-10-09  Alexandre Julliarduser32: Store the pixel format in the window structure.
2012-10-09  Alexandre Julliarduser32: Add a helper function to update the window...
2012-10-09  Alexandre Julliarduser32: Don't use SWP_SHOWWINDOW when the WS_VISIBLE...
2012-10-03  Alexandre Julliarduser32: Add a Wine-specific entry point to set the...
2012-10-02  Alexandre Julliarduser32: Don't redraw anything when WS_VISIBLE is toggle...
2012-10-01  Alexandre Julliarduser32: Add a driver entry point for UpdateLayeredWindow.
2012-10-01  Alexandre Julliarduser32: Also call set_window_pos when the WS_EX_LAYERED...
2012-10-01  Alexandre Julliarduser32: Call the SetWindowStyle driver entry point...
2012-10-01  Alexandre Julliarduser32: Create a dummy window surface for windows that...
2012-09-27  Alexandre Julliarduser32: Add tests for UpdateLayeredWindowIndirect and...
2012-09-13  Alexandre Julliarduser32: Don't send messages on position changes in...
2012-09-06  Alexandre Julliarduser32: Maintain a list of active window surfaces and...
2012-09-06  Alexandre Julliarduser32: Add support for managing a DIB surface for...
2012-09-04  Alexandre Julliarduser32: Only show a window the first time WS_VISIBLE...
2012-08-29  Alexandre Julliarduser32: Always go through set_window_pos when the WS_VI...
2012-04-30  Austin Englishuser32: Make a few more functions hotpatchable.
2012-04-02  Dmitry Timoshkovuser32: SetParent() should use ShowWindow() to make...
2012-01-17  Alexandre Julliarduser32: Fix some printf format warnings.
2011-12-07  Dmitry Timoshkovuser32: Add more window style tests, make them pass...
2011-10-31  Michael Stefaniucinclude: Make "long" numeric constants LP64/LLP64 proof...
2011-09-12  Jacek Cabanuser32: Make GetWindowInfo hotpatchable.
2010-12-13  Alexandre Julliarduser32: Fix coordinates mapping for the desktop window...
2010-11-16  Alexandre Julliarduser32: Check structure size in GetGUIThreadInfo.
2010-10-19  Dmitry Timoshkovuser32: FindWindow() should treat an empty title same...
2010-10-05  Alexandre Julliarduser32: Don't rely on the cached position for windows...
2010-09-24  Alexandre Julliarduser32: Set the default process layout based on the...
2010-09-23  Alexandre Julliarduser32: Always store the window rectangles unmirrored...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in WIN_GetRe...
2010-09-21  Dmitry Timoshkovuser32: UpdateLayeredWindow() should fail on non-layere...
2010-09-08  Alexandre Julliarduser32: Don't try to set the WS_EX_LAYOUTRTL flag on...
2010-09-08  Alexandre Julliarduser32: Avoid redundant server call in WIN_GetRectangle...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-09-07  Alexandre Julliarduser32: Add support for fetching window rectangles...
2010-09-02  Alexandre Julliarduser32: Implement Get/SetProcessDefaultLayout.
2010-09-02  Alexandre Julliarduser32: Make child windows inherit the WS_EX_LAYOUTRTL...
2010-09-01  Alexandre Julliarduser32: Prevent changing some window styles through...
2010-06-18  Paul Chitescuuser32: Use a safer method of freeing user handles...
2010-06-18  Paul Vriensuser32: Add another flag to the TRACE().
2010-05-28  Alexandre Julliarduser32: Only skip redraws on MDI child unmaximize if...
2010-03-29  Alexandre Julliarduser32: Always start the 64-bit version of explorer...
2010-02-24  Nikolay Sivovuser32: Use whole window rectangle for UpdateLayeredWindow.
2010-02-24  Nikolay Sivovuser32: Intersect with passed dirty rectangle while...
2010-02-05  Bernhard Übelackeruser32: Don't hide the window in SetParent when window...
2010-02-04  Michael Stefaniucuser32: Don't print the function name twice in a FIXME.
2010-02-03  Alexandre Julliarduser32: Add a safety check in release_user_handle_ptr.
2009-12-23  Alexandre Julliarduser32: Remove the no longer needed WIN_ISDIALOG flag.
2009-12-23  Alexandre Julliarduser32: Remove the no longer used WIN_ISWIN32 flag.
2009-12-23  Alexandre Julliarduser32: Export the WIN_GetFullHandle function through...
2009-12-21  Alexandre Julliarduser32: Send all CreateWindow calls through the WoW...
2009-12-18  Alexandre Julliarduser32: Make WINPROC_AllocProc take a unicode flag...
2009-12-17  Alexandre Julliarduser32: Move the 16-bit menu functions to user16.c.
2009-12-17  Alexandre Julliarduser32: Move 16-bit window creation functions to 16...
2009-12-17  Alexandre Julliarduser32: Use W structures in window creation code.
2009-12-17  Alexandre Julliarduser32: Move loading of the 16-bit window menu to Creat...
2009-12-17  Alexandre Julliarduser32: Move 16-bit instance normalization to CreateWin...
2009-12-17  Alexandre Julliarduser32: Get rid of the EDIT_winproc_handle variable.
2009-12-14  Alexandre Julliarduser32: Move Get/SetWindowLong16 implementation to...
2009-11-16  Nikolay Sivovuser32: Free window text to prevent leak in case when...
2009-10-27  Alexandre Julliarduser32: Specify the full application path when starting...
2009-10-23  Alexandre Julliarduser32: Fix the return value of EnumThreadWindows.
2009-10-21  Nikolay Sivovuser32/win: Release scroll window data on window destru...
2009-10-12  Alexandre Julliarduser32: Set last error in WIN_GetRectangles.
2009-10-12  Alexandre Julliarduser32: Use the generic handle functions for windows...
2009-10-12  Alexandre Julliarduser32: Add functions for manipulating client-side...
2009-08-20  Alexandre Julliarduser32: Run the explorer process from the system directory.
2009-06-03  Alexandre Julliarduser32: Use a simplified sequence to destroy windows...
2009-05-04  Rein Klazesuser32: Combine horizontal and vertical window scroll...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-17  Alexandre Julliarduser32: Fix FindWindow to not match an empty class...
2008-11-04  Michael Stefaniucuser32: Do not cast zero.
2008-10-29  Dmitry Timoshkovuser32: Handle all kinds of values returned by WIN_GetPtr.
2008-09-16  Alexandre Julliarduser32: Implemented UpdateLayeredWindow and UpdateLayer...
2008-09-16  Alexandre Julliarduser32: Don't reinitialize the window placement even...
2008-09-12  Alexandre Julliarduser32: Add a SetLayeredWindowAttributes driver entry...
2008-09-12  Alexandre Julliardserver: Implemented the server side of Get/SetLayeredWi...
2008-09-12  Alexandre Julliarduser32: Notify the user driver about window extended...
2008-07-30  Alexandre Julliarduser32: Return a proper rectangle from WINPOS_MinMaximize.
2008-07-17  Lei Zhanguser32: Clamp newly created windows to the minimum...
2008-06-25  Alexandre Julliarduser32: Make sure that IsWindowVisible returns FALSE...
2008-06-25  Alexandre Julliarduser32: Add support for finding HWND_MESSAGE windows...
2008-06-25  Alexandre Julliarduser32: Treat the top-level message window as a desktop...
2008-06-25  Alexandre Julliarduser32: Use the top-level message window as parent...
2008-06-25  Alexandre Julliardserver: Also return the top-level message window in...
2008-06-25  Alexandre Julliarduser32: Add support for a top-level message parent...
2008-05-28  Alexandre Julliarduser32: Check for wraparound in the initial window...
2008-05-27  Dmitry Timoshkovuser32: Implement GetWindowModuleFileName.
2008-05-08  Alexandre Julliarduser32: The client rectangle is in screen coordinates...
2008-04-07  Alexandre Julliarduser32: Fix list_window_parents when run in the desktop...
2008-03-31  Alexandre Julliarduser32: Don't start explorer.exe on non-visible window...
2008-03-20  Dmitry Timoshkovuser32: Increase an initial buffer size from 32 to...
2008-03-19  Alexandre Julliarduser32: Implemented EnumDesktopWindows.
2008-03-04  Alexandre Julliarduser32: Store the window placement information directly...
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
next