winhttp: Accept WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH as session option.
[wine] / dlls / user32 /
2012-10-31  Michael Stefaniucuser32: Avoid sizeof on structs with variable length...
2012-10-31  Michael Stefaniucuser32/test: Don't over-allocate memory for DDEDATA.
2012-10-30  AndrĂ© Hentscheluser32: Avoid memory leaks (coverity).
2012-10-29  Alexandre Julliarduser32: Don't flush window surfaces while waiting for...
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
2012-10-24  Michael Stefaniucuser32: Use FIELD_OFFSET to calculate the size of a...
2012-10-24  Michael Stefaniucuser32: Remove redundant sizeof check.
2012-10-22  Alexandre Julliarduser32: Retrieve the graphics driver module from gdi32.
2012-10-22  Henri Verbeetuser32: Implement GetRawInputDeviceInfoA().
2012-10-18  Henri Verbeetuser32: Implement GetRawInputDeviceInfoW().
2012-10-18  Alexandre Julliarduser32/tests: Don't release a random DC handle.
2012-10-18  Henri Verbeetuser32: Implement GetRawInputDeviceList().
2012-10-17  Alexandre Julliarduser32: Don't free a clip region twice.
2012-10-15  Francois Gougetuser32/tests: Add a trailing '\n' to an ok() call.
2012-10-15  Alexandre Julliarduser32: Delay message spying initialization until needed.
2012-10-15  Alexandre Julliarduser32: Don't show the icon title for off-screen icons.
2012-10-15  Alexandre Julliardwinex11: Move the icon window off-screen for managed...
2012-10-15  Sergey Guralnikuser32: Add internal class small icons.
2012-10-15  Alexandre Julliarduser32: Flush window surfaces in all functions that...
2012-10-15  Dmitry Timoshkovuser32: Make sure that window's normal_rect is initiali...
2012-10-11  Sergey Guralnikuser32/tests: Add tests for class small icons.
2012-10-10  Alexandre Julliarduser32: Don't use the window surface when the pixel...
2012-10-09  Alexandre Julliarduser32: Add support for setting the window surface...
2012-10-09  Alexandre Julliardserver: Add flags in the set_window_pos request to...
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-03  Huw Daviesuser32: If the value doesn't exist under the volatile...
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: Invalid DCEs when the window surface changes.
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: Default to the dummy surface if the driver...
2012-10-01  Alexandre Julliarduser32: Create a dummy window surface for windows that...
2012-10-01  Alexandre Julliarduser32: Always flush window surfaces in PeekMessage...
2012-09-27  Alexandre Julliarduser32: Add tests for UpdateLayeredWindowIndirect and...
2012-09-20  Michael Stefaniucuser32: Remove superfluous function pointer casts.
2012-09-18  Alexandre Julliarduser32/tests: Fix coordinates in the UpdateLayeredWindo...
2012-09-17  Aric Stewartuser32: Free the uniscribe data before freeing the...
2012-09-17  Alexandre Julliarduser32/tests: Add a test for calling UpdateLayeredWindo...
2012-09-14  Michael Stefaniucuser32: Don't bother using the register storage class...
2012-09-13  Alexandre Julliarduser32/tests: Add some tests for UpdateLayeredWindow.
2012-09-13  Alexandre Julliarduser32: Refresh the frame when the style bits of a...
2012-09-13  Alexandre Julliarduser32: Don't send messages on position changes in...
2012-09-12  Henri Verbeetuser32: Add rawinput keyboard support.
2012-09-11  Alexandre Julliarduser32: Check for the need to flush window surfaces...
2012-09-11  Henri Verbeetuser32: Add rawinput mouse support.
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-09-10  Alexandre Julliarduser32: Fix DrawFocusRect to always invert the destinat...
2012-09-06  Akihiro Sagawauser32: Add support for legacy access keys.
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-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-09-05  Alexandre Julliardgdi32: Let user32 specify the device rectangle when...
2012-09-05  Alexandre Julliarduser32: Add a helper function to retrieve the virtual...
2012-09-05  Nikolay Sivovuser32: Release uniscribe data on Edit control destruct...
2012-09-04  Alexandre Julliarduser32: Only show a window the first time WS_VISIBLE...
2012-08-29  Alexandre Julliarduser32: Invalidate the DCEs while still holding the...
2012-08-29  Alexandre Julliarduser32: Always go through set_window_pos when the WS_VI...
2012-08-29  Alexandre Julliarduser32: Rely on SetWindowPos to invalidate the DCEs...
2012-08-29  Alexandre Julliarduser32: ScrollWindow should not use a cached DC, unlike...
2012-08-22  Piotr Cabanuser32: Don't limit time needed for WM_DDE_INITIATE...
2012-08-20  Marcus Meissneruser32: Fixed two use-after-free (Coverity).
2012-08-20  Marcus Meissneruser32: Free the correct dce (Coverity).
2012-08-16  Alex Henrieuser32: Correct dialog focus behavior.
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-07-26  Sergey Guralnikuser32: Rearrange ComboBox repositioning code.
2012-07-18  Alexandre Julliarduser32/tests: Try to fix a test that frequently fails...
2012-07-17  Alexandre Julliarduser32/tests: Move DlgDirList tests to avoid changing...
2012-07-17  Alex Henrieuser32: Minimize and maximize boxes can only appear...
2012-07-16  Bruno Jesususer32/tests: Update DlgDirList tests.
2012-07-09  Bruno Jesususer32/tests: Add a test for OpenClipboard twice with...
2012-07-03  Sergey Guralnikuser32: Add test for ComboBox repositioning behavior.
2012-06-12  Francois Gougetuser32: Make some DDE functions static.
2012-06-12  Francois Gougetuser32: Reorder some DDE functions to avoid the need...
2012-06-04  Michael Stefaniucuser32/tests: Fix the expected values in some ok()...
2012-05-31  Alexandre Julliardgdi32: Move DC hook private definitions out of wingdi.h.
2012-05-22  Piotr Cabanuser32/tests: Added SetWindowPos test that incorrectly...
2012-05-16  Piotr Cabanuser32/tests: Added more GetMenuBarInfo tests.
2012-05-16  Piotr Cabanuser32/tests: Added GetMenuBarInfo tests.
2012-05-16  Piotr Cabanuser32: Added GetMenuBarInfo implementation.
2012-05-16  Michael Stefaniucuser32/tests: Remove duplicated ok() call.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-15  Francois Gougetuser32: Fix the spelling of the hRecipient variable.
2012-05-15  Francois Gougetuser32/tests: Add a trailing '\n' to ok() calls.
2012-05-15  Michael Stefaniucuser32/tests: Check the correct variable for the correc...
2012-05-14  Owen Rudgeuser32: Return Unicode length instead of ANSI in GetUse...
2012-05-14  Owen Rudgeuser32: Correct return value when buffer too short...
2012-05-14  Owen Rudgeuser32/tests: Add GetUserObjectInformation tests.
2012-04-30  Austin Englishuser32: Make a few more functions hotpatchable.
2012-04-19  Alexandre Julliarduser32: Don't invalidate DCEs for sibling top-level...
2012-04-05  Aric Stewartuser32: While calculating lines, discard uniscribe...
2012-04-02  Dmitry Timoshkovuser32: SetWindowPos() should check the final window...
2012-04-02  Dmitry Timoshkovuser32: SetParent() should use ShowWindow() to make...
2012-03-29  Dmitry Timoshkovuser32: IsDialogMessage should allow control ids other...
2012-02-22  Thomas Faberuser32/tests: Do not depend on argument evaluation...
2012-02-20  Marcus Meissneruser32: Remove duplicated call to GetSystemMenu (Coverity).
2012-02-15  Alexandre Julliarduser32: Add mouse tracking on caption right-clicks...
next