index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
sfnt
Commit message (
Expand
)
Author
Age
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
Correct order for alignment in name iterator record.
bungeman
2014-08-18
*
Fix some issues with sfnt maxp headers.
bungeman
2014-07-15
*
Better rendering detection with DirectWrite.
bungeman
2014-06-23
*
Add support for kEmbeddedBitmapText_Flag to DirectWrite.
bungeman@google.com
2014-05-01
*
fix size_t/int warnings
commit-bot@chromium.org
2014-04-23
*
Fold SkTSetBit into SkOTSet*Bit.
commit-bot@chromium.org
2014-04-01
*
Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
bungeman@google.com
2014-03-12
*
Revert the rest of r13757.
bungeman@google.com
2014-03-12
*
Revert 13757.
bungeman@google.com
2014-03-12
*
Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
bungeman@google.com
2014-03-12
*
Remove SK_FONTHOST_USES_FONTMGR.
bungeman@google.com
2013-11-11
*
We always read out of bounds here. Fix that.
mtklein@google.com
2013-11-04
*
Add getFamilyNames to SkTypeface.
bungeman@google.com
2013-08-07
*
Reverting r10589: Add getFamilyNames to SkTypeface
jvanverth@google.com
2013-08-06
*
Add getFamilyNames to SkTypeface.
bungeman@google.com
2013-08-06
*
Fix invalid comparison between int16 and int16be in name table code.
bungeman@google.com
2013-07-29
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-08
*
XPS ttc handling.
commit-bot@chromium.org
2013-05-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-03
*
Fix clang warning as error from 8480.
bungeman@google.com
2013-04-02
*
Name table iterator.
bungeman@google.com
2013-04-02
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
The short version of the 'loca' table stores offsets divided by 2.
bungeman@google.com
2012-12-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-21
*
Additional OpenType tables.
bungeman@google.com
2012-11-20
*
When looking for the head table directory entry, compare against the current ...
bungeman@google.com
2012-11-09
*
Explicitly cast to uin16_t to avoid an invalid implicit type narrowing.
george@mozilla.com
2012-08-27
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove multi-byte character constants.
bungeman@google.com
2012-06-25
*
Fix obviously disallowed copy that Visual Studio allows.
bungeman@google.com
2012-05-18
*
CreateTypefaceFromStream for GDI.
bungeman@google.com
2012-05-18
*
Add more TT table definitions and create fake enum typedef.
bungeman@google.com
2012-02-07
*
Open type table definitions.
bungeman@google.com
2012-02-02