Erich Hoover
|
274e5db7e7
|
user32: Add support for sequence-based animated cursors.
|
2011-03-17 13:06:49 +01:00 |
|
Erich Hoover
|
7b333de867
|
user32: Merge create_icon_bitmaps with CURSORICON_CreateIconFromBMI.
|
2011-03-17 13:06:49 +01:00 |
|
Erich Hoover
|
28e9b99728
|
user32: Add support for retrieving individual animated frames.
|
2011-03-17 13:06:49 +01:00 |
|
Erich Hoover
|
fa4f9c43bc
|
user32: Handle static and animated cursors as separate objects.
|
2011-03-17 13:06:49 +01:00 |
|
Erich Hoover
|
ee8cb4f728
|
user32: Add a convenience function for retrieving the number of steps in a cursor.
|
2011-03-16 16:31:55 +01:00 |
|
Erich Hoover
|
0bb1aadb8f
|
user32: Add get/release routines for accessing cursor frames.
|
2011-03-16 16:31:54 +01:00 |
|
Francois Gouget
|
4f7fc170a7
|
user32/tests: Use NULL instead of casting 0.
|
2011-03-16 14:14:23 +01:00 |
|
Austin Lund
|
5d0783bc0d
|
user32/tests: Output error information in cursoricon tests.
|
2011-03-16 14:14:23 +01:00 |
|
Marcus Meissner
|
f3aab0c0e9
|
user32: Remove useless NULL checks (Coverity).
|
2011-03-15 17:14:07 +01:00 |
|
Erich Hoover
|
3e35caa7b2
|
user32: Add preliminary support for reading and storing multi-rate animated cursor data.
|
2011-03-10 15:24:34 +01:00 |
|
Erich Hoover
|
389ffed293
|
user32: Add FIXMEs for unsupported animated cursor data.
|
2011-03-10 15:24:04 +01:00 |
|
Erich Hoover
|
86a9f20aa2
|
user32: Fix GetCursorFrameInfo when passed the proper number of steps.
|
2011-03-10 15:23:34 +01:00 |
|
Aric Stewart
|
77fdee8a2e
|
user32: Remove SetWindowText export.
|
2011-03-10 12:52:51 +01:00 |
|
Austin English
|
38a87ecfea
|
user32: Avoid shadowing a parameter.
|
2011-03-09 15:54:20 +01:00 |
|
Alexandre Julliard
|
383bda91cf
|
user32: No longer export HOOK_CallHooks.
|
2011-03-08 14:50:47 +01:00 |
|
Alexandre Julliard
|
7879b8e349
|
user32: Get rid of the RegisterClipboardFormat driver entry point.
|
2011-03-07 17:06:50 +01:00 |
|
Erich Hoover
|
e776f3ccf7
|
user32: Implement semi-stub of GetCursorFrameInfo.
|
2011-03-07 15:10:22 +01:00 |
|
Erich Hoover
|
7b0ab606e2
|
user32: Permit loading animated cursors with CreateIconFromResource(Ex).
|
2011-03-07 15:10:01 +01:00 |
|
Alexandre Julliard
|
55e1fec7c3
|
user32: Set the last mouse event timestamp before calling the low-level hook.
|
2011-03-07 11:07:15 +01:00 |
|
Dmitry Timoshkov
|
7fb4e2ae45
|
user32: Add a test to make sure that SendInput sets a non-zero event time.
|
2011-03-04 16:26:00 +01:00 |
|
Alexandre Julliard
|
383d8ac105
|
user32: Remove GetClipboardFormatName from the user driver interface.
|
2011-03-04 16:25:52 +01:00 |
|
Alexandre Julliard
|
f1a3480068
|
user32: Handle input injected through SendInput entirely in user32.
|
2011-03-02 21:48:39 +01:00 |
|
Alexandre Julliard
|
c7efa293f0
|
server: Invoke low-level hardware hooks directly from the server side.
|
2011-03-02 21:26:13 +01:00 |
|
Alexandre Julliard
|
ae895a1f10
|
user32: Export a Wine-specific function to send hardware input from the graphics driver.
|
2011-03-02 21:25:43 +01:00 |
|
Alexandre Julliard
|
39c4e6d1d9
|
user32: Retrieve the current cursor position from the server.
|
2011-03-01 13:21:42 +01:00 |
|
Alexandre Julliard
|
a7da164949
|
user32: Retrieve the key state for GetAsyncKeyState from the server.
|
2011-02-28 22:28:42 +01:00 |
|
Wolfram Sang
|
c67f075d67
|
user32: Check bitmap info before it is used.
|
2011-02-28 13:15:07 +01:00 |
|
Wolfram Sang
|
ce5763b88c
|
user32: Make DIB_GetBitmapInfo checks stricter.
|
2011-02-28 13:15:01 +01:00 |
|
Wolfram Sang
|
25923d2f16
|
user32/tests: Modify proper fields instead of magic offsets.
|
2011-02-28 13:14:55 +01:00 |
|
Marcus Meissner
|
b0b77d4ba9
|
user32: Fixed some more side effect functions in assert() (Coverity).
|
2011-02-25 14:47:50 +01:00 |
|
Alexandre Julliard
|
02e8174067
|
server: Store the cursor clip rectangle in the server.
|
2011-02-25 13:50:19 +01:00 |
|
Alexandre Julliard
|
183c41b49a
|
server: Store the global cursor position in the server.
|
2011-02-25 11:25:15 +01:00 |
|
Marcus Meissner
|
a91b0e4544
|
user32: Remove side effect code out of asserts() (Coverity).
|
2011-02-23 18:24:20 +01:00 |
|
Marcus Meissner
|
89e662084f
|
user32: Move functional code out of assert() (Coverity).
|
2011-02-23 18:22:50 +01:00 |
|
Dmitry Timoshkov
|
cf6c76b3b4
|
user32: Cope with failing SetForegroundWindow().
|
2011-02-21 15:18:29 +01:00 |
|
Dmitry Timoshkov
|
798edfec16
|
user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state.
|
2011-02-18 14:54:51 +01:00 |
|
Alexander Scott-Johns
|
182b6a0483
|
user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind).
|
2011-02-17 18:33:42 +01:00 |
|
Austin English
|
f956a472c0
|
user32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 13:33:32 +01:00 |
|
Ken Thomases
|
e814147b12
|
user32: Remove wrong parameter name from comment.
Spotted by Peter Oberndorfer.
|
2011-02-14 12:29:05 +01:00 |
|
Ken Thomases
|
9cb4c21f1a
|
user32: Rename GetKeyboardLayout param; it's a thread ID, not a layout.
|
2011-02-10 10:28:01 -06:00 |
|
Austin English
|
fc2d1ded12
|
user32/tests: Remove some dead assignments (LLVM/Clang).
|
2011-02-10 09:58:50 -06:00 |
|
Dmitry Timoshkov
|
07cfce6edf
|
user32: Add message tests for SetParent().
|
2011-02-09 13:46:17 -06:00 |
|
Dmitry Timoshkov
|
de2aeebe72
|
user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent.
|
2011-02-09 13:46:00 -06:00 |
|
Austin English
|
7b4cf0bec0
|
user32/tests: Remove unneeded assignment (LLVM/Clang).
|
2011-02-09 09:26:32 -06:00 |
|
Joris Huizer
|
26f753aec8
|
user32/tests: Don't test function directly when reporting GetLastError().
|
2011-02-07 10:04:37 -06:00 |
|
Alexander Scott-Johns
|
6c6b15f2d4
|
user32: Partially fix clipboard viewer infinite recursion bug.
|
2011-01-31 14:04:54 +01:00 |
|
Alexander Scott-Johns
|
198a55bd6e
|
user32/tests: Test getting the data from synthesized clipboard formats.
|
2011-01-28 17:41:51 +01:00 |
|
Alexandre Julliard
|
76fb69bf3d
|
user32: Fix LoadImage behavior with zero size and no LR_DEFAULTSIZE.
Based on a patch by Marcus Meissner.
|
2011-01-28 12:44:21 +01:00 |
|
Alexandre Julliard
|
ab4a5a327d
|
user32: Propagate the LoadImage flags into the low-level loader functions.
|
2011-01-28 12:42:56 +01:00 |
|
Marcus Meissner
|
6e077e0bc0
|
user32: Get MDI icon as close the "small icon" as possible.
|
2011-01-28 12:03:50 +01:00 |
|