Grab the thread object in case the thread terminates with pending
[wine] / windows / sysparams.c
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...