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
*
Windows GDI Typeface: set NotEmbeddable_FontFlag same as other backends.
Hal Canary
2017-11-10
*
SkTypeface_win_dw, SkTypeface_Mac: set NotEmbeddable_FontFlag
Hal Canary
2017-11-09
*
Set the kMultiMaster_FontFlag in DirectWrite.
Ben Wagner
2017-04-07
*
Make header files self-sufficient
Hal Canary
2017-02-10
*
Move two skia arrays to read-only data segment
Bruce Dawson
2017-01-03
*
Remove SkAutoTDeleteArray
Ben Wagner
2016-11-02
*
Simplify embeddability test.
bungeman
2016-08-19
*
Move FamilyClass and Panose enums to enum class.
bungeman
2016-08-17
*
Remove SkPreprocessorSeq.h and SkTypedEnum.h.
bungeman
2016-08-16
*
Make SkOTTable_name.cpp UTF-8.
Ben Wagner
2016-07-19
*
detach -> release
mtklein
2016-03-16
*
Make sp variants for SkData
reed
2016-03-11
*
Remove version checks for _MSC_VER < 1800 (msvs2013).
bungeman
2016-03-10
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
SkTypeface to use SkStreamAsset.
bungeman
2015-01-27
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
More win64 warning fixes
bsalomon
2014-12-12
*
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
[next]