We need to at least refresh the window menu in ChildActivate, so for
[wine] / windows / sysparams.c
2004-03-04  Justin ChevrierMove implementation of SysParametersInfo from Ascii...
2004-02-12  Justin ChevrierImplemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING,
2003-10-31  Alexandre JulliardUse a timeout when sending broadcast messages.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Dmitry TimoshkovProtect SystemParametersInfoA(SPI_GETxxx) from NULL...
2003-03-30  Alexandre JulliardUse the right buffer size in SYSPARAMS_Load instead...
2003-03-30  Adam GundyInitialize lpLogFont->lfQuality to the default.
2003-03-26  Stephan BEUZEImplemented a default behavior for SPI_GETGRADIENTCAPTI...
2003-02-19  Andreas MohrConvert Twips values from the registry.
2003-01-20  Francois GougetExtend the code to set both the Win9x and the NT regist...
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanSPI_GETMINIMIZEDMETRICS implemented.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-04  Greg Turner- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-08-28  Dmitry TimoshkovCorrect some of the system metrics to more closely...
2002-06-28  Philipp WollermannImplemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-04-08  Hidenori TakeshimaUse default GUI font instead of hard-coded 'MS Sans...
2002-03-11  Andriy PalamarchukAdded FIXMEs for actions with id>=115. These actions...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...
2002-01-18  Andriy PalamarchukSystemParametersInfo: fixed return value for SPI_SETFAS...
2002-01-15  Andriy PalamarchukImplemented processing of actions SPI_SETKEYBOARDPREF,
2001-12-26  Andriy PalamarchukImplemented basic handling of assessibility actions.
2001-12-21  Andriy PalamarchukImplemented processing for actions SPI_SETMOUSEBUTTONSWAP,
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
2001-11-13  Andriy PalamarchukImplemented processing for SPI_GET/SETMOUSE, SPI_GET...
2001-11-09  Andriy PalamarchukImplemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICAL...
2001-11-07  Andriy PalamarchukCreated new infrastructure for SystemParametersInfo...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-02  Andriy PalamarchukAdded SYSMETRICS_Set.
2001-09-21  Andriy PalamarchukImplemented SPI_GETSHOWSOUNDS.
2001-05-21  Eric PouechAdded basic support for SPI_GETSCREENREADER.
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-02  James JuranAdd value 106 to SystemParametersInfo.
2001-02-23  Chris MorganReplace fixme for SPI_GETWHEELSCROLLLINES with the...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-05  James AbbatielloCleanup SystemParametersInfo<16|A|W>.
2000-10-25  Andreas MohrAdded SPI_GETWINDOWSEXTENSION.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Dmitry TimoshkovAdd "FullWindowDrag" feature for not managed windows.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-04-28  Chris MorganAdded default values for SPI_GETMOUSEHOVERHEIGHT, SPI_G...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-24  Andreas MohrAdded proper termination upon failure.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...