index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_android.cpp
Commit message (
Expand
)
Author
Age
*
Reverting 9083 & 9084 due to Android failures
robertphillips@google.com
2013-05-09
*
API modifications needed to upstream Android font changes.
commit-bot@chromium.org
2013-05-09
*
Remove unused complex script support from android builds
commit-bot@chromium.org
2013-05-06
*
add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...
reed@google.com
2013-03-27
*
remove SkFontHost::NextLogicalFont, and add android-specific function
reed@google.com
2013-03-26
*
Change fixedWidth to fixedPitch and implement on Windows.
bungeman@google.com
2013-03-25
*
land https://codereview.chromium.org/12676024
reed@google.com
2013-03-25
*
Fix for android_clang_dbg compiler error
robertphillips@google.com
2013-03-24
*
remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()
reed@google.com
2013-03-22
*
revert 8331 (broke android text)
reed@google.com
2013-03-22
*
override SkTypeface::onOpenStream for android
reed@google.com
2013-03-22
*
remove SkFontHost::GetFileName
mike@reedtribe.org
2013-03-22
*
remove SkFontHost::CreateScalerContext
reed@google.com
2013-03-19
*
reland 8200 w/ fix for android (use fullpath instead of path)
reed@google.com
2013-03-18
*
revert 8204 -- what is happening???
reed@google.com
2013-03-18
*
reland 8200 w/ fix for android (need fullpath instead of path)
reed@google.com
2013-03-18
*
revert 8200 to figure out android break
reed@google.com
2013-03-18
*
move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability
reed@google.com
2013-03-18
*
refactor android defines to implicitly assume NDK compliance unless it is exp...
commit-bot@chromium.org
2013-03-13
*
Fix errors when compiling with -Wall -Werror on Android.
djsollen@google.com
2013-02-07
*
Change to BDS license (as we did with all the other files that were Apache)
reed@google.com
2012-12-13
*
Avoid deadlock in SkGetFallbackFamilyNameForChar().
djsollen@google.com
2012-10-15
*
Disable automatic font fallback of SkFontHost_android when building for WebKit
djsollen@google.com
2012-10-09
*
cleanup coding style for r5825
djsollen@google.com
2012-10-05
*
Reduce Android Log Spam.
djsollen@google.com
2012-10-05
*
Upstream Clank's SkFontHost_Android DRT infinite loop fix.
tomhudson@google.com
2012-09-04
*
Change Arabic sample character from 0x0600 to 0x0627.
djsollen@google.com
2012-08-29
*
[android] Add an API to load customized font config for testing.
djsollen@google.com
2012-06-25
*
Store font family when serializing android fonts.
djsollen@google.com
2012-06-01
*
Update the implementation of SkTypeface_android.h functions.
djsollen@google.com
2012-06-01
*
Add SkFontDescriptor for serializing fonts.
djsollen@google.com
2012-05-31
*
Use a NDK-compliant way of reading locale.
djsollen@google.com
2012-05-10
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
Upstream font changes from Android repository.
djsollen@google.com
2012-05-04
*
Fix deadlock in Android's font deserializer.
djsollen@google.com
2012-03-30
*
Upstream changes from Android repository.
djsollen@google.com
2012-03-21
*
Fix broken android build
djsollen@google.com
2012-03-15
*
Add CreateFallbackForScript to SkTypeface for Android.
djsollen@google.com
2012-03-15
*
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...
bungeman@google.com
2012-02-24
*
Lazily allocate gNameList, and protect its usage behind the global mutex.
djsollen@google.com
2012-02-16
*
Fix regression where we disable fonts with no specified name
djsollen@google.com
2012-02-15
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
add api to SkGraphics to get/set font cache limit
reed@google.com
2011-11-08
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add 2nd parameter to SkFontHost::NextLogicalFont()
reed@google.com
2011-06-13
*
Upstreaming code from android repository.
djsollen@google.com
2011-02-24
*
add fixed-width attribute to typeface
reed@google.com
2011-02-23
[next]