wined3d: Use the np2_fixup to find out if a RECT texture is used.
[wine] / programs / wordpad / print.c
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardwordpad: Avoid Unicode macros.
2010-07-20  Dylan Smithwordpad: Avoid filling overlapping rectangles in print...
2010-07-20  Dylan Smithwordpad: Remove sized print preview page buffer.
2010-07-20  Dylan Smithwordpad: Reduce unnecessary flicker from extra backgrou...
2010-06-24  Francois Gougetwordpad: Make print_preview() and preview_page_hittest...
2010-05-26  Gerald Pfeiferwordpad: Remove variable bottom which is not really...
2010-04-20  Gerald Pfeiferwordpad: Remove variable hwndPreview which is not reall...
2010-02-25  Dylan Smithwordpad: Show page numbers in statusbar for print preview.
2010-02-24  Dylan Smithwordpad: Number of preview pages to show when unzoomed...
2010-02-24  Dylan Smithwordpad: Added zoom cursor for print preview.
2010-02-22  Dylan Smithwordpad: Avoid forward declarations in print.c.
2010-02-22  Dylan Smithwordpad: Don't waste time getting the number of preview...
2010-02-22  Dylan Smithwordpad: Avoid unnecessary deletion of hdcSized.
2010-02-22  Dylan Smithwordpad: Cache text length.
2010-02-22  Dylan Smithwordpad: Update bitmaps outside of WM_PAINT.
2010-02-22  Dylan Smithwordpad: Use pages_shown variables to indicate pages...
2010-02-22  Dylan Smithwordpad: Get preview page character boundaries with...
2010-02-22  Dylan Smithwordpad: Added missing calls to DeleteDC and ReleaseDC.
2010-02-18  Dylan Smithwordpad: Avoid making monochrome bitmaps for print...
2010-02-10  Dylan Smithwordpad: Fixed quick print so that it doesn't print...
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.