user: Turkish translation.
[wine] / dlls / user / sysparams.c
2006-01-27  Rein Klazesuser: Fix SPI_{G|S}ETFONTSMOOTHING with tests.
2006-01-16  Rein Klazesuser: Avoid buffer overflow in sysparams.c.
2005-12-16  Rein Klazesuser32: Implement saving and fix reading of nonclient...
2005-12-14  Rein Klazesuser: Read/save minimized metrics from/to registry.
2005-11-22  Rein KlazesGetSystemMetrics fixes with corresponding tests.
2005-11-14  Rein KlazesFix SysparametersInfoA( SPI_SETICONMETRICS), the A...
2005-11-08  Rein KlazesRe-enable SPI_{GET,SET}BORDER tests and fix the bugs...
2005-11-07  Rein KlazesMake SystemParametersInfoA( SPI_SETNONCLIENTMETRICS...
2005-09-18  Kimmo MyllyvirtaIf HKCU\Software\Wine does not yet exist, create it...
2005-08-25  Vitaly Lipatov- remove return: now break loop if can't change state...
2005-08-22  Mike McCormackFix gcc 4.0 warnings.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-07-18  Alexandre JulliardLoad system metrics on demand instead of initializing...
2005-07-15  Alexandre JulliardAdded a bunch of utility functions to factor out a...
2005-07-08  Frank RichterAlways zero destination buffer in SYSPARAMS_LoadRaw...
2005-07-07  Frank RichterAdd support for proper saving of the "FLATMENU" and...
2005-07-06  Felix NawothnigClear buffer before querying the registry in SYSPARAMS_...
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-07-05  Frank RichterAdd support for SPI_[SG]ETFLATMENU in SystemParametersI...
2005-06-30  Alexandre JulliardRevert SPI_SETMOUSEBUTTONSWAP changes.
2005-06-22  Mike McCormackFix declarations, remove unused code.
2005-06-21  Rein KlazesIn reg_get_logfont:
2005-06-20  Vitaly LipatovFix returned value for SPI_SETMOUSEBUTTONSWAP.
2005-06-14  Alexandre JulliardUse a better location than HKCU\Wine for saving the...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-08  Huw DaviesRead the entire logfont from the registry if it exists.
2005-05-25  Alexandre JulliardMoved functions from windows/user.c to more appropriate...
2005-05-25  Rein KlazesUse the screen resolution to convert from twips (1440...
2005-05-25  Alexandre JulliardMoved the syscolor functions to dlls/user/sysparams.c.
2005-05-16  Michael StefaniucAdd some SystemParametersInfo SPI_* defines.
2005-03-09  Alexandre JulliardMake the SwapMouseButton function and the SPI_SETMOUSEB...
2005-03-07  Alexandre JulliardSet SM_DBCSENABLED according to the current locale...
2005-02-22  Justin ChevrierPoint KEYBOARDPREF and SCREENREADER to registry keys...
2005-02-21  Justin Chevrier- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP...
2005-02-15  Mike McCormackAdd some more SPI values.
2005-02-01  Justin Chevrier- SPI_GETWORKAREA: Read work area information from...
2005-01-24  Bernd FuhrmannAdded fixme macros in SystemParametersInfoW for several...
2005-01-20  Justin Chevrier- Implemented SPI_SETICONMETRICS.
2005-01-14  Justin Chevrier- Implemented SPI_GETMINIMIZEDMETRICS calculated from...
2005-01-12  Justin Chevrier- Revert previous change of border metric to reference the
2005-01-06  Justin Chevrier- Obtain border size of windows from registry if available.
2005-01-03  Justin ChevrierConverted system metrics to Unicode.
2004-12-23  Mike McCormackDump known but unimplemented SystemParameterInfo actions.
2004-12-09  Alexandre JulliardMerged system metrics support into sysparams.c, and...