Alexandre Julliard
|
86c4a3694d
|
user32: Remove the CURSORICONINFO parameter in the CreateCursorIcon driver entry point.
|
2010-05-21 13:30:15 +02:00 |
Alexandre Julliard
|
8ec6359bbb
|
user32: Remove the CURSORICON parameter in the SetCursor entry point.
|
2010-04-21 11:07:45 +02:00 |
Alexandre Julliard
|
d676bf246d
|
user32: Add driver entry points for cursor creation and destruction, and pass the cursor handle to SetCursor.
|
2010-04-20 19:22:38 +02:00 |
Alexandre Julliard
|
83b66549da
|
user32: Get rid of 16-bit handles in the driver clipboard interface.
|
2009-12-23 14:27:31 +01:00 |
Alexandre Julliard
|
67cbdfb575
|
user32: Don't print CreateWindow warning for HWND_MESSAGE windows.
|
2009-10-23 12:23:51 +02:00 |
Rob Shearman
|
ea00dc4b49
|
user32: Free allocated memory in USER_unload_driver.
|
2009-01-12 13:07:07 +01:00 |
Maarten Lankhorst
|
0a6459598a
|
user32/winex11.drv: Change all user32 operations to use CDECL.
|
2008-12-23 13:06:04 +01:00 |
Aric Stewart
|
5c779bfa0a
|
user32: Remove the driver call for GetKeyboardLayoutList and instead populate from the registry.
|
2008-12-18 14:19:39 +01:00 |
Dmitry Timoshkov
|
fc48f7743d
|
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
|
2008-10-27 12:38:57 +01:00 |
Alexandre Julliard
|
9fb76ddd53
|
user32: Add a SetLayeredWindowAttributes driver entry point.
|
2008-09-12 15:43:27 +02:00 |
Alexandre Julliard
|
2f11213168
|
user32: Notify the user driver about window extended style changes too.
|
2008-09-12 14:55:07 +02:00 |
Alexandre Julliard
|
4c431197ca
|
user32: Add an entry point for ShowWindow to the driver interface.
|
2008-07-30 16:13:28 +02:00 |
Alexandre Julliard
|
89a3bd0c15
|
user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.
This is needed to allow updating the visible rect before invalidating
the DCEs.
|
2008-07-02 15:40:10 +02:00 |
Alexandre Julliard
|
c6d04ea9d5
|
user32: Make drivers non-const to avoid a compiler warning.
|
2008-04-24 11:53:58 +02:00 |
Alexandre Julliard
|
fa677c7f72
|
user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.
|
2008-04-10 15:58:43 +02:00 |
Andrew Talbot
|
c9566d556c
|
user32: Void functions should not return a value.
|
2008-03-31 12:14:05 +02:00 |
Andrew Talbot
|
6e1829fc62
|
user32: Assign to structs instead of using memcpy.
|
2008-03-20 14:27:34 +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
|
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
|
d6f6745c9c
|
user32: Moved the bulk of CreateWindow and SetWindowPos from the driver back into user32.
|
2008-01-24 11:23:09 +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 |
Pierre d'Herbemont
|
221b044740
|
user32: Factorize graphics driver SetParent into user32.
|
2006-12-12 20:38:32 +01:00 |
Pierre d'Herbemont
|
e5e58a6b13
|
user32: Factorize driver's SetWindowPos in user32.
|
2006-11-29 14:05:33 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |