index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFFont.cpp
Commit message (
Expand
)
Author
Age
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix warnings on Mac in src/pdf
caryclark@google.com
2012-06-06
*
[PDF] Ensure that filling single line paths (with no area) does not draw anyt...
vandebo@chromium.org
2012-05-09
*
Fix four memory leaks uncovered by valgrinding gm tests.
vandebo@chromium.org
2012-03-14
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Towards enabling -Werror in skia on Linux
bsalomon@google.com
2012-01-06
*
Fix ToUnicode generation bug.
vandebo@chromium.org
2012-01-03
*
[PDF] Add debug assert to detect failure of GDI cache hack.
vandebo@chromium.org
2011-11-01
*
PDF: Fix bug in weak pointer pattern.
vandebo@chromium.org
2011-10-30
*
Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure o...
vandebo@chromium.org
2011-10-17
*
rolling back the experimental rollbacks in r2178-2179
epoger@google.com
2011-08-26
*
rolling tree back to its state as of r2169 to see if that fixes Windows build...
epoger@google.com
2011-08-26
*
Remove compiler warnings (Linux clang, mostly).
tomhudson@google.com
2011-08-25
*
No effect cleanup in pdf code.
ctguil@chromium.org
2011-08-20
*
[PDF] Subset font advance data (W array).
vandebo@chromium.org
2011-08-18
*
Revert "Improve generation of glyph advance array." This reverts commit r2126
vandebo@chromium.org
2011-08-16
*
Improve generation of glyph advance array.
vandebo@chromium.org
2011-08-16
*
Address lint issues in pdf directories.
ctguil@chromium.org
2011-08-15
*
Use bfrange to shrink ToUnicode table.
vandebo@chromium.org
2011-08-08
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
[PDF] Improve efficiency of glyph id collection during font subsetting.
vandebo@chromium.org
2011-07-27
*
[PDF] Fix mem leak in font subsetting.
vandebo@chromium.org
2011-07-27
*
[PDF] Add font subsetting using the sfntly library.
vandebo@chromium.org
2011-07-26
*
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
vandebo@chromium.org
2011-07-25
*
Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting."
vandebo@chromium.org
2011-07-23
*
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
vandebo@chromium.org
2011-07-23
*
[PDF] Make stream compression optional on a per device basis.
vandebo@chromium.org
2011-07-20
*
fix Capitalization of static methods
reed@google.com
2011-07-20
*
helpers for append and insert when the value is a POD.
reed@google.com
2011-07-20
*
replace detach/getStream apis on dynamicwstream with SkData
reed@google.com
2011-06-24
*
Fix some problems detected by coverity.
vandebo@chromium.org
2011-06-21
*
[PDF] Add plumbing and accessors so that Chrome can record the font types use...
vandebo@chromium.org
2011-05-29
*
[PDF] Add a ToUnicode mapping for fonts.
vandebo@chromium.org
2011-05-09
*
fix warnings about possibly-uninitialized-variables
reed@google.com
2011-04-28
*
Generalize the flip origin argument to the PDF device constructor.
vandebo@chromium.org
2011-04-11
*
Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.
vandebo@chromium.org
2011-03-30
*
Store content streams in an SkStream instead of an SkString (64k size limit).
vandebo@chromium.org
2011-03-28
*
convert fixed->scalar directly, since we know that the
reed@google.com
2011-03-21
*
fix scalar math to work with float and fixed
reed@google.com
2011-03-18
*
Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...
vandebo@chromium.org
2011-03-10
*
Enable compiling the PDF backend by default in the makefile.
vandebo@chromium.org
2011-03-08
*
PDF Type3 Support.
ctguil@chromium.org
2011-03-04
*
[PDF] Fix broken encoding conversion code for non-multibyte fonts.
vandebo@chromium.org
2011-02-28
*
Cleanup SkPDFTypfaceInfo and make it more generic.
vandebo@chromium.org
2011-02-02
*
[PDF] Clean up ref counting.
vandebo@chromium.org
2011-02-01
*
Add Truetype and Type 1 font embedding support
vandebo@chromium.org
2011-01-25
*
PDF: Add text support with a font framework (font embedding to come).
vandebo@chromium.org
2010-11-11