user32: Combine horizontal and vertical window scroll bar info in a single structure.
[wine] / dlls / user32 / win.c
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...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-25  Alexandre Julliarduser32: Simplify the window structure creation. Get...
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2008-01-22  Alexandre Julliarduser32,server: Set the initial window rectangles to...
2008-01-14  Alexandre Julliarduser32: Don't inherit stdin/stdout handles in explorer.
2008-01-10  Louis Lendersuser32: Add stub for GetLayeredWindowAttributes.
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-10-31  Alexandre Julliarduser32: SetParent should not make the window topmost.
2007-10-31  Alexandre Julliarduser32: Don't allow changing the WS_EX_TOPMOST style...
2007-10-30  Alexandre Julliarduser32: Fix a slightly incorrect assert.
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2006-12-12  Pierre d'Herbemontuser32: Factorize graphics driver SetParent into user32.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.