| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -4/+4 |
* | printing: Replace "using namespace printing;" wrapping the tests around "name... | tfarina@chromium.org | 2011-05-10 | 1 | -1/+3 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Fix LLVM errors/warning in Chrome OS code | dpolukhin@chromium.org | 2011-05-08 | 1 | -1/+1 |
* | PrintPreview: Fix the destination printer list to show printer names rather t... | kmadhusu@chromium.org | 2011-05-06 | 1 | -11/+11 |
* | PrintPreview: [MAC]Update only the orientation settings, if the selected prin... | kmadhusu@chromium.org | 2011-05-05 | 1 | -11/+15 |
* | Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a... | thestig@chromium.org | 2011-05-04 | 2 | -20/+29 |
* | PrintPreview: Modified code to set the printer using the unique printer id. | kmadhusu@chromium.org | 2011-05-04 | 4 | -13/+34 |
* | Update set printer function to be local-only to avoid permission issues. | arthurhsu@chromium.org | 2011-05-03 | 1 | -10/+35 |
* | Horrible hack to work around PDFKit bug. | avi@chromium.org | 2011-05-02 | 2 | -3/+62 |
* | Fix print preview clipping issues due to scaling. | ctguil@chromium.org | 2011-04-30 | 12 | -45/+52 |
* | Linux: clean up the usage of "use_cups" gyp switch: | phajdan.jr@chromium.org | 2011-04-29 | 1 | -16/+38 |
* | PrintPreview: [LINUX] Set color and duplex setting values in print job ticket. | kmadhusu@chromium.org | 2011-04-26 | 4 | -8/+8 |
* | Print Preview: Print the entire page range since the preview only contains th... | thestig@chromium.org | 2011-04-23 | 2 | -0/+12 |
* | Complete UpdatePrinterSettings so that clicking print in the print preview UI... | arthurhsu@chromium.org | 2011-04-21 | 1 | -49/+120 |
* | Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr. | csilv@chromium.org | 2011-04-21 | 2 | -8/+5 |
* | PrintPreview: [MAC] Set duplex binding settings in print ticket. | kmadhusu@chromium.org | 2011-04-20 | 5 | -10/+29 |
* | Fix scaling issue in windows print preview. | ctguil@chromium.org | 2011-04-20 | 2 | -4/+3 |
* | Updating print preview based on the pages selected by the user. | dpapad@chromium.org | 2011-04-20 | 2 | -4/+4 |
* | Print Preview: Implement dialog-less printing on Linux. | thestig@chromium.org | 2011-04-19 | 3 | -29/+35 |
* | Attempt to fetch first printer's settings to bootstrap the printing process i... | arthurhsu@chromium.org | 2011-04-18 | 1 | -4/+40 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -6/+3 |
* | PrintPreview: [MAC] Set the color setting in print ticket. | kmadhusu@chromium.org | 2011-04-12 | 2 | -1/+24 |
* | Push the initial transform down into SkPDFDevice. (Chrome side). | vandebo@chromium.org | 2011-04-12 | 1 | -3/+9 |
* | Connect the right metafiles for print preview on Linux and Windows. | vandebo@chromium.org | 2011-04-11 | 27 | -225/+150 |
* | Printing: Fix CrOS build. | thestig@chromium.org | 2011-04-11 | 1 | -1/+3 |
* | Linux: Refactor PrintDialogGtk in preparation for adding dialog-less printing. | thestig@chromium.org | 2011-04-11 | 4 | -29/+62 |
* | Use EXPECT_DOUBLE_EQ for floating point tests. | mmoss@chromium.org | 2011-04-08 | 1 | -2/+2 |
* | + This CL pulls in all the PDF code (i.e. we are now compiling the PDF backen... | vandebo@chromium.org | 2011-04-08 | 3 | -0/+244 |
* | Revert 80841 - + This CL pulls in all the PDF code (i.e. we are now compiling... | vandebo@chromium.org | 2011-04-07 | 3 | -244/+0 |
* | + This CL pulls in all the PDF code (i.e. we are now compiling the PDF backen... | vandebo@chromium.org | 2011-04-07 | 3 | -0/+244 |
* | PrintPreview: [MAC] Set the duplex setting in print ticket. | kmadhusu@chromium.org | 2011-04-07 | 4 | -1/+21 |
* | PrintPreview: [MAC] Set the specified orientation in the print ticket. | kmadhusu@chromium.org | 2011-04-05 | 2 | -2/+20 |
* | PrintPreview: Set number of copies and collate in print ticket. | kmadhusu@chromium.org | 2011-04-05 | 8 | -27/+51 |
* | Rename some printing classes and minor cleanups. | vandebo@chromium.org | 2011-04-04 | 10 | -92/+92 |
* | roll skia | reed@google.com | 2011-04-01 | 1 | -8/+8 |
* | Added a DCHECK to validate the metafile page count while handling alpha blend... | kmadhusu@chromium.org | 2011-04-01 | 3 | -3/+6 |
* | Preselecting default printer in print preview tab drop down list in Linux, Ma... | dpapad@chromium.org | 2011-04-01 | 3 | -0/+10 |
* | PrintPreview: Added a helper function to get print job settings from dictionary. | kmadhusu@chromium.org | 2011-03-31 | 5 | -12/+31 |
* | Adding "Print to PDF" functionality in the print preview tab. | dpapad@chromium.org | 2011-03-31 | 2 | -0/+4 |
* | PrintPreview: Add a print job constant for "printerName". | kmadhusu@chromium.org | 2011-03-30 | 3 | -1/+5 |
* | Print Preview: Implement basic settings. | thestig@chromium.org | 2011-03-29 | 10 | -5/+83 |
* | PrintPreview: Remove NOTIMPLEMENTED() function call in PrintingContextWin::Up... | kmadhusu@chromium.org | 2011-03-28 | 1 | -3/+4 |
* | Add the ability to write comments to PNGCodec::Encode. | tony@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 11 | -17/+17 |
* | Adding CreateFromData to NativeMetafileFactory | dpapad@chromium.org | 2011-03-26 | 3 | -4/+37 |
* | PrintPreview: Remove NOTIMPLEMENTED() function call in PrintingContextCairo::... | kmadhusu@chromium.org | 2011-03-25 | 1 | -2/+3 |
* | Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux. | vandebo@chromium.org | 2011-03-25 | 6 | -17/+93 |
* | Removing GetData helper from NativeMetafile interface and also renaming it to... | dpapad@chromium.org | 2011-03-24 | 4 | -10/+12 |