Steven Edwards
|
c49064a838
|
- The last of the major Win16/32 split for commdlg (for real this
time).
- Moved most of the 16bit stuff to cdlg16.h.
- A few small cleanups.
|
2003-12-12 06:09:13 +00:00 |
Rein Klazes
|
965b285238
|
Do conversions between the font size specified in points (or
decipoints) and height specified in logical units.
|
2003-12-11 05:17:05 +00:00 |
Rein Klazes
|
42fc4bec2d
|
Use the lfHeight field to initialize the font dialog's point size. Do
not forget to return some values in the choosefont structure in the 16
bit version of the ChooseFont function.
|
2003-12-04 01:43:01 +00:00 |
Rein Klazes
|
6f1a7da4b4
|
Implement combobox to select the font's character set.
Bug fixes: handle WM_MEASUREITEM message; handle the WM_PAINT message
in the 16bit font dialog, so it displays the sample string too.
|
2003-12-03 22:25:10 +00:00 |
Alexandre Julliard
|
f9be2f3d21
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +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
|
864ca06832
|
winnls.h must not include winbase.h.
|
2003-08-20 18:22:31 +00:00 |
Steven Edwards
|
6b9c474d30
|
Separate Win16 and Win32 font dialog support.
|
2003-06-07 00:33:32 +00:00 |