Reece Dunn
|
56b2ab241e
|
user32: Fixed the HiliteMenuItem tests to pass on Windows 9x.
|
2008-03-22 11:14:07 +01:00 |
Herve Chanal
|
9188302b70
|
user32: A nicer icon for oic_winlogo.
|
2008-03-21 18:36:23 +01:00 |
Alexandre Julliard
|
fad9b692cb
|
user32/tests: Flush events during the mouse button tests.
|
2008-03-21 11:29:18 +01:00 |
Dmitry Timoshkov
|
0506c341ac
|
user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated children.
|
2008-03-20 19:51:55 +01:00 |
Andrew Talbot
|
6e1829fc62
|
user32: Assign to structs instead of using memcpy.
|
2008-03-20 14:27:34 +01:00 |
Rob Shearman
|
076c6fb550
|
user32: Handle the undocumented behaviour in DefWindowProc for WM_NCACTIVATE that causes the nonclient area not to be redrawn.
If the lParam is 0xffffffff then the nonclient area is not redrawn.
|
2008-03-19 11:18:36 +01:00 |
Alexandre Julliard
|
34fe91bf2b
|
user32: Implemented EnumDesktopWindows.
|
2008-03-19 11:13:46 +01:00 |
Reece Dunn
|
2cab7ff2c7
|
user32: Improve the HiliteMenuItem tests so they reflect actual behaviour on Windows.
|
2008-03-18 11:44:09 +01:00 |
Andrew Riedi
|
927875390d
|
user32: Move the bitmap header check as far up as possible.
Based on a patchset by Henri Verbeet.
|
2008-03-18 11:44:09 +01:00 |
Reece H. Dunn
|
efd0b9ae7a
|
user32: HiliteMenuItem fails if an invalid window handle is passed to it.
|
2008-03-17 14:53:12 +01:00 |
Maarten Lankhorst
|
fd69ababec
|
user32: Fix enumeration for EnumWindowStations and EnumDesktops.
|
2008-03-15 11:37:19 +01:00 |
Clinton Stimpson
|
05a8974e95
|
user32: Test processing of expose events.
|
2008-03-15 11:21:44 +01:00 |
Jason Edmeades
|
78d0940e21
|
user32: Fix MessageBox button contents and ordering.
|
2008-03-14 11:22:00 +01:00 |
Alexandre Julliard
|
dc26f27835
|
winex11: Moved support for window moving/resizing back to user32.
|
2008-03-12 15:01:24 +01:00 |
Alexandre Julliard
|
b9dee8efa7
|
user32: Add a SetCapture function to the driver interface.
|
2008-03-12 14:55:28 +01:00 |
Alexandre Julliard
|
4e129f88d0
|
user32: Add a helper function to set the capture window.
|
2008-03-12 14:54:03 +01:00 |
Christopher Berner
|
9978cc9c56
|
user32: Make LoadStringW pass tests.
|
2008-03-11 15:30:15 +01:00 |
Paul Vriens
|
470a0a0cae
|
user32/tests: Use A-call.
|
2008-03-10 11:22:38 +01:00 |
Paul Vriens
|
58665f08d1
|
users32/tests: Win9x doesn't like FILE_ALL_ACCESS.
|
2008-03-10 11:22:34 +01:00 |
Alexandre Julliard
|
b7d103b634
|
user32: Force the window position to be on-screen in SetWindowPlacement.
|
2008-03-07 11:01:07 +01:00 |
Rob Shearman
|
38a541186a
|
user32: Add test for calling CreateDesktop on already created desktop name.
|
2008-03-06 17:43:16 +01:00 |
Alexandre Julliard
|
b383690f52
|
user32: Added stubs for Cascade/TileChildWindows.
|
2008-03-05 19:22:23 +01:00 |
Alexandre Julliard
|
a5b887a8c2
|
user32: Moved Cascade/TileChildWindows16 to wnd16.c.
|
2008-03-05 19:20:43 +01:00 |
Alexandre Julliard
|
d6a17d2c93
|
user32/tests: Make the initial timeout longer in flush_events() for machines with slower round-trip times.
|
2008-03-05 16:48:04 +01:00 |
Francois Gouget
|
c099b40509
|
user32/tests: Don't use 0x55 to avoid any confusion when running with +heap.
|
2008-03-05 12:18:11 +01:00 |
Francois Gouget
|
e27922ddf5
|
user32/tests: Add the trailing '\n' to a couple of ok() calls.
|
2008-03-05 12:18:05 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Alexandre Julliard
|
e6a3d80828
|
user32: Store the window placement information directly in the main window structure.
|
2008-03-04 20:45:40 +01:00 |
Alexandre Julliard
|
accfce21d3
|
user32: Fix a couple of message test failures.
|
2008-03-04 20:01:41 +01:00 |
Alexandre Julliard
|
8ac29dd4a8
|
user32/tests: Fix most message tests to pass on Vista.
|
2008-03-04 20:00:13 +01:00 |
Alexandre Julliard
|
28d2930074
|
user32: Reimplement LoadStringA to avoid memory allocations and to pass the tests.
|
2008-03-03 20:06:54 +01:00 |
Christopher Berner
|
4b130aa0b0
|
user32/tests: Conformance tests for LoadStringW and LoadStringA.
|
2008-03-03 20:06:22 +01:00 |
Alexandre Julliard
|
9ac7f20514
|
user32/tests: Skip tests instead of crashing if global hook cannot be set.
|
2008-03-03 17:51:42 +01:00 |
James Hawkins
|
c29c740de0
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:10 +01:00 |
Divan Burger
|
dab0c65fe4
|
user32: Correct the button sizes of the caption bar.
|
2008-02-29 20:29:19 +01:00 |
Alexandre Julliard
|
bb27b37599
|
user32: Moved win.h to the user32 directory.
|
2008-02-29 17:21:04 +01:00 |
Alexandre Julliard
|
d2b6087999
|
user32/tests: Flush events after showing/hiding a window to avoid z-order race conditions.
|
2008-02-28 19:56:38 +01:00 |
Alexandre Julliard
|
c0e10d2b97
|
user32: Hide the icon title when hiding a window.
|
2008-02-28 17:01:30 +01:00 |
Alexandre Julliard
|
936ab3a644
|
user32: Moved the ShowWindow implementation from winex11 back to user32.
|
2008-02-28 17:01:30 +01:00 |
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
Alexandre Julliard
|
4273a8ab86
|
user32: Simplify the window structure creation. Get rid of the unused clsStyle field.
|
2008-02-25 15:55:17 +01:00 |
Rob Shearman
|
e154d3b29e
|
user32: Fix the number of characters passed to GetClassNameW in ClassTest.
|
2008-02-25 13:31:52 +01:00 |
Stefan Leichter
|
684a5b4bab
|
user32: Added stub for GetMouseMovePointsEx.
|
2008-02-25 13:27:49 +01:00 |
Stefan Leichter
|
0640dbb620
|
user32: Fix a test of GetMouseMovePointsEx.
|
2008-02-25 13:27:38 +01:00 |
Anatoly Lyutin
|
a871830dd3
|
user32: Fix return value in ShowScrollBar according with test.
|
2008-02-25 13:26:52 +01:00 |
Anatoly Lyutin
|
b6241e4ad8
|
user32: Added some tests for scrollbar.
|
2008-02-25 13:26:12 +01:00 |
Stefan Leichter
|
ebbc1e781c
|
user32: Fix a test of GetMouseMovePointsEx failing on platforms winxp and win2k3.
|
2008-02-22 11:53:19 +01:00 |
Huw Davies
|
503009cf37
|
user32: Add a test for CS_OWNDC windows that are created invisible.
|
2008-02-21 20:15:48 +01:00 |
Alexandre Julliard
|
55165f87cc
|
user32: Pass the modified SetWindowPos flags to the set_window_pos server request.
|
2008-02-20 14:41:09 +01:00 |
Andrew Riedi
|
5b3f53baf9
|
user32: Test LoadImage() to load an icon as a cursor.
|
2008-02-20 12:36:06 +01:00 |