index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
jni
/
android
/
graphics
/
TextLayoutCache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modifications needed for updating Skia to r9286.
Derek Sollenberger
2013-05-28
1
-3
/
+1
*
Use individual glyph positions to determine text bounds.
Chris Craik
2013-05-21
1
-2
/
+8
*
use appropriate fallback chain for style
Victoria Lease
2013-04-16
1
-9
/
+0
*
Revert "Clean Paint.mBidiFlags as it is no longer used"
Fabrice Di Meglio
2013-03-15
1
-5
/
+6
*
Remove obsolete header file
Romain Guy
2013-02-15
1
-1
/
+0
*
Clean Paint.mBidiFlags as it is no longer used
Fabrice Di Meglio
2013-02-12
1
-6
/
+5
*
Fix build break in master-chromium
Kristian Monsen
2013-01-15
1
-2
/
+3
*
Update framework text layout to use Harfbuzz NG
Raph Levien
2013-01-15
1
-35
/
+10
*
Modify TextLayoutCache to use new LRU cache
Raph Levien
2012-10-25
1
-2
/
+15
*
Fix for bug 7234184 F/TextLayoutCache: Failed to put an entry...
Raph Levien
2012-10-02
1
-9
/
+8
*
Fix for b7155617 race condition in TextLayoutCache.cpp
Raph Levien
2012-09-12
1
-1
/
+1
*
DO NOT MERGE Han Preference
Billy Hewlett
2012-08-20
1
-1
/
+3
*
Increase text layout cache size in bytes
Raph Levien
2012-07-18
1
-1
/
+1
*
Software-only implementation of glyph positioning (bug 5443796)
Raph Levien
2012-07-17
1
-2
/
+9
*
Remove hardcoded typeface pointers
Billy Hewlett
2012-07-11
1
-11
/
+4
*
Initialize shaper offset array. Needed for bug 5443796.
Raph Levien
2012-06-26
1
-1
/
+1
*
Revert "Revert "Use Elegant fonts for Webkit, Compact fonts for Textview""
Billy Hewlett
2012-06-21
1
-1
/
+1
*
Revert "Use Elegant fonts for Webkit, Compact fonts for Textview"
Billy Hewlett
2012-06-21
1
-1
/
+1
*
Use Elegant fonts for Webkit, Compact fonts for Textview
Billy Hewlett
2012-06-20
1
-1
/
+1
*
Fix hardcoded font path. Allow adding new font path thru Skia changes.
Billy Hewlett
2012-06-04
1
-1
/
+2
*
Fix bug #6495019 Character gets garbled when locale is changed
Fabrice Di Meglio
2012-05-15
1
-0
/
+5
*
Merge "Fix bug #6408393 Character corruption is caused when locale is changed...
Fabrice Di Meglio
2012-05-08
1
-0
/
+3
|
\
|
*
Fix bug #6408393 Character corruption is caused when locale is changed
Fabrice Di Meglio
2012-05-07
1
-0
/
+3
*
|
Fix bug #6318791 Replace the Lohit Devanagari and Tamil with Droid versions
Fabrice Di Meglio
2012-05-07
1
-2
/
+3
|
/
*
Use paint typeface for shaping when it supports the requested script.
Raph Levien
2012-05-02
1
-0
/
+3
*
Fix bug #5180841 TextLayoutCache needs to support Indic
Fabrice Di Meglio
2012-02-28
1
-0
/
+2
*
Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE
Fabrice Di Meglio
2012-01-27
1
-67
/
+81
*
Fix bug #5846413 "phone" keyboard layout is broken on master
Fabrice Di Meglio
2012-01-23
1
-5
/
+5
*
Fix bug #5674155 Segmentation issue for Thai
Fabrice Di Meglio
2011-12-13
1
-0
/
+1
*
Fix bug #5727213 Rendering issues with Bengali in Textview in IML63B
Fabrice Di Meglio
2011-12-13
1
-0
/
+1
*
TextLayoutCache - fix diacritics composition
Fabrice Di Meglio
2011-12-13
1
-0
/
+18
*
Ensure log_clusters array is big enough.
Jeff Brown
2011-12-05
1
-5
/
+0
*
Improve TextLayoutCache logging
Fabrice Di Meglio
2011-11-30
1
-2
/
+2
*
Improve TextLayoutCache performances
Fabrice Di Meglio
2011-11-22
1
-34
/
+74
*
Fix TextLayoutCache Skia Typeface caching
Fabrice Di Meglio
2011-11-18
1
-1
/
+1
*
Improve the logging in TextLayoutCache.
Jeff Brown
2011-11-11
1
-22
/
+2
*
Fix potential crash when shaping Hebrew with bold
Fabrice Di Meglio
2011-11-08
1
-0
/
+2
*
Fix bug #5559439 Bogus tab title in browser
Fabrice Di Meglio
2011-11-07
1
-3
/
+0
*
Fix bug #5438102 Double Arabic harakat overlap instead of stack In TextView
Fabrice Di Meglio
2011-11-01
1
-5
/
+8
*
Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...
Fabrice Di Meglio
2011-10-07
1
-33
/
+33
*
Improve TextLayoutCache performances a bit
Fabrice Di Meglio
2011-09-30
1
-5
/
+12
*
Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits
Fabrice Di Meglio
2011-09-21
1
-22
/
+18
*
TextLayoutCache code refactoring
Fabrice Di Meglio
2011-09-19
1
-25
/
+12
*
Fix potential leak in TextLayouCache
Fabrice Di Meglio
2011-09-18
1
-1
/
+7
*
Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...
Fabrice Di Meglio
2011-09-18
1
-32
/
+24
*
Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits
Fabrice Di Meglio
2011-09-16
1
-24
/
+32
*
Fix bug #5274332 TextLayoutCache is having multiple instances
Fabrice Di Meglio
2011-09-07
1
-2
/
+3
*
Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...
Fabrice Di Meglio
2011-07-18
1
-3
/
+3
*
TextLayout cache - update size and improve logging
Fabrice Di Meglio
2011-04-21
1
-1
/
+1
*
Add Unicode BiDi Algo before drawing text in Canvas
Fabrice Di Meglio
2011-04-15
1
-0
/
+4
[next]