Alexandre Julliard
|
f8ee161a1b
|
Fixed some traces to use the right printf format and avoid typecasts.
|
2005-09-12 10:30:05 +00:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Mike McCormack
|
ad3a5ed5e4
|
Make sure a cursor is always returned if one exists.
|
2005-08-19 09:56:52 +00:00 |
Alexandre Julliard
|
dac19768fa
|
Get rid of cursoricon.h.
|
2005-07-20 10:31:37 +00:00 |
Alexandre Julliard
|
15ec968724
|
Load the USER driver on demand instead of at user32 load time.
Provide a fallback implementation for all the functions to avoid
having to check for NULL functions everywhere.
|
2005-07-18 15:14:56 +00:00 |
Mike McCormack
|
8c64ebc963
|
Clean up CURSORICON_Load.
|
2005-07-12 20:23:18 +00:00 |
Mike McCormack
|
8012754ee2
|
Remove CURSORICON_SimulateLoadingFromResourceW.
|
2005-07-12 19:18:31 +00:00 |
Mike McCormack
|
37a8e0d0c9
|
Modify CURSORICON_FindBestIcon/Cursor to use enumerator functions.
|
2005-07-12 18:11:54 +00:00 |
Mike McCormack
|
3fe864dc81
|
Replace CURSORICON_CreateFromResource by CreateIconFromResourceEx.
|
2005-07-11 13:21:29 +00:00 |
Mike McCormack
|
61633efa93
|
Remove unused function args.
|
2005-07-11 10:56:13 +00:00 |
Detlef Riekenberg
|
8761a1d5df
|
LoadImageW: Fix type of TRACE parameter.
|
2005-07-05 12:40:25 +00:00 |
Huw Davies
|
d5fce697f7
|
When loading a bitmap we should stretch the image to the requested
size.
|
2005-06-13 18:47:21 +00:00 |
Alexandre Julliard
|
0260e2b543
|
Moved functions from windows/user.c to more appropriate places, and
get rid of that file.
|
2005-05-25 18:42:37 +00:00 |
Alexandre Julliard
|
90dd7f0603
|
Removed implementation of LoadDIBIconHandler16 and
LoadDIBCursorHandler16 since they are no longer used, and stop
exporting NE_DefResourceHandler.
|
2005-05-18 15:37:41 +00:00 |
Alexandre Julliard
|
6b4c02e57f
|
Moved remaining messaging definitions to user_private.h and removed
message.h.
|
2005-04-27 10:23:24 +00:00 |
Alexandre Julliard
|
86be9f20da
|
Removed the MESSAGEQUEUE structure, and store the corresponding
information directly in the TEB, in the Win32ClientInfo field.
|
2005-04-27 08:18:20 +00:00 |
Alexandre Julliard
|
172e731c0b
|
Moved most files from the windows directory to dlls/user.
|
2005-04-25 11:33:34 +00:00 |