user: Add internal functions for cursor/icon 16<->32 conversion to replace the typeca...
[wine] / programs / wordpad / print.c
2010-01-29  Dylan Smithwordpad: Implement zooming in for print preview.
2010-01-29  Dylan Smithwordpad: Fixed spacing calculations for print preview.
2010-01-27  Dylan Smithwordpad: Don't render the text when getting the number...
2010-01-27  Dylan Smithwordpad: Reset rc.bottom between calls to EM_FORMATRANGE.
2009-12-28  Alexandre Julliardwordpad: Use the main module instance instead of gettin...
2009-08-17  Dylan Smithwordpad: Use smaller cbSize for REBARBANDINFOW for...
2009-04-07  Michael Stefaniucwordpad: Replace long with LONG.
2009-01-19  Michael Stefaniucwordpad: Remove superfluous pointer casts.
2008-10-14  Dylan Smithwordpad: Added option to disable word wrap.
2008-10-13  Andrey Turkinwordpad: Use inches instead of cm in calculations.
2008-10-10  Andrey Turkinwordpad: Fix some compile-time warnings.
2008-07-23  Gerald Pfeiferwordpad: Remove unused parameter for preview_command().
2008-04-14  Alexandre Julliardwordpad: Don't pass an invalid DC to CreateCompatibleDC.
2008-04-09  Dmitry Timoshkovwordpad: Fix Win64 warnings.
2008-03-27  Michael Stefaniucwordpad: Remove bogus ';' after the if statement.
2008-03-27  Alexander Nicolays... wordpad: Add support for previewing two pages side...
2008-01-14  Alexander Nicolays... wordpad: Add basic ruler.
2008-01-14  Alexander Nicolays... wordpad: Fix width when text break = margins.
2008-01-08  Alexander Nicolays... wordpad: Draw margin lines in print preview.
2007-11-20  Alexander Nicolays... wordpad: Move printing functions to a separate file.