Alexandre Julliard
|
e41a482890
|
user32: Add a Wine-specific entry point to set the pixel format of a window.
|
2012-10-03 23:08:22 +02:00 |
Hans Leidekker
|
e54ab7a8b6
|
user32: Add stub implementations of MessageBoxTimeoutA/W.
|
2011-12-06 15:51:00 +01:00 |
Aric Stewart
|
77fdee8a2e
|
user32: Remove SetWindowText export.
|
2011-03-10 12:52:51 +01:00 |
Alexandre Julliard
|
383bda91cf
|
user32: No longer export HOOK_CallHooks.
|
2011-03-08 14:50:47 +01:00 |
Erich Hoover
|
e776f3ccf7
|
user32: Implement semi-stub of GetCursorFrameInfo.
|
2011-03-07 15:10:22 +01:00 |
Alexandre Julliard
|
f1a3480068
|
user32: Handle input injected through SendInput entirely in user32.
|
2011-03-02 21:48:39 +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
|
14a77db43f
|
user32: Add a stub for IsGUIThread().
|
2010-11-16 21:54:18 +01:00 |
Alexandre Julliard
|
d3de0c265b
|
user32: Implemented GetIconInfoExA/W.
|
2010-10-08 15:23:47 +02:00 |
Alexandre Julliard
|
5130f942da
|
user32: Use int64 in the spec file for 64-bit integers.
|
2010-08-31 14:23:48 +02:00 |
Alexandre Julliard
|
1d1f8e2a2c
|
user32: Move DestroyIcon32 implementation to user16.c.
|
2009-12-22 13:48:19 +01:00 |
Alexandre Julliard
|
02e74fa8a6
|
user32: Implement UserRegisterWowHandlers function and add a handler for the button winproc.
|
2009-12-15 16:09:13 +01:00 |
Luke Benstead
|
7fc8aed47f
|
user32: Implement PrintWindow.
|
2009-12-02 12:16:03 +01:00 |
Alexandre Julliard
|
727f23c581
|
user32: No longer export the 16-bit dialog and message functions.
|
2009-11-13 11:52:23 +01:00 |
Alexandre Julliard
|
2a64c6b11c
|
user32: Move driver support to mmsystem and replace it with stubs in user.exe.
|
2009-11-12 23:09:21 +01:00 |
Alexandre Julliard
|
dd64dd5548
|
user32: Reimplement UserYield using PeekMessageW.
|
2009-11-12 23:09:21 +01:00 |
Alexandre Julliard
|
5900da2869
|
user32: The LongPtr functions are only exported on 64-bit.
|
2009-08-24 15:17:34 +02:00 |
Nikolay Sivov
|
25dac198c3
|
user32: Add a stub for DisableProcessWindowsGhosting.
|
2009-05-27 11:11:36 +02:00 |
Nikolay Sivov
|
a2b7aafdae
|
user32: Implemented GetWindowRgnBox with some tests.
|
2009-04-02 15:09:55 +02:00 |
Hans Leidekker
|
066a8f442d
|
user32: Add a stub implementation of ChangeWindowMessageFilter.
|
2008-11-11 11:41:19 +01:00 |
Paul Chitescu
|
da012ed8e7
|
user32: Stub for LockWorkStation.
|
2008-09-17 18:11:11 +02:00 |
Alexandre Julliard
|
e4cba25ac7
|
user32: Implemented UpdateLayeredWindow and UpdateLayeredWindowIndirect.
|
2008-09-16 16:30:19 +02:00 |
Dmitry Timoshkov
|
90f0795971
|
user32: Implement GetWindowModuleFileName.
|
2008-05-27 12:57:23 +02:00 |
Alexandre Julliard
|
9727aa8123
|
winex11: Use SetWindowPos to invalidate DCEs when changing the pixel format.
|
2008-04-21 20:32:22 +02:00 |
Maarten Lankhorst
|
70a6495a31
|
user32: Implement BroadcastSystemMessage.
|
2008-04-03 12:00:02 +02:00 |
Alexandre Julliard
|
dc26f27835
|
winex11: Moved support for window moving/resizing back to user32.
|
2008-03-12 15:01:24 +01:00 |
Alexandre Julliard
|
b383690f52
|
user32: Added stubs for Cascade/TileChildWindows.
|
2008-03-05 19:22:23 +01:00 |
Alexandre Julliard
|
bb27b37599
|
user32: Moved win.h to the user32 directory.
|
2008-02-29 17:21:04 +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 |
Stefan Leichter
|
684a5b4bab
|
user32: Added stub for GetMouseMovePointsEx.
|
2008-02-25 13:27:49 +01:00 |
Alistair Leslie-Hughes
|
c3f4ad58a1
|
user32: Add SetProcessDPIAware stub.
|
2008-01-11 12:23:43 +01:00 |
Louis Lenders
|
a467feae39
|
user32: Add stub for GetLayeredWindowAttributes.
|
2008-01-10 12:11:04 +01:00 |
Rob Shearman
|
91971561c1
|
user32: Add a stub implementation of RegisterServicesProcess.
|
2008-01-02 13:20:12 +01:00 |
L. Rahyen
|
43601c282b
|
user32: Implement initial stubs for all raw input functions.
|
2007-09-25 14:18:40 +02:00 |
Detlef Riekenberg
|
b90c6e2792
|
user32: Add a stub for GetAppCompatFlags2.
|
2007-07-31 12:34:48 +02:00 |
Aric Stewart
|
1afbc2c957
|
user32: Change SetDeskWallPaper spec.
|
2007-07-16 13:36:36 +02:00 |
Louis Lenders
|
2ca1ddd8f0
|
user32: Add RealChildWindowFromPoint.
|
2007-04-12 16:33:52 +02:00 |
Louis Lenders
|
2a42f7ae2d
|
user32: Define RealChildWindowFromPoint as a real stub.
|
2007-01-22 13:28:41 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |