| Commit message (Expand) | Author | Age | Files | Lines |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 1 | -1/+1 |
* | Fixed "taking the address of a temporary object" warnings. | vitalybuka@chromium.org | 2013-03-28 | 1 | -5/+8 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -3/+3 |
* | Restored partial rasterization for AlphaBlend. | vitalybuka@chromium.org | 2012-10-13 | 1 | -21/+128 |
* | Some printers has issue with metafiles produces from PDF so added switch and ... | vitalybuka@chromium.org | 2012-08-22 | 1 | -11/+98 |
* | Restore DC before EndPage call to state if was just after StartPage. We need ... | vitalybuka@chromium.org | 2012-06-20 | 1 | -30/+37 |
* | ui/gfx: Do not use the deprecated SkBitmap::getConfig() function. | tfarina@chromium.org | 2012-03-19 | 1 | -1/+1 |
* | Remove histograms from printing/emf_win.cc. | thestig@chromium.org | 2012-02-23 | 1 | -10/+1 |
* | PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and... | kmadhusu@chromium.org | 2011-08-02 | 1 | -2/+1 |
* | Make Metafile::StartPageForVectorCanvas take the page number as an argument. | vandebo@chromium.org | 2011-07-23 | 1 | -1/+2 |
* | Stop using deprecated factory API for SkDevice | reed@google.com | 2011-07-05 | 1 | -3/+3 |
* | Revert 91504 - Stop using deprecated factory API for SkDevice | reed@google.com | 2011-07-05 | 1 | -3/+3 |
* | Stop using deprecated factory API for SkDevice | reed@google.com | 2011-07-05 | 1 | -3/+3 |
* | This change implements a first pass in the effort to remove the dependency of... | twiz@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Revert 86625 - This change implements a first pass in the effort to remove th... | vandebo@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | This change implements a first pass in the effort to remove the dependency of... | twiz@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Fix print preview clipping issues due to scaling. | ctguil@chromium.org | 2011-04-30 | 1 | -3/+3 |
* | Fix scaling issue in windows print preview. | ctguil@chromium.org | 2011-04-20 | 1 | -2/+1 |
* | Rename some printing classes and minor cleanups. | vandebo@chromium.org | 2011-04-04 | 1 | -4/+4 |
* | Added a DCHECK to validate the metafile page count while handling alpha blend... | kmadhusu@chromium.org | 2011-04-01 | 1 | -1/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Removing GetData helper from NativeMetafile interface and also renaming it to... | dpapad@chromium.org | 2011-03-24 | 1 | -2/+2 |
* | Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-22 | 1 | -26/+16 |
* | Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-21 | 1 | -1/+13 |
* | Revert 78859 - Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-21 | 1 | -13/+1 |
* | Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-21 | 1 | -1/+13 |
* | Revert 78812 - Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-19 | 1 | -13/+1 |
* | Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-19 | 1 | -1/+13 |
* | Renaming NativeMetafile related methods to more appropriate names. | dpapad@chromium.org | 2011-03-19 | 1 | -1/+1 |
* | Unifying StartPage across all platforms | dpapad@chromium.org | 2011-03-18 | 1 | -1/+6 |
* | Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-18 | 1 | -16/+26 |
* | Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-18 | 1 | -26/+16 |
* | Revert 78662 - Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-18 | 1 | -13/+0 |
* | Unfork VectorPlatformCanvas. | vandebo@chromium.org | 2011-03-18 | 1 | -0/+13 |
* | Stop overloading Init() in NativeMetafile. | vandebo@chromium.org | 2011-03-17 | 1 | -2/+2 |
* | Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,... | dpapad@chromium.org | 2011-03-16 | 1 | -8/+8 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -4/+4 |
* | When printing a page containing alpha blending on a printer which doesn't sup... | senorblanco@chromium.org | 2011-01-12 | 1 | -0/+2 |
* | Reset AssertHandler in IPCMessageTest.Metafile. | sanjeevr@chromium.org | 2010-11-12 | 1 | -1/+0 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in the | jhawkins@chromium.org | 2010-10-07 | 1 | -8/+8 |
* | Added methods to create and read from file-backed metafiles to the Windows Em... | sanjeevr@chromium.org | 2010-09-29 | 1 | -0/+19 |
* | Removing emf record constructor that is not used. | finnur@chromium.org | 2010-08-31 | 1 | -4/+1 |
* | Added StartPage and EndPage methods to the Emf class because the GDI StartPag... | sanjeevr@chromium.org | 2010-07-12 | 1 | -0/+60 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -2/+2 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 1 | -1/+84 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -8/+7 |