netstat: Initial implementation.
[wine] / dlls / user32 /
2012-12-24  Andrew Talbotuser32: Indentation fix.
2012-12-17  Alexandre Julliarduser32: Fix copy/paste typo.
2012-12-17  Alexandre Julliarduser32: Properly fixup font system parameters with...
2012-12-13  Daniel Jelinskiuser32: Always call ScrollWindowEx in the listbox WM_VS...
2012-12-12  Alexandre Julliarduser32: Start checking for driver events more often...
2012-12-07  Andrew Talbotuser32: Remove unneeded address-of operator from array...
2012-12-05  Alexandre Julliarduser32: Ignore the PM_NOYIELD flag on the client side.
2012-12-05  Andrew Talbotuser32: Do not call HeapFree() with address of stack...
2012-12-03  Alexandre Julliarduser32: Refresh the desktop when the wallpaper is changed.
2012-11-28  Aric Stewartuser32: More instances where early versions of usp10...
2012-11-27  Alexandre Julliarduser32: Fix handling of NULL paint struct in BeginPaint.
2012-11-26  Alexandre Julliarduser32: Send WM_MOVING instead of WM_SIZING when moving...
2012-11-22  Alexandre Julliarduser32: Fix the wait event mask in PeekMessage.
2012-11-21  Alexandre Julliarduser32: Don't check for driver events before normal...
2012-11-21  Alexandre Julliarduser32: Don't check for driver events before normal...
2012-11-20  Alexandre Julliarduser32: Make sure the scroll button arrows are really...
2012-11-19  Alexandre Julliarduser32: Reimplement system color handling using standar...
2012-11-19  Michael Stefaniucuser32: Remove two superfluous casts.
2012-11-16  Alexandre Julliarduser32: Initialize some system parameters in the regist...
2012-11-16  Alexandre Julliarduser32: Maintain a cache of registry keys for the vario...
2012-11-16  Alexandre Julliarduser32: Define a global list of parameter registry...
2012-11-15  Alexandre Julliarduser32: Forward SystemParametersInfo calls to the user...
2012-11-15  Alexandre Julliarduser32: Check the length of the loaded registry key...
2012-11-15  Alexandre Julliarduser32: Simplify initialization of the desktop wallpaper.
2012-11-15  Alexandre Julliarduser32: Add parameter entry objects for the desktop...
2012-11-15  Alexandre Julliarduser32: Use parameter entry objects for the non-client...
2012-11-15  Alexandre Julliarduser32: Use the default GUI font for unspecified font...
2012-11-14  Christian Costauser32: Add tests for MapWindowPoints, ClientToScreen...
2012-11-14  Alexandre Julliarduser32: Add some error checking in ScreenToClient and...
2012-11-14  Alexandre Julliarduser32: Properly set last error in MapWindowPoints.
2012-11-14  Alexandre Julliarduser32: Add helper functions for loading and saving...
2012-11-14  Alexandre Julliarduser32: Support more user preference system parameters.
2012-11-14  Alexandre Julliarduser32: Add system parameter descriptors for user prefe...
2012-11-13  Alexandre Julliarduser32: Add some defines to reduce Unicode string dupli...
2012-11-13  Alexandre Julliarduser32: Implement a number of missing system parameters.
2012-11-13  Alexandre Julliarduser32: Add structures to describe individual system...
2012-11-12  Alexandre Julliarduser32: Add helper functions to get and set dword regis...
2012-11-06  Alexandre Julliarduser32: Force refreshing the non-client area when the...
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...
next