wined3d: Use ARB_internalformat_query2 for the other texture format caps too.
[wine] / dlls / user32 /
2013-04-19  Alexandre Julliarduser32: Move the common parts of ScrollDC into user32...
2013-04-15  Nikolay Sivovuser32: Use defined constants to identify message box...
2013-04-12  Sergey Guralnikuser32/tests: SetWindowPos() propagates update region...
2013-04-02  Alexandre Julliarduser32: Don't print a warning when creating the HWND_ME...
2013-03-28  Aric Stewartuser32: ImmProcessKey is only called on WM_KEYDOWN...
2013-03-28  Huw Daviesuser32: Keep the combo listbox within the monitor's...
2013-03-28  Huw Daviesuser32: Invalidate the listbox in LB_SETCOUNT.
2013-03-28  Alexandre Julliarduser32: Constify pointers that point to read-only file...
2013-03-28  Alexandre Julliarduser32: Add size checks when creating an icon from...
2013-03-15  Andrew Talbotuser32: Avoid signed-unsigned integer comparisons.
2013-03-12  Sergey Guralnikuser32: Use window height/width instead of client for...
2013-03-08  Hans Leidekkeruser32: Add a stub implementation of UserHandleGrantAccess.
2013-02-18  Alexandre Julliarduser32/tests: Define the required Windows version befor...
2013-02-12  Alexandre Julliarduser32: Prefer loading color cursors in LoadImage.
2013-02-11  Alexandre Julliarduser32: Don't paint to the surface if the window has...
2013-02-11  Alexandre Julliarduser32: Avoid releasing a potentially null pointer.
2013-02-11  Ken Thomasesuser32: Improve mouse wheel scrolling in listbox control.
2013-02-11  Ken Thomasesuser32: Improve mouse wheel scrolling in edit control.
2013-02-11  Daniel Jelinskiuser32: Fix CopyImage implementation when changing...
2013-02-05  Ken Thomasesuser32: In TranslateMessage, handle ToUnicode returning...
2013-01-24  Sergey Guralnikuser32: Init standard scrollbars during WM_NCCREATE.
2013-01-24  Nikolay Sivovuser32: Accept BI_BITFIELDS format for icons when creat...
2013-01-22  Sergey Guralnikuser32/tests: Test standard scrollbar initialization.
2013-01-03  Jacek Cabanuser32: Initialize cbSize of NONCLIENTMETRICSW struct...
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...
next