| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unused has_visible_overlays variable. | thestig@chromium.org | 2011-09-23 | 5 | -32/+14 |
* | Cleanup: Remove dead code - PageRange::GetTotalPages. | thestig@chromium.org | 2011-09-23 | 3 | -14/+2 |
* | CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4 | chrelad@gmail.com | 2011-09-22 | 1 | -5/+8 |
* | Fix print preview workflow to reflect settings of selected printer. | arthurhsu@chromium.org | 2011-09-22 | 2 | -2/+7 |
* | printing: Convert some wstrings to string16s. | thestig@chromium.org | 2011-09-20 | 3 | -14/+13 |
* | Remove dead cairo code. | abodenha@chromium.org | 2011-09-08 | 5 | -437/+0 |
* | Reland 100233 PrintPreview: Added code to identify the printer default duplex... | kmadhusu@chromium.org | 2011-09-08 | 3 | -2/+7 |
* | Revert 100233 - PrintPreview: Added code to identify the printer default dupl... | kmadhusu@chromium.org | 2011-09-08 | 3 | -7/+2 |
* | PrintPreview: Added code to identify the printer default duplex value. | kmadhusu@chromium.org | 2011-09-08 | 3 | -2/+7 |
* | Fix memory leak in unit test | arthurhsu@chromium.org | 2011-09-08 | 1 | -0/+1 |
* | PrintPreview: Remove unwanted member variable initializations. | kmadhusu@chromium.org | 2011-09-08 | 1 | -3/+0 |
* | Fix handle leak and unfreed global locks | arthurhsu@chromium.org | 2011-09-07 | 1 | -13/+48 |
* | Get chrome to link with USE_AURA | ben@chromium.org | 2011-09-07 | 2 | -6/+2 |
* | Get the rest of the chrome target to build (but not link) with USE_AURA. | ben@chromium.org | 2011-09-06 | 2 | -1/+7 |
* | Revert 99810 - Get the rest of the chrome target to build (but not link) with... | ben@chromium.org | 2011-09-06 | 2 | -7/+1 |
* | Get the rest of the chrome target to build (but not link) with USE_AURA. | ben@chromium.org | 2011-09-06 | 2 | -1/+7 |
* | PrintPreview: Fixed RICOH MP C3501 color print job issues. | kmadhusu@chromium.org | 2011-09-04 | 4 | -9/+25 |
* | Switch the native print path on Linux and ChromeOS to use Skia instead of Cairo | abodenha@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Add printing.dll to the component build. | darin@chromium.org | 2011-09-01 | 30 | -93/+146 |
* | Print preview page selection should not require a rerendering of draft pages. | kmadhusu@chromium.org | 2011-08-31 | 2 | -0/+4 |
* | CL removing inheritance of SkDevice from PlatformDevice. | twiz@google.com | 2011-08-28 | 1 | -7/+4 |
* | Printing Backend: Check the results from a DocumentProperties() call. | thestig@chromium.org | 2011-08-25 | 1 | -2/+3 |
* | Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. | twiz@chromium.org | 2011-08-25 | 1 | -4/+7 |
* | CL removing inheritance of SkDevice from PlatformDevice. | twiz@chromium.org | 2011-08-25 | 1 | -7/+4 |
* | Backend changes for custom margins. | aayushkumar@chromium.org | 2011-08-23 | 4 | -0/+58 |
* | Print Preview: Go from event driven print preview back to print preview with ... | thestig@chromium.org | 2011-08-23 | 2 | -4/+5 |
* | PrintPreview: Initialize header footer member variables in |PrintSettings| cl... | kmadhusu@chromium.org | 2011-08-23 | 1 | -0/+8 |
* | Added Headers and Footers support for Core Graphics on Mac | aayushkumar@chromium.org | 2011-08-19 | 2 | -0/+5 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 16 | -13/+225 |
* | Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ... | aayushkumar@chromium.org | 2011-08-17 | 16 | -225/+13 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 16 | -13/+225 |
* | cups-helper: split on newlines in cups helper | evan@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | cups: parse cups-config output to reduce flags spew | evan@chromium.org | 2011-08-12 | 2 | -1/+59 |
* | Print Preview: Fixing behavior of event listeners. | dpapad@chromium.org | 2011-08-12 | 2 | -0/+4 |
* | Revert 96567 - Reland 96406 - Print preview page selection should not require... | kmadhusu@chromium.org | 2011-08-12 | 2 | -4/+0 |
* | Reland 96406 - Print preview page selection should not require a rerendering ... | kmadhusu@chromium.org | 2011-08-12 | 2 | -0/+4 |
* | Revert 96406 - Print preview page selection should not require a rerendering ... | kmadhusu@chromium.org | 2011-08-11 | 2 | -4/+0 |
* | Print preview page selection should not require a rerendering of draft pages. | kmadhusu@chromium.org | 2011-08-11 | 2 | -0/+4 |
* | Printing: Remove unused PageOverlay since header/footers are drawn in PrintWe... | thestig@chromium.org | 2011-08-09 | 12 | -637/+2 |
* | CUPS printing: Do not add scanners to the printer list. | thestig@chromium.org | 2011-08-09 | 1 | -4/+24 |
* | PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and... | kmadhusu@chromium.org | 2011-08-02 | 9 | -28/+20 |
* | Added SetDraftMode() and GetDraftMode() functions to |MetafileSkiaWrapper| cl... | kmadhusu@chromium.org | 2011-08-02 | 2 | -1/+21 |
* | Fixed bug in which the margin sizes vary (depending on the scale factor) whil... | aayushkumar@chromium.org | 2011-07-26 | 1 | -3/+3 |
* | PrintPreview: backend changes to support pipelining. | vandebo@chromium.org | 2011-07-26 | 2 | -0/+10 |
* | Make Metafile::StartPageForVectorCanvas take the page number as an argument. | vandebo@chromium.org | 2011-07-23 | 9 | -25/+30 |
* | Fix issues with cloud printers only getting first page of a doc in print prev... | abodenha@chromium.org | 2011-07-23 | 3 | -3/+17 |
* | roll skia to 1919 | reed@google.com | 2011-07-21 | 1 | -2/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -2/+3 |
* | base: Put md5.* into base namespace. | tfarina@chromium.org | 2011-07-18 | 1 | -2/+2 |