summaryrefslogtreecommitdiffstats
path: root/printing/printed_document_win.cc
Commit message (Expand)AuthorAgeFilesLines
* We're getting rid of platform_device.h; most remaining userstomhudson2015-12-041-1/+1
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-4/+0
* Change PDF scaling factor from double to float.pkasting2014-10-091-2/+2
* StartPage/EndPage from spooling code. Calling this from metafiles unreliable....vitalybuka2014-09-241-0/+2
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-1/+1
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-181-2/+1
* Printing: Remove unused PageOverlay since header/footers are drawn in PrintWe...thestig@chromium.org2011-08-091-106/+0
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-1/+1
* Printing: Disable printing the header/footer on Windows.thestig@chromium.org2011-03-161-0/+5
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-4/+43
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-4/+4
* Printing: Refactor a few helper methods implemented per-platform to clean upjhawkins@chromium.org2010-10-071-0/+30
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+2
* Printing: Remove OS_WIN ifdef in a win-only file. Remove an unused debuggingjhawkins@chromium.org2010-09-271-28/+0
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-2/+2
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Add PrintedPage::GetCenteredPageContentRect so Mac and Win can share code.hamaji@chromium.org2010-07-051-11/+2
* Implement limited paged media support for win.hamaji@chromium.org2010-07-021-3/+14
* Changed printer page setup units to be in device co-ordinates (this is pixels...sanjeevr@chromium.org2010-05-291-2/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-0/+142