[2/2] wordpad: Implement zooming in for print preview.

Dylan Smith dylan.ah.smith at gmail.com
Fri Jan 29 02:02:41 CST 2010


The preview is now drawn onto it's own window rather directly onto
the client area of the top level window.  This is done to allow for
scrollbars, since the page won't usually fit in the window when zoomed in.
Refactoring was needed as a result of this, and in order to provide more
granularity for updates to avoid EM_FORMATRANGE messages being sent when
the page the same page is being displayed.
---
 programs/wordpad/Da.rc     |    2 +
 programs/wordpad/De.rc     |    2 +
 programs/wordpad/En.rc     |    2 +
 programs/wordpad/Fr.rc     |    2 +
 programs/wordpad/Hu.rc     |    2 +
 programs/wordpad/Ja.rc     |    2 +
 programs/wordpad/Ko.rc     |    2 +
 programs/wordpad/Lt.rc     |    2 +
 programs/wordpad/Nl.rc     |    2 +
 programs/wordpad/No.rc     |    2 +
 programs/wordpad/Pl.rc     |    2 +
 programs/wordpad/Pt.rc     |    2 +
 programs/wordpad/Ru.rc     |    2 +
 programs/wordpad/Si.rc     |    2 +
 programs/wordpad/Sv.rc     |    2 +
 programs/wordpad/Tr.rc     |    2 +
 programs/wordpad/Zh.rc     |    2 +
 programs/wordpad/print.c   |  421 +++++++++++++++++++++++++++++++++----------
 programs/wordpad/wordpad.c |   21 ++-
 programs/wordpad/wordpad.h |   15 ++-
 20 files changed, 385 insertions(+), 106 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-wordpad-Implement-zooming-in-for-print-preview.diff.txt
Type: text/x-patch
Size: 33333 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100129/bded90b6/attachment-0001.bin>


More information about the wine-patches mailing list