summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Paint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for 7281523 android.text.cts.SelectionTest#testMoveRight failuresRaph Levien2012-10-041-1/+1
* am e5905684: am eceb3171: am f4afc401: Merge "framework: fix bug for uninitia...Raph Levien2012-09-141-1/+1
|\
| * framework: fix bug for uninitialized variableZhou Chang2012-08-311-1/+1
* | DO NOT MERGE Han PreferenceBilly Hewlett2012-08-201-4/+46
|/
* Add Paint.setTextLocale()Fabrice Di Meglio2012-04-121-0/+8
* Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-271-28/+10
* Fix bug #5846413 "phone" keyboard layout is broken on masterFabrice Di Meglio2012-01-231-5/+31
* Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-2/+2
* Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-081-65/+3
* Improve TextLayoutCache performancesFabrice Di Meglio2011-11-221-2/+2
* Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...Fabrice Di Meglio2011-10-071-10/+7
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-211-9/+6
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-181-7/+11
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-161-11/+7
* Fix some TextLayoutCache issuesFabrice Di Meglio2011-09-131-7/+3
* Turn off hinting by default for higher density displays.Dianne Hackborn2011-08-121-2/+18
* Solidify and optimize Paint text related APIsFabrice Di Meglio2011-08-081-10/+92
* Fix bug #4415576 Gmail text looks brokenFabrice Di Meglio2011-05-131-8/+8
* Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-38/+20
* Use Harfbuzz for Paint drawText / measureText / breakText APIsFabrice Di Meglio2011-04-191-10/+41
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-79/+79
* Code refactoring for TextLayoutCacheFabrice Di Meglio2011-04-051-1/+1
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-2/+43
* Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-221-1/+30
* DisplayList optimizations and fixes.Chet Haase2010-10-261-6/+0
* Fix native resource leak when OpenGL renderer is not being used.Chet Haase2010-10-221-2/+2
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-5/+7
* Add drop shadows.Romain Guy2010-08-131-1/+1
* Support bidi/shaping for getTextPathDoug Felt2010-07-121-57/+22
* Move shaping to native.Doug Felt2010-06-101-1/+192
* Hack to fix issue #2125365: Sports Trivia compatability with EclairDianne Hackborn2009-09-281-5/+5
* explicitly set the hinting level for android apps (to match the old default)Mike Reed2009-07-271-4/+9
* when we reset a paint, it should return to the state it was in when it was fi...Mike Reed2009-06-191-0/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+612
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-612/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-16/+23
* Initial ContributionThe Android Open Source Project2008-10-211-0/+605