Alexandre Julliard
|
9ac7cc8311
|
user32: Check the correct id for the close button when setting the font.
|
2013-06-17 19:30:38 +02:00 |
Nikolay Sivov
|
8f985884ea
|
user32: Use defined constants to identify message box buttons.
|
2013-04-15 15:15:40 +02:00 |
Hans Leidekker
|
e54ab7a8b6
|
user32: Add stub implementations of MessageBoxTimeoutA/W.
|
2011-12-06 15:51:00 +01:00 |
Francois Gouget
|
e82c57372b
|
user32: Use macros for the resource IDs instead of numeric literals.
|
2011-05-19 10:22:39 +02:00 |
Francois Gouget
|
dc63061af1
|
user32: Use MSGBOX_IDICON throughout instead of sometimes using stc1 and sometimes 1088.
|
2011-05-16 16:35:28 +02:00 |
Alexandre Julliard
|
db1c43c399
|
user32: Fallback to English in MessageBoxIndirect if the specified language is not supported.
|
2010-06-21 11:51:12 +02:00 |
Alexandre Julliard
|
f69d88b503
|
user32: Destroy the unused buttons in a message box instead of only hiding them.
|
2010-06-17 20:07:22 +02:00 |
Michael Stefaniuc
|
0a22cd2b8f
|
user32: Avoid using HIWORD() on atoms/resources.
|
2010-02-04 13:39:27 +01:00 |
Michael Stefaniuc
|
214b40b109
|
user32: Remove superfluous pointer casts.
|
2009-03-02 12:11:38 +01:00 |
Alexandre Julliard
|
f29b5757d5
|
user32: Allow arbitrary text size for loaded strings in message boxes.
|
2008-03-26 23:38:36 +01:00 |
Jason Edmeades
|
78d0940e21
|
user32: Fix MessageBox button contents and ordering.
|
2008-03-14 11:22:00 +01:00 |
Andrew Talbot
|
3dfaef3729
|
user32: Remove unneeded casts.
|
2008-01-22 11:27:51 +01:00 |
Steven Edwards
|
a725826ada
|
user32: Remove some no longer needed wine 16bit headers.
|
2007-08-29 12:31:34 +02:00 |
Marcus Meissner
|
f76de3d002
|
user32: Initialize MONITORINFO.cbSize.
|
2007-08-13 11:38:59 +02:00 |
Markus Gömmel
|
ddb4be2bb0
|
user32: Center MessageBox dialogs to desktop, as Windows does.
|
2007-07-02 13:32:17 +02:00 |
Andrew Talbot
|
6030e4d549
|
user32: Exclude unused headers.
|
2007-05-21 13:36:13 +02:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |