Rein Klazes
|
dbfbce975d
|
user32: When repainting a static control with SS_BITMAP style, do not erase the background if there is no valid bitmap to paint.
|
2009-04-16 12:37:47 -05:00 |
Michael Stefaniuc
|
214b40b109
|
user32: Remove superfluous pointer casts.
|
2009-03-02 12:11:38 +01:00 |
Michael Stefaniuc
|
4fc84eaf5a
|
user32: HGDIOBJ is interchangeable with other handle types; no casts are needed.
|
2008-10-27 11:29:54 +01:00 |
Alexandre Julliard
|
5cc82b07b3
|
user32: Added support for WS_EX_RIGHT in the static control.
|
2008-04-17 19:26:43 +02:00 |
Alexandre Julliard
|
bfe88a00f8
|
user32: Store the builtin class names in Unicode.
|
2007-11-01 12:55:00 +01: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 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Dmitry Timoshkov
|
21bcfd72b0
|
user32: Make some data const.
|
2006-11-28 12:36:08 +01:00 |
Dmitry Timoshkov
|
53cf91bced
|
user32: Restore the len == 0 check which got lost in a previous patch.
|
2006-11-22 11:39:11 +01:00 |
Dmitry Timoshkov
|
a7c1b0e0c6
|
user32: Add a rudimentary WM_SETFONT message test for the static control, make it pass under Wine.
|
2006-11-21 15:03:11 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |