PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
[wine] / dlls / commdlg / fontdlg16.c
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Jacek CabanUnicodified fontdlg.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2003-12-30  Rein Klazes- Add a bitmap resource with the font icons: TrueType...
2003-12-12  Steven Edwards- The last of the major Win16/32 split for commdlg...
2003-12-11  Rein KlazesDo conversions between the font size specified in point...
2003-12-04  Rein KlazesUse the lfHeight field to initialize the font dialog...
2003-12-03  Rein KlazesImplement combobox to select the font's character set.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-06-07  Steven EdwardsSeparate Win16 and Win32 font dialog support.