Alexandre Julliard
|
218c478d24
|
Allocate the dialog info in DIALOG_CreateIndirect if this wasn't
already done by the dialog procedure.
|
2004-07-14 00:49:40 +00:00 |
Andreas Rosenberg
|
2fa87d2908
|
Point size in DLG_TEMPLATE may be negative.
|
2003-12-10 02:12:09 +00:00 |
Alexandre Julliard
|
cf52644a1c
|
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.
|
2003-09-10 03:56:47 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
04c1f9f88c
|
Only compute dialog base units once we need them.
|
2003-07-09 19:53:17 +00:00 |
Dmitry Timoshkov
|
25481334f6
|
Do not abort dialog creation if DS_NOFAILCREATE allows to continue.
|
2003-05-11 02:42:28 +00:00 |
Alexandre Julliard
|
a65a8a6a8e
|
Moved 16-bit dialog routines to a separate dialog16.c file.
Fixed window creation to create ASCII windows when called through one
of the ASCII dialog functions.
|
2003-03-28 19:40:37 +00:00 |