summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_win.cc
Commit message (Expand)AuthorAgeFilesLines
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* PrintPreview: Fix the destination printer list to show printer names rather t...kmadhusu@chromium.org2011-05-061-11/+11
* Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a...thestig@chromium.org2011-05-041-14/+20
* Update set printer function to be local-only to avoid permission issues.arthurhsu@chromium.org2011-05-031-10/+35
* Complete UpdatePrinterSettings so that clicking print in the print preview UI...arthurhsu@chromium.org2011-04-211-49/+120
* Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr.csilv@chromium.org2011-04-211-7/+4
* Attempt to fetch first printer's settings to bootstrap the printing process i...arthurhsu@chromium.org2011-04-181-4/+40
* PrintPreview: Set number of copies and collate in print ticket.kmadhusu@chromium.org2011-04-051-1/+2
* PrintPreview: Added a helper function to get print job settings from dictionary.kmadhusu@chromium.org2011-03-311-2/+2
* Print Preview: Implement basic settings.thestig@chromium.org2011-03-291-0/+6
* PrintPreview: Remove NOTIMPLEMENTED() function call in PrintingContextWin::Up...kmadhusu@chromium.org2011-03-281-3/+4
* Printing: Use const reference instead of a const pointer.thestig@chromium.org2011-03-221-1/+1
* PrintPreview: [MAC] Set the selected printer for the current print job.kmadhusu@chromium.org2011-03-211-1/+2
* Move Start/EndPage() from NewPage/PageDone()dpapad@chromium.org2011-03-161-6/+5
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-051-0/+11
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-4/+0
* Use the existing PRINTPAGERANGE rather than allocating a new one.thestig@chromium.org2011-01-201-7/+5
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-4/+4
* Printing: Refactor PrintSettings::Init into a PrintSettingsFactory classjhawkins@chromium.org2010-10-261-6/+12
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-52/+51
* Fix a c_str() use-after-free bug in the printing code.nick@chromium.org2010-09-281-1/+2
* Printing: Remove the debug-only |page_number_| from PrintingContext, which hasjhawkins@chromium.org2010-09-281-14/+0
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+1
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+2
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-6/+6
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-6/+7
* Win32: Print the right number of pages.thestig@chromium.org2010-08-131-28/+28
* Set the job name for the print job on the Mac.avi@chromium.org2010-05-121-2/+11
* printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).maruel@chromium.org2009-12-081-4/+3
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-1/+1
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-34/+34
* Fix the Windows printing build by updating an old include.brettw@chromium.org2009-10-091-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-1/+2
* Re-enable test (disabled while moving printing functionality to printing libr...sverrir@google.com2009-07-091-1/+4
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-0/+607