index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
printing
/
emf_win.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-3
/
+5
*
Restored partial rasterization for AlphaBlend.
vitalybuka@chromium.org
2012-10-13
1
-0
/
+4
*
Some printers has issue with metafiles produces from PDF so added switch and ...
vitalybuka@chromium.org
2012-08-22
1
-0
/
+12
*
Restore DC before EndPage call to state if was just after StartPage. We need ...
vitalybuka@chromium.org
2012-06-20
1
-6
/
+10
*
Add OVERRIDE to printing/.
avi@chromium.org
2011-11-16
1
-15
/
+17
*
Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.
thestig@chromium.org
2011-11-14
1
-1
/
+1
*
Add printing.dll to the component build.
darin@chromium.org
2011-09-01
1
-3
/
+3
*
PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...
kmadhusu@chromium.org
2011-08-02
1
-2
/
+2
*
Make Metafile::StartPageForVectorCanvas take the page number as an argument.
vandebo@chromium.org
2011-07-23
1
-2
/
+2
*
Print Preview: Remove unused draft mode code.
thestig@chromium.org
2011-06-29
1
-2
/
+0
*
Print preview should use draft PDFs until it is ready to print to improve speed.
kmadhusu@chromium.org
2011-06-15
1
-0
/
+2
*
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
-4
/
+4
*
Fix scaling issue in windows print preview.
ctguil@chromium.org
2011-04-20
1
-2
/
+2
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-3
/
+3
*
Added a DCHECK to validate the metafile page count while handling alpha blend...
kmadhusu@chromium.org
2011-04-01
1
-2
/
+3
*
Removing GetData helper from NativeMetafile interface and also renaming it to...
dpapad@chromium.org
2011-03-24
1
-2
/
+7
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-22
1
-18
/
+11
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-0
/
+3
*
Revert 78859 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-3
/
+0
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-0
/
+3
*
Revert 78812 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
1
-3
/
+0
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
1
-0
/
+3
*
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
/
+9
*
Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
1
-11
/
+18
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
1
-18
/
+11
*
Revert 78662 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
1
-4
/
+0
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
1
-0
/
+4
*
Stop overloading Init() in NativeMetafile.
vandebo@chromium.org
2011-03-17
1
-1
/
+1
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
1
-60
/
+28
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-21
/
+33
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-33
/
+21
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-21
/
+33
*
Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in the
jhawkins@chromium.org
2010-10-07
1
-3
/
+3
*
Added methods to create and read from file-backed metafiles to the Windows Em...
sanjeevr@chromium.org
2010-09-29
1
-0
/
+8
*
Removing emf record constructor that is not used.
finnur@chromium.org
2010-08-31
1
-3
/
+1
*
Added StartPage and EndPage methods to the Emf class because the GDI StartPag...
sanjeevr@chromium.org
2010-07-12
1
-0
/
+6
*
Make SharedMemory use uint32 instead of size_t. This removes the remaining s...
jam@chromium.org
2010-02-16
1
-3
/
+3
*
printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).
maruel@chromium.org
2009-12-08
1
-2
/
+2
*
Move printing related stuff to the root printing project from the browser pro...
sverrir@google.com
2009-07-07
1
-3
/
+3
*
Move Emf class to the printing library. Also creates a platform agnostic Nat...
sverrir@google.com
2009-07-06
1
-0
/
+181