Sweden-Number/dlls/user
Francois Gouget 6fed1e3738 Update the registry keys of SPI_ICONHORIZONTALSPACING,
SPI_ICONVERTICALSPACING and SPI_SETICONTITLEWRAP to match XP.
The SPI_SETBORDER test leaves an incorect border setting and is just
too erratic: comment it out for now.
Modified the SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING and
SPI_SETWORKAREA to not cause the icons to be reorganized.
Don't test out-of-bound values for SPI_SETKEYBOARDSPEED as behavior
differs accross Windows platforms.
On Win9x the maximum value for SPI_SETSCREENSAVETIMEOUT is 32767.
The registry keys and values stored in them for
SPI_ICONHORIZONTALSPACING and SPI_ICONVERTICALSPACING depend on the
Windows platform: ignore them.
No Windows platform seems to SPI_SETFASTTASKSWITCH: no longer test it.
The lParam of WM_SETTINGCHANGE is quite useless (even the MSDN says
so!) and varies accross Windows platforms. Ignore it.
Always check the SystemParametersInfoA return code as it fails in very
strange ways on some platforms. Skip unsupported settings.
Skip Unicode tests on platforms that don't support it.
2003-01-13 20:40:22 +00:00
..
dde LPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitrie O. Paun). 2002-12-19 01:18:49 +00:00
resources Added/upgraded Hungarian resources. 2002-11-04 22:45:22 +00:00
tests Update the registry keys of SPI_ICONHORIZONTALSPACING, 2003-01-13 20:40:22 +00:00
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in Collapse the -hHrs options into the -O option. 2003-01-09 00:03:53 +00:00
bidi16.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
cache.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
caret.c Made user compile with -DSTRICT. 2002-11-22 21:22:14 +00:00
comm16.c Made user compile with -DSTRICT. 2002-11-22 21:22:14 +00:00
controls.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
ddeml.spec Make all spec files grep-able. 2002-09-12 00:52:39 +00:00
display.c Implemented GetCursorInfo. 2002-08-28 23:38:10 +00:00
display.spec Removed support for 'rsrc' spec file statement. 2002-11-18 23:16:09 +00:00
exticon.c Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. 2003-01-07 20:36:20 +00:00
focus.c Made user compile with -DSTRICT. 2002-11-22 21:22:14 +00:00
hook.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
hook16.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
keyboard.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
lstr.c Move excpt.h out of include/msvcrt/ as it does not conflict with any 2002-12-12 23:34:01 +00:00
message.c Store the keyboard state in the thread input structure on the server 2003-01-08 19:56:31 +00:00
message.h Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
misc.c AlignRects stub. 2003-01-13 20:36:39 +00:00
mouse.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
mouse.spec Removed support for 'rsrc' spec file statement. 2002-11-18 23:16:09 +00:00
msg16.c Store the keyboard state in the thread input structure on the server 2003-01-08 19:56:31 +00:00
network.c Added include protection for unistd.h and sys/time.h. 2002-08-17 00:43:16 +00:00
painting.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
property.c Moved some more 16-bit functions to user16.c. 2002-11-22 04:47:10 +00:00
resource.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
text.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
user.exe.spec Store the keyboard state in the thread input structure on the server 2003-01-08 19:56:31 +00:00
user16.c Properly split the 16-bit versions of GrayString and TabbedTextOut. 2002-11-22 20:41:17 +00:00
user32.spec AlignRects stub. 2003-01-13 20:36:39 +00:00
user_main.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
winproc.h Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
wnd16.c Some fixes for the compilation of the user dll with -DSTRICT. 2002-10-28 20:11:40 +00:00
wsprintf.c Duplicated wsprintf implementation in shlwapi. 2002-06-04 23:11:09 +00:00