summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/TextLayoutCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 7234184 F/TextLayoutCache: Failed to put an entry...Raph Levien2012-10-021-19/+8
* Fix for bug 6936752 Tamil text gets truncated on right-hand sideRaph Levien2012-09-241-14/+15
* Fix for b7155617 race condition in TextLayoutCache.cppRaph Levien2012-09-121-3/+4
* DO NOT MERGE Han PreferenceBilly Hewlett2012-08-201-2/+15
* Fix overly verbose logging in TextLayoutCacheRaph Levien2012-07-181-1/+1
* Software-only implementation of glyph positioning (bug 5443796)Raph Levien2012-07-171-20/+52
* Remove hardcoded typeface pointersBilly Hewlett2012-07-111-156/+37
* Initialize shaper offset array. Needed for bug 5443796.Raph Levien2012-06-261-6/+7
* Fix broken build when DEBUG_GLYPHS is setRaph Levien2012-06-251-2/+2
* Revert "Revert "Use Elegant fonts for Webkit, Compact fonts for Textview""Billy Hewlett2012-06-211-12/+23
* Revert "Use Elegant fonts for Webkit, Compact fonts for Textview"Billy Hewlett2012-06-211-23/+12
* Use Elegant fonts for Webkit, Compact fonts for TextviewBilly Hewlett2012-06-201-12/+23
* Merge "Fix hardcoded font path. Allow adding new font path thru Skia changes....Victoria Lease2012-06-071-20/+12
|\
| * Fix hardcoded font path. Allow adding new font path thru Skia changes.Billy Hewlett2012-06-041-20/+12
* | Fix bug 6558006: SystemUI native heap is huge. Fix memory leakRaph Levien2012-06-021-0/+4
|/
* Fix bug #6495019 Character gets garbled when locale is changedFabrice Di Meglio2012-05-151-10/+28
* Merge "Fix bug #6408393 Character corruption is caused when locale is changed...Fabrice Di Meglio2012-05-081-0/+7
|\
| * Fix bug #6408393 Character corruption is caused when locale is changedFabrice Di Meglio2012-05-071-0/+7
* | Fix bug #6318791 Replace the Lohit Devanagari and Tamil with Droid versionsFabrice Di Meglio2012-05-071-10/+34
|/
* Update Arabic font for SystemUIFabrice Di Meglio2012-05-041-1/+1
* Use paint typeface for shaping when it supports the requested script.Raph Levien2012-05-021-25/+43
* Make Arabic script runs longer (for performance) - bug 6426451.Raph Levien2012-05-011-0/+4
* Merge "Improve char mirroring in TextLayoutCache"Raph Levien2012-04-241-27/+5
|\
| * Improve char mirroring in TextLayoutCacheFabrice Di Meglio2012-04-241-27/+5
* | Partial fix for bug 6132077 (incorrect line breaking of Arabic text).Raph Levien2012-04-241-17/+8
|/
* Add new Arabic font for SystemUIFabrice Di Meglio2012-04-121-4/+1
* Fix bug #6248364 Tamil and Denavagari text crash in Google+Fabrice Di Meglio2012-03-281-0/+4
* Fix bug #5180841 TextLayoutCache needs to support IndicFabrice Di Meglio2012-02-281-0/+18
* Merge "Revert back to DroidSansArabic font for SystemUI"Fabrice Di Meglio2012-02-031-1/+4
|\
| * Revert back to DroidSansArabic font for SystemUIFabrice Di Meglio2012-02-021-1/+4
* | Fix bug #5929529 Parentheses aren't correctly rendered in RTL contextFabrice Di Meglio2012-02-021-0/+44
|/
* Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-271-32/+66
* Merge "Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA R...Fabrice Di Meglio2012-01-241-1/+1
|\
| * Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regressi...Fabrice Di Meglio2012-01-241-1/+1
* | Fix bug #5846413 "phone" keyboard layout is broken on masterFabrice Di Meglio2012-01-231-5/+5
|/
* Merge "Fix bug #5870701 Thai text can be clipped when there are more glyphs g...Fabrice Di Meglio2012-01-171-3/+12
|\
| * Fix bug #5870701 Thai text can be clipped when there are more glyphs generate...Fabrice Di Meglio2012-01-131-3/+12
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
|/
* Merge "Fix bug #5822825 Paint.measureText (char[] text, int index, int count)...Fabrice Di Meglio2012-01-051-1/+0
|\
| * Fix bug #5822825 Paint.measureText (char[] text, int index, int count) cannot...Fabrice Di Meglio2012-01-041-1/+0
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-74/+74
|/
* Fix bug #5674155 Segmentation issue for ThaiFabrice Di Meglio2011-12-131-1/+10
* Fix bug #5727213 Rendering issues with Bengali in Textview in IML63BFabrice Di Meglio2011-12-131-2/+18
* TextLayoutCache - fix diacritics compositionFabrice Di Meglio2011-12-131-8/+76
* Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-081-5/+6
* Harfbuzz assumes the length of the item is at least 1.Jeff Brown2011-12-051-3/+11
* Ensure log_clusters array is big enough.Jeff Brown2011-12-051-23/+10
* Merge "TextLayoutCache Fix compilation issue"Fabrice Di Meglio2011-12-021-2/+5
|\
| * TextLayoutCache Fix compilation issueFabrice Di Meglio2011-12-021-2/+5
* | TextLayoutCache Code cleaningFabrice Di Meglio2011-11-301-5/+1
|/