Commit Graph

121 Commits

Author SHA1 Message Date
Clinton Stimpson f3bcc0c4f8 user32: WM_SETFONT on button doesn't repaint directly. 2007-02-06 20:23:33 +01:00
Andrew Talbot b9b2fef0a1 user32: Remove unused function. 2007-02-06 13:19:30 +01:00
Andrew Talbot 9bf24d6af7 user32: Remove unused variables. 2007-02-06 13:19:18 +01:00
Dmitry Timoshkov 65681a0e18 user32: Add the tests for minimize/restore MDI child sequence, fix some failures. 2007-02-05 21:04:20 +01:00
Dmitry Timoshkov 0fcc10fc3c user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size. 2007-02-05 14:01:49 +01:00
Andrew Talbot 29c66df45b user32: Declare some functions static. 2007-02-05 12:32:37 +01:00
Dmitry Timoshkov 8ec3423e76 user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy. 2007-02-05 12:24:59 +01:00
Dmitry Timoshkov 7670d76690 user32: Do not use DIB APIs for bitmap bits in a device dependent format. 2007-01-24 11:57:08 +01:00
Dmitry Timoshkov 81a294f76d user32: Using DIB APIs to convert a DDB to monochrome is wrong, do it differently. 2007-01-24 11:57:02 +01:00
Peter Oberndorfer 127512c938 user32: Only try to remove the MDI document icon from the frame menu when needed. 2007-01-23 11:38:03 +01:00
Louis Lenders 2a42f7ae2d user32: Define RealChildWindowFromPoint as a real stub. 2007-01-22 13:28:41 +01:00
Dmitry Timoshkov 64f1d97a54 user32: Some apps pass a color bitmap as a mask to CreateIconIndirect, convert it to b/w. 2007-01-19 12:28:57 +01:00
Francois Gouget aab5e5856e Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
Mike McCormack 95fdf165cd user32: Add a test showing WM_GETTEXT doesn't crash with bad pointers. 2007-01-18 11:59:17 +01:00
Mike McCormack ce21d918d8 user32: Add an exception handler around the WM_GETTEXT handler. 2007-01-18 11:59:14 +01:00
Joel Parker 2319999a05 Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
Dmitry Timoshkov 499c26ce66 user32: Remove redundant visibility checks of a maximized MDI child, add an explanation why we do that. 2007-01-15 12:44:49 +01:00
Dmitry Timoshkov f6d5368da7 user32: Simplify some maximized MDI child checks. 2007-01-15 12:44:35 +01:00
Dmitry Timoshkov d63fd7911f user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler. 2007-01-15 12:44:28 +01:00
Paul Vriens 53b225b7ab user32/tests: Cast-qual warning fixes. 2007-01-12 20:41:14 +01:00
Dmitry Timoshkov f097da9f83 user32: Add a simple DrawState test, make it pass under Wine. 2007-01-11 12:05:45 +01:00
Louis Lenders 4662079cd5 user32: Update Dutch resources. 2007-01-11 11:37:18 +01:00
Michael Stefaniuc 33af3c5c83 janitorial: Use the C standard for multiline strings. 2007-01-10 12:28:19 +01:00
Michael Stefaniuc 22684cc767 janitorial: Remove stray '\' at end of lines. 2007-01-09 12:04:26 +01:00
Dmitry Timoshkov d3d030eb88 user32: Restore old WM_SIZE handler in mdi child. 2007-01-08 12:53:06 +01:00
Dmitry Timoshkov ccd60c1915 user32: Add one more GetSystemMenu test. 2007-01-08 12:51:27 +01:00
Dmitry Timoshkov b8c72fdf7c user32: Make message tests pass cleanly under XP SP2. 2007-01-08 12:51:20 +01:00
Vitaliy Margolen c3dc692b20 winex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv. 2007-01-06 11:40:46 +01:00
Kai Blin 7bfe2b06c3 user32: If pTest was allocated, length has to be > 0 (Coverity). 2007-01-05 20:26:52 +01:00
Dmitry Timoshkov d57dc9da0a user32: Fix some failures in the MDI message test. 2007-01-04 21:12:26 +01:00
Dmitry Timoshkov 688d9af61d user32: Fix some failures of the ShowWindow test under Windows 2003. 2007-01-04 20:59:43 +01:00
Reinhard Karcher 426ae2f2e2 user32: Speed improvement for 16bit comm support.
The previous version of this patch wasn't applied correctly.
2007-01-03 13:00:46 +01:00
Reinhard Karcher dff43b732b user32: Speed improvement for 16bit comm support. 2007-01-03 12:01:56 +01:00
Vitaliy Margolen f9f6a4d5da user32: Initialize clip rectangle on first use. 2007-01-02 13:21:22 +01:00
Dmitry Timoshkov 92faf7aa96 user32: Make more ShowWindow tests pass under Wine. 2007-01-01 17:15:30 +01:00
Dmitry Timoshkov bc2a0ca50f user32: Update the ShowWindow test to pass cleanly under Windows 2000. 2007-01-01 17:03:14 +01:00
Vitaliy Margolen 1871473bb2 user32: Silence tests in default debug level. 2006-12-27 13:02:43 +01:00
Dmitry Timoshkov df9eeb6669 user32: Check lParam of the HCBT_MINMAX hook message in ShowWindow tests. 2006-12-26 12:20:29 +01:00
Patrik Stridvall 4189a89d41 user32: Show the GCL{,P}_* constant names in debug messages. 2006-12-24 15:12:37 +01:00
Dmitry Timoshkov 910660253b user32: Add a message test for various ShowWindow() calls, fix some failures. 2006-12-22 11:52:13 +01:00
Juris Smotrovs 00982465c4 user32: Extend the support for SWP_STATECHANGED for all windows. 2006-12-19 16:58:24 +01:00
Vitaliy Margolen 7de64a3ab8 winex11drv: Return cached cursor_pos in GetCursorPos(). 2006-12-19 12:39:08 +01:00
Paul Vriens 75414bb4ad user32/tests: Make sure the tests run on NT4 again. 2006-12-18 11:40:10 +01:00
Dmitry Timoshkov b37b72b006 user32: Center the context menu if it was activated via VK_APPS like Windows does. 2006-12-15 12:20:23 +01:00
Dmitry Timoshkov 6c73f7395b user32: Add support for the VK_APPS (Menu) key. 2006-12-15 12:20:05 +01:00
Vitaliy Margolen 1d9ea46cd4 user32: ClipCursor should use virtual screen resolution for empty/invalid rects. 2006-12-14 21:13:15 +01:00
Francois Gouget 1d4aeae7aa user32/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
2006-12-14 20:24:49 +01:00
Vitaliy Margolen b13681797a winex11.drv: Only events with MOUSEEVENTF_MOVE flag should change mouse position. 2006-12-13 16:16:12 +01:00
Pierre d'Herbemont 221b044740 user32: Factorize graphics driver SetParent into user32. 2006-12-12 20:38:32 +01:00
Marcus Meissner f0280cbd1e made functions and variables static in some testcases. 2006-12-11 12:18:29 +01:00
Huw Davies 104e1cf6dd user32: For LBS_OWNERDRAWVARIABLE listboxes return the fixed item height if the listbox is empty. 2006-12-05 16:49:52 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget bb8e625b5b Assorted spelling fixes. 2006-12-05 10:31:47 +01:00
Dmitry Timoshkov ed954e5461 user32: Add ShowWindow test, make it pass under Wine. 2006-12-04 12:23:37 +01:00
Paul Vriens 93c909a3ad user32: W2K3 returns ERROR_INVALID_PARAMETER. 2006-12-01 12:26:35 +01:00
Pierre d'Herbemont e5e58a6b13 user32: Factorize driver's SetWindowPos in user32. 2006-11-29 14:05:33 +01:00
Dmitry Timoshkov 21bcfd72b0 user32: Make some data const. 2006-11-28 12:36:08 +01:00
Francois Gouget 37e25d5c07 user32: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-28 12:13:12 +01:00
Kevin Koltzau 80db3ad8bb user32: Generate WM_APPCOMMAND messages for browser and multimedia keys. 2006-11-27 13:44:31 +01:00
Kevin Koltzau baaefe9783 winuser.h: Define browser and multimedia keys. 2006-11-27 13:43:25 +01:00
Francois Gouget b5f104d05b Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages. 2006-11-24 11:49:32 +01:00
Francois Gouget 3988c3dc8f user32/tests: Remove unneeded NONAMELESS* macros. 2006-11-24 11:49:25 +01:00
Dmitry Timoshkov 53cf91bced user32: Restore the len == 0 check which got lost in a previous patch. 2006-11-22 11:39:11 +01:00
Dmitry Timoshkov a7c1b0e0c6 user32: Add a rudimentary WM_SETFONT message test for the static control, make it pass under Wine. 2006-11-21 15:03:11 +01:00
Dmitry Timoshkov 3a7bd67479 user32: Add support for DdeEnableCallback(EC_DISABLE) command. 2006-11-21 12:16:27 +01:00
Dmitry Timoshkov 056a9404a8 user32: Add some optional messages to the button message test. 2006-11-21 12:14:04 +01:00
Andrew Talbot a07dceb002 user32: Cast-qual warnings fix. 2006-11-20 11:24:42 +01:00
Andrew Talbot bc95bfd3c1 user32: Cast-qual warnings fix. 2006-11-20 11:24:25 +01:00
Andrew Talbot 8831a79e90 user32: Cast-qual warnings fix. 2006-11-20 11:24:15 +01:00
Andrew Talbot 115af5bc8a user32: Cast-qual warnings fix. 2006-11-20 11:23:49 +01:00
Alexandre Julliard b8a2e3b8a4 user32: Renamed the user/ directory to user32. 2006-11-16 14:49:25 +01:00