Alexandre Julliard
|
2018b18638
|
user32/tests: We can now store binary files in the repository.
|
2007-09-17 16:12:03 +02:00 |
Alexandre Julliard
|
2371db52e0
|
user32: We can now store binary files in the repository.
|
2007-09-17 15:46:18 +02:00 |
Alexandre Julliard
|
9c27ed21a2
|
user32/tests: Properly flush events in the update rect tests.
|
2007-09-17 14:13:37 +02:00 |
James Hawkins
|
72a3f18338
|
kernel32: Return TRUE for all pointer params in GlobalUnlock.
|
2007-09-17 13:41:53 +02:00 |
James Hawkins
|
40dff81b5a
|
kernel32: Fix the case where memory is freed twice in GlobalFree.
|
2007-09-17 13:41:49 +02:00 |
James Hawkins
|
2cd2f12256
|
user32: Set uiLo and uiHi to zero on error.
|
2007-09-17 13:28:23 +02:00 |
James Hawkins
|
1eaeb3e0cd
|
user32: Add tests for the DDE pack functions.
|
2007-09-17 13:28:19 +02:00 |
Lei Zhang
|
5079d20ffe
|
user32: Edit control should respond to ctrl + z.
|
2007-09-13 13:36:23 +02:00 |
Vitaliy Margolen
|
2d572ec394
|
user32: Don't exit when double-clicking with right button held.
|
2007-09-11 11:49:03 +02:00 |
Dmitry Timoshkov
|
3de83dcb34
|
user32: Add more tests for GetUpdateRect.
|
2007-09-10 15:29:46 +02:00 |
Mikolaj Zalewski
|
71d77d98e2
|
user32: combo: CB_SETITEMHEIGHT should make the edit area 2px higher than the item (with testcase).
|
2007-08-31 13:24:13 +02:00 |
Trent Waddington
|
fc635fa827
|
server: Handle existing timer replacement when no window handle specified.
|
2007-08-30 19:08:16 +02:00 |
Mikolaj Zalewski
|
613cfc2870
|
user32: Static controls should have a clipping region set while sending the WM_CTLCOLORSTATIC.
|
2007-08-30 12:34:31 +02:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Alexandre Julliard
|
2896540a34
|
server: Set the queue mask directly in get_message to avoid an extra server call.
|
2007-08-29 18:13:13 +02:00 |
Steven Edwards
|
a725826ada
|
user32: Remove some no longer needed wine 16bit headers.
|
2007-08-29 12:31:34 +02:00 |
Alexandre Julliard
|
df13cee288
|
server: Store a separate flag for windows that need to be erased in WM_PAINT.
This avoids the need to invalidate the window after WM_ERASEBKGND.
|
2007-08-27 16:41:08 +02:00 |
Alexandre Julliard
|
5bd497f3ca
|
server: Moving a window should only expose the immediate parent.
|
2007-08-27 15:21:19 +02:00 |
Alexandre Julliard
|
a887a64c17
|
user32: SetWindowPos should erase the parent also for child moves.
|
2007-08-27 15:13:51 +02:00 |
Alexandre Julliard
|
8bbeadf565
|
user32: IsChild must not consider the desktop window.
|
2007-08-24 10:56:51 +02:00 |
Alexandre Julliard
|
149cbb1b60
|
server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW.
|
2007-08-23 20:22:30 +02:00 |
Alexandre Julliard
|
04a9f93f62
|
user32: Thread-local hooks need a module if they don't belong to the current process.
|
2007-08-22 12:19:00 +02:00 |
Alex Villacís Lasso
|
89939b5a2b
|
user32: Fix change-drive in Win3.1-style file open dialog.
|
2007-08-20 22:24:40 +02:00 |
Alex Villacís Lasso
|
4d99a8182d
|
user32: Fix crash while dir-navigating in Win3.1-style file open dialog.
|
2007-08-20 22:23:16 +02:00 |
Alexandre Julliard
|
f48eb1581d
|
winex11: Force a window to managed mode when it is activated.
|
2007-08-20 22:06:50 +02:00 |
Alexandre Julliard
|
f09bcc3eef
|
user32/tests: Allow WM_MOUSEACTIVATE in the mouse hover test for compatibility with X11 focus policy.
|
2007-08-20 22:03:06 +02:00 |
Alexandre Julliard
|
1b6533bc2c
|
user32/tests: Use flush_events more consistently in the message tests.
|
2007-08-20 22:01:55 +02:00 |
Paul Vriens
|
5748f15826
|
user32/tests: Run tests on win95 again.
|
2007-08-16 11:08:13 +02:00 |
Peter Verthez
|
13b376df73
|
user32: LB_SETITEMDATA should return 1 on success, not 0.
|
2007-08-14 20:29:21 +02:00 |
Jason Edmeades
|
902a384b38
|
user32: Fix regression in alt, then right processing with eg wines notepad.
|
2007-08-13 12:00:36 +02:00 |
Jason Edmeades
|
76943c2a41
|
user32: Allow alt+space to highlight system menu.
|
2007-08-13 12:00:22 +02:00 |
Marcus Meissner
|
f76de3d002
|
user32: Initialize MONITORINFO.cbSize.
|
2007-08-13 11:38:59 +02:00 |
Detlef Riekenberg
|
03cd537751
|
user32: Call a 16-Bit winproc again.
|
2007-08-13 11:37:40 +02:00 |
Mikołaj Zalewski
|
5e9ced90f7
|
user32: CallWindowProc[AW] for mismatched built-in winprocs should take into account if the window is Unicode.
|
2007-08-10 13:53:35 +02:00 |
Jason Edmeades
|
39d615eeed
|
user32: Skip system menu entries when using keyboard.
|
2007-08-09 15:02:38 +02:00 |
Dmitry Timoshkov
|
ce1ab638da
|
user32: CBN_SELCHANGE notification should be sent before an edit update.
|
2007-08-09 14:40:59 +02:00 |
Francois Gouget
|
ebadbd4bd5
|
Assorted spelling fixes.
|
2007-08-09 14:13:07 +02:00 |
Alexandre Julliard
|
c7b1b4c68b
|
user32: WM_IME_CHAR should result in posted, not sent, WM_CHAR messages.
|
2007-08-09 13:14:20 +02:00 |
Alexandre Julliard
|
2ce799c4f6
|
user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.
|
2007-08-09 13:13:00 +02:00 |
Alexandre Julliard
|
b9540cf9e7
|
user32/tests: Added test cases for WM_CHAR conversions.
|
2007-08-08 18:25:57 +02:00 |
Alexandre Julliard
|
82964f5032
|
user32: Added support for the magic WM_CHAR A->W conversions in Send/Post/DispatchMessage.
|
2007-08-08 18:25:38 +02:00 |
Alexandre Julliard
|
334ede4099
|
user32: Factor out the calling of a window's winproc into a separate function.
|
2007-08-08 17:02:42 +02:00 |
Alexandre Julliard
|
01de889c0f
|
user32: Factor out the various SendMessage functions into a common routine.
|
2007-08-08 16:23:23 +02:00 |
Alexandre Julliard
|
d00d54ebeb
|
user32: Get rid of winproc.h and move definitions in user_private.h.
|
2007-08-08 15:31:59 +02:00 |
Alexandre Julliard
|
c4245a7fb6
|
user32: Fixed the return value of DispatchMessageA/W.
|
2007-08-07 17:45:10 +02:00 |
Alexandre Julliard
|
0bd1fc4633
|
user32: Store all builtin winprocs at the start of the array.
This allows checking for them in CallWindowProc and avoid message
translation in that case.
|
2007-08-02 17:08:48 +02:00 |
Alexandre Julliard
|
ce7bfd6a3f
|
user32: Erase parent window when child is hidden. From a patch by Clinton Stimpson.
|
2007-07-31 20:32:15 +02:00 |
Detlef Riekenberg
|
b90c6e2792
|
user32: Add a stub for GetAppCompatFlags2.
|
2007-07-31 12:34:48 +02:00 |
Clinton Stimpson
|
f4af6455a8
|
user32: Also test parent messages when hiding child window.
|
2007-07-30 15:27:18 +02:00 |
Alexandre Julliard
|
809d47839d
|
user32/tests: Flush events more aggressively in mouse input test.
|
2007-07-25 13:46:42 +02:00 |