summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* PrintPreview: Added a helper function 'SetPrinter' in printing/printing_conte...kmadhusu@chromium.org2011-03-232-10/+20
* Removing method printing::PdfPsMetafile::SetRawData().dpapad@chromium.org2011-03-234-57/+34
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-224-117/+78
* Printing: Use const reference instead of a const pointer.thestig@chromium.org2011-03-227-8/+8
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-217-1/+53
* PrintPreview: [MAC] Set the selected printer for the current print job.kmadhusu@chromium.org2011-03-217-20/+54
* Revert 78859 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-217-53/+1
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-217-1/+53
* Revert 78812 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-197-53/+1
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-197-1/+53
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-1913-16/+16
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-189-46/+54
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-184-78/+117
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-184-117/+78
* Revert 78662 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-187-55/+0
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-187-0/+55
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-1711-16/+17
* Printing: Disable printing the header/footer on Windows.thestig@chromium.org2011-03-161-0/+5
* Move Start/EndPage() from NewPage/PageDone()dpapad@chromium.org2011-03-161-6/+5
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-1616-500/+330
* Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject.kmadhusu@chromium.org2011-03-152-19/+16
* Printing: Move the default margin constants out of PdfPsMetafile.thestig@chromium.org2011-03-155-36/+24
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-081-1/+1
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-057-4/+46
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-033-7/+23
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-0217-121/+473
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-0217-473/+121
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-0217-121/+473
* Removing PS option from PdsPsMetafiledpapad@chromium.org2011-02-253-122/+28
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-195-33/+121
* Added support to the Windows cloud print proxy to print XPS documents directl...sanjeevr@chromium.org2011-02-172-0/+78
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-162-1/+3
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-147-18/+0
* Whitespace fix to trigger a build.thestig@chromium.org2011-02-111-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0516-21/+21
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+2
* Added CUPS error handling.gene@google.com2011-02-031-15/+21
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-032-5/+43
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-276-0/+13
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-243-27/+34
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-216-16/+16
* Use the existing PRINTPAGERANGE rather than allocating a new one.thestig@chromium.org2011-01-202-9/+6
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-203-7/+6
* When printing a page containing alpha blending on a printer which doesn't sup...senorblanco@chromium.org2011-01-124-1/+15
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+1
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-1/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+1
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-073-1/+46
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+2
* Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.htfarina@chromium.org2011-01-021-2/+1