user32: Add a helper function to retrieve the virtual screen rectangle.
[wine] / dlls / user32 / sysparams.c
2012-09-05  Alexandre Julliarduser32: Add a helper function to retrieve the virtual...
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-05-31  Alexandre Julliardgdi32: Move DC hook private definitions out of wingdi.h.
2011-10-17  Marcus Meissneruser32: Load PaddedBorderWidth from registry too (Cover...
2011-10-11  Dmitry Timoshkovuser32: Respect the requested size of NONCLIENTMETRICSW...
2011-10-10  Dmitry Timoshkovuser32: Fix the logic deciding when to write to the...
2011-10-08  Dmitry Timoshkovuser32: Add support for iPaddedBorderWidth in NONCLIENT...
2011-09-22  Francois Gougetuser32: Change HotTrackingColor to better differentiate...
2011-07-04  André Hentscheluser32: Remove dead code (clang).
2011-06-15  Krzysztof Nowickiuser32: Make more functions hot-patchable for Steam.
2011-05-05  Alexandre Julliarduser32: Catch bad pointer passed to SetSysColors.
2010-08-26  André Hentscheluser32: Optimize the storage of default color values.
2010-07-26  Alexandre Julliardgdi32: Replace the SelectVisRgn Wine-specific export...
2010-07-01  Austin Englishuser32: Fix a compiler warning on mingw.
2010-06-21  André Hentscheluser32: Update comment.
2010-04-09  Alexandre Julliarduser32: Avoid pointer truncation in SetSysColorsTemp.
2009-12-30  Nikolay Sivovuser32/sysparams: Return NULL from GetSysColorBrush...
2009-12-14  Alexandre Julliarduser32: Move SystemParametersInfo16 to user16.c.
2009-12-04  Huw Daviesuser32: Pad lfFaceName so we don't write uninitialised...
2009-12-04  Huw Daviesuser32: Pad lfFaceName so we don't write uninitialised...
2009-11-30  Paul Vriensinclude: Add some system parameters.
2009-09-28  Andrey Turkinuser32: Accept SPI_GET/SETMOUSEVANISH parameters in...
2009-09-28  Andrey Turkinuser32: Accept SPI_GET/SETDROPSHADOW parameters in...
2009-06-11  Dmitry Timoshkovuser32: Add support for SPI_GETFOCUSBORDERWIDTH and...
2009-05-05  Alexandre Julliarduser32: Make sure the system params DC cannot be deleted.
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliarduser32: Fix pointer cast warnings on 64-bit.
2008-12-29  Byeongsik Jeonuser32: Implementation the SPI_{GET|SET}FONTSMOOTHING...
2008-12-24  Alexandre Julliarduser32: Fix SPI_SETMOUSESPEED handling, the parameter...
2008-12-23  Vincent Pelletieruser32: Fix SPI_GETMOUSESPEED and SPI_SETMOUSESPEED.
2008-12-17  Maarten Lankhorstgdi32/user32: Make __wine_make_gdi_object_system CDECL.
2008-11-10  Paul Chitescuuser32: Unimplemented SystemParametersInfoW actions...
2008-11-07  Nicolas Le Camuser32: Partially implement SystemParametersInfo(SPI_...
2008-09-11  Dmitry Timoshkovuser32: Implement SystemParametersInfo(SPI_GETWORKAREA...
2008-06-26  Vitaly Lipatovuser32: Implemented processing SPI_{GET/SET}WHEELSCROLL...
2008-06-26  Vitaly Lipatovuser32: Implemented processing SPI_{GET/SET}SNAPTODEFBU...
2008-05-19  Dmitry Timoshkovuser32: Make ChangeDisplaySettingsA/W reset dmDriverExt...
2008-05-05  Dmitry Timoshkovuser32: Set the size of returned DEVMODE to least commo...
2008-04-11  Dmitry Timoshkovuser32: Fix Win64 warnings.
2008-03-20  Andrew Talbotuser32: Assign to structs instead of using memcpy.
2008-02-08  Johan Gardelluser32: Added support for SPI_SETMOUSESPEED in SystemPa...
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2008-01-11  Alistair Leslie... user32: Add SetProcessDPIAware stub.
2007-12-31  Gerald Pfeiferuser32: Fix type of loop variable.
2007-12-20  Dmitry Timoshkovuser32: Add a test for an invalid DEVMODE passed to...
2007-12-07  Alexander Nicolays... user32: A few more colour changes to match modern Windows.
2007-12-04  Dmitry Timoshkovuser32: Make sure the desktop window is created before...
2007-11-28  Divan Burgeruser32, wine.inf: Enable title bar gradients and match...
2007-11-21  Divan Burgeruser32: Change the desktop colour and pattern to match...
2007-11-21  Divan Burgeruser32: Fix colours to match exactly with Windows 2000.
2007-11-20  Alexander Nicolays... user32: Change to modern Windows colours.
2007-11-05  Francois Gougetuser32: Fix compilation on systems that don't support...
2007-11-01  Dmitry Timoshkovuser32: Initialize more fields in the DEVMODE structure.
2007-10-15  Vincent Pelletieruser32: Implement SPI_GETMOUSESPEED in SystemParameters...
2007-06-11  Dmitry Timoshkovuser32: Do not hardcode cp1252 for an icon/title font.
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-03-13  Juan Languser32: Fix a comment.
2007-02-06  Andrew Talbotuser32: Remove unused variables.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.