Commit Graph

1479 Commits

Author SHA1 Message Date
Marcus Meissner 6e413d2cd3 user32: Replaced && 0xff by & 0xff. 2006-11-09 17:54:14 +01:00
Francois Gouget eab56a5abd include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either. 2006-11-09 14:33:13 +01:00
Mike McCormack 6987a4b453 user32: Downgrade a FIXME to a WARN. 2006-11-09 11:44:45 +01:00
Francois Gouget a7f8195be9 include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. 2006-11-08 12:10:26 +01:00
Francois Gouget 0996980595 user32/include: Don't define the OBM_*, OCR_* and OIC_* macros unless OEMRESOURCE is defined. 2006-11-07 17:05:41 +01:00
Francois Gouget 30e44c85c8 Assorted spelling fixes. 2006-11-07 15:25:24 +01:00
Mike McCormack f3c0453c34 user32: The string passed to ToUnicode(Ex) is for output. 2006-11-06 13:47:50 +01:00
Dmitry Timoshkov 1ebf1471c0 user32/tests: Move the system menu test into its own test. 2006-11-02 21:00:46 +01:00
Dmitry Timoshkov ab8c870ae1 user32: Check only for -1 and -2 as special values returned by MENU_ExecFocusedItem. 2006-11-02 21:00:28 +01:00
Dmitry Timoshkov 86c28920c3 user32/tests: Mask a not documented extended style 0x800 in WINDOWINFO before the comparison. 2006-11-02 12:25:33 +01:00
Dmitry Timoshkov 5b43d41a2b user32: Add a test for CreateWindow/DestroyWindow behaviour with WS_CHILD | WS_POPUP style, make it pass under Wine. 2006-10-30 17:43:57 +01:00
Alexandre Julliard 93825eab3e user32: SetWindowRgn should call SetWindowPos, not RedrawWindow. 2006-10-30 17:43:38 +01:00
Dmitry Timoshkov 0e71d0e136 user32: Flush painting events harder in some places in order to avoid races in the message tests. 2006-10-30 11:19:44 +01:00
Dmitry Timoshkov bed6b6cd7f user32: Properly log HCBT_KEYSKIPPED hook event, make the message
tests pass cleanly under fully up to date XP SP2.
2006-10-30 11:18:17 +01:00
Huw Davies 0d0bfa4cce user32: The hiword of the return value from LB_ITEMFROMPOINT should be
a hittest on the item that's returned and not a hittest on the client
area as MSDN states.
2006-10-30 11:16:39 +01:00
Alexandre Julliard 7bee505d37 user32: Fixed maximized window size on multi-monitor setups. 2006-10-25 20:04:11 +02:00
Alexandre Julliard 7d8ef2e19e user32: Properly handle negative coordinates for mouse events. 2006-10-25 17:42:42 +02:00
Detlef Riekenberg 530abd2e25 user: Remove wrong comment. 2006-10-24 20:07:09 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Alexandre Julliard 1dc38cf26b user: Make sure the desktop window exists before calling monitor functions. 2006-10-24 12:22:43 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Andrew Talbot 83b836b3f9 user: Remove superfluous shadow variable. 2006-10-24 11:42:53 +02:00
Alexandre Julliard 75fb678070 user: Fixed MonitorFromWindow behavior for an invalid window handle. 2006-10-23 18:03:16 +02:00
Dmitry Timoshkov 33d5da5bda user32: Make the test pass for GetClassName called on a small buffer. 2006-10-23 15:17:13 +02:00
Alexandre Julliard a12f15325a user: Adapt system metrics for multi-monitor setups. 2006-10-23 14:38:11 +02:00
Alexandre Julliard 280defcfcf user: Maximize windows to the right monitor on multi-monitor setups. 2006-10-23 14:38:11 +02:00
Alexandre Julliard 30a25defb3 user: Fixed combo box drop position on multi-monitor setups. 2006-10-23 14:38:11 +02:00
Alexandre Julliard ca58c8179f user: Take multiple monitors into account when placing a dialog. 2006-10-23 14:38:11 +02:00
Alexandre Julliard 4c0ae56c0e user: Take multiple monitors into account when placing a window. 2006-10-23 14:38:11 +02:00
Alexandre Julliard a3fcd5609b user: Take multiple monitors into account when placing a popup menu. 2006-10-23 14:38:10 +02:00
Alexandre Julliard 8a8903516c user: Moved GetMonitorInfo and EnumDisplayMonitors to the display driver.
Added Xinerama support for these functions.
2006-10-23 14:38:10 +02:00
Mike McCormack 48a63f2979 user32: Add a test showing a problem in GetClassNameA. 2006-10-23 12:39:07 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Dmitry Timoshkov dbd43c622f user: Add a test for ShowWindow(SW_MAXIMIZE) called on an invisible maximized MDI child, make it mostly pass under Wine. 2006-10-17 16:11:41 +02:00
Andrew Talbot f0a43c62a0 user: Dead code fix (Coverity). 2006-10-17 13:06:33 +02:00
Mikołaj Zalewski a82b96f1b5 user32: Send a WM_MOUSELEAVE even if another window calls TrackMouseEvent before the timer proc is called. 2006-10-16 20:10:29 +02:00
Mikołaj Zalewski ce2b767f6a user32: When calling TrackMouseEvent with TME_LEAVE the dwHoverTime may be uninitialized. 2006-10-16 17:02:30 +02:00
Mikołaj Zalewski e302fcfff4 user32: Don't create timers with nEventId == 0 in TrackMouseEvent. 2006-10-16 16:59:21 +02:00
Alexandre Julliard 6a9222fc39 Fixed some printf warnings caused by using sizeof. 2006-10-12 14:58:25 +02:00
Christian Gmeiner cdada31c00 user32: SPI_GETFONTSMOOTHINGORIENTATION and SPI_SETFONTSMOOTHINGORIENTATION are kown actions. 2006-10-12 11:36:18 +02:00
Ge van Geldorp d642e11438 winapi_test: Regenerate tests.
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
2006-10-11 12:12:21 +02:00
Dmitry Timoshkov a58a9f5212 user: Add some missing messages to the message spy. 2006-10-11 12:09:28 +02:00
Vitaliy Margolen dbd2c6ebae user: Add test for LL mouse hook and [Get|Set]CursorPos. 2006-10-10 16:09:40 +02:00
Louis. Lenders b072f85610 user32: Return a fake device notification handle in RegisterDeviceNotificationA. 2006-10-09 15:23:42 +02:00
Michael Stefaniuc 66ef2f253d user/tests: Win64 printf format warning fixes. 2006-10-09 12:44:54 +02:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Francois Gouget f4ac836f58 user/tests: It is perfectly valid for some sysparams registry fields
to not be set if they have their default value. This is the case on
Windows for instance.
2006-10-05 17:45:04 +02:00
Vitaliy Margolen bc55b75dc9 user32: Pass hook handle to the destination thread. 2006-10-05 14:13:14 +02:00
Alexandre Julliard 2f80fcd88d server: Changed the get_next_hook request to allow retrieving the current hook too. 2006-10-05 14:05:48 +02:00
Alexandre Julliard 533f519950 user32: Store the prev_unicode hook flag on the client side. 2006-10-05 14:04:25 +02:00