summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* Fix for 7281523 android.text.cts.SelectionTest#testMoveRight failuresRaph Levien2012-10-041-1/+1
* Fix for testPaintFlagsDrawFilter CTS testRaph Levien2012-10-031-1/+10
* Fix for bug 7234184 F/TextLayoutCache: Failed to put an entry...Raph Levien2012-10-022-28/+16
* Fix texture corruptionChet Haase2012-09-301-0/+3
* Fix for bug 6936752 Tamil text gets truncated on right-hand sideRaph Levien2012-09-241-14/+15
* Fix for native crash on image decode OOMRaph Levien2012-09-201-1/+3
* Merge "SurfaceTexture: remove call to doGLFenceWait" into jb-mr1-devJamie Gennis2012-09-181-4/+0
|\
| * SurfaceTexture: remove call to doGLFenceWaitJamie Gennis2012-09-171-4/+0
* | am e5905684: am eceb3171: am f4afc401: Merge "framework: fix bug for uninitia...Raph Levien2012-09-141-1/+1
|\ \ | |/ |/|
| * am f4afc401: Merge "framework: fix bug for uninitialized variable"Raph Levien2012-09-141-1/+1
| |\
| | * framework: fix bug for uninitialized variableZhou Chang2012-08-311-1/+1
* | | Merge "Fix for b7155617 race condition in TextLayoutCache.cpp" into jb-mr1-devRaph Levien2012-09-122-4/+5
|\ \ \
| * | | Fix for b7155617 race condition in TextLayoutCache.cppRaph Levien2012-09-122-4/+5
* | | | SurfaceTexture: add updateTexImage synchronizationJamie Gennis2012-09-091-0/+4
|/ / /
* | | am 14c0c989: am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked corre...Jean-Baptiste Queru2012-08-291-2/+12
|\ \ \ | |/ /
| * | am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked correctly"Jean-Baptiste Queru2012-08-291-2/+12
| |\ \ | | |/
| | * Fix SkBitmap::fPixels not being locked correctlyMichal Stawinski2012-08-291-2/+12
* | | DO NOT MERGE Han PreferenceBilly Hewlett2012-08-203-7/+64
* | | Improve gradientsRomain Guy2012-07-311-8/+38
* | | am 97e27072: am dfac68ea: Merge "Corrected typo when checking InputStream met...Romain Guy2012-07-271-1/+1
|\ \ \ | |/ /
| * | am dfac68ea: Merge "Corrected typo when checking InputStream methods"Romain Guy2012-07-271-1/+1
| |\ \ | | |/
| | * Corrected typo when checking InputStream methodsEdward Savage-Jones2012-07-271-1/+1
| * | Properly resize paletted bitmaps when adjusting for densityRomain Guy2012-07-101-1/+12
| |/
* | Increase text layout cache size in bytesRaph Levien2012-07-181-1/+1
* | Fix overly verbose logging in TextLayoutCacheRaph Levien2012-07-181-1/+1
* | Software-only implementation of glyph positioning (bug 5443796)Raph Levien2012-07-173-23/+111
* | Merge "Remove hardcoded typeface pointers"Victoria Lease2012-07-112-167/+41
|\ \
| * | Remove hardcoded typeface pointersBilly Hewlett2012-07-112-167/+41
* | | Properly resize paletted bitmaps when adjusting for densityRomain Guy2012-07-101-1/+12
|/ /
* | Initialize shaper offset array. Needed for bug 5443796.Raph Levien2012-06-262-7/+8
* | 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-212-13/+24
* | Revert "Use Elegant fonts for Webkit, Compact fonts for Textview"Billy Hewlett2012-06-212-24/+13
* | Use Elegant fonts for Webkit, Compact fonts for TextviewBilly Hewlett2012-06-202-13/+24
* | Merge "Fix hardcoded font path. Allow adding new font path thru Skia changes....Victoria Lease2012-06-072-21/+14
|\ \ | |/ |/|
| * Fix hardcoded font path. Allow adding new font path thru Skia changes.Billy Hewlett2012-06-042-21/+14
* | Fix bug 6558006: SystemUI native heap is huge. Fix memory leakRaph Levien2012-06-021-0/+4
|/
* Nvidia's patch for reusing bitmap in image region decoding.Owen Lin2012-05-172-8/+22
* Fix bug #6495019 Character gets garbled when locale is changedFabrice Di Meglio2012-05-152-10/+33
* Merge "Fix possible leak in bitmap decoding." into jb-devJeff Brown2012-05-091-2/+3
|\
| * Fix possible leak in bitmap decoding.Jeff Brown2012-05-091-2/+3
* | Merge "Fix bug #6408393 Character corruption is caused when locale is changed...Fabrice Di Meglio2012-05-083-2/+18
|\ \
| * | Fix bug #6408393 Character corruption is caused when locale is changedFabrice Di Meglio2012-05-073-2/+18
| |/
* | Fix bug #6318791 Replace the Lohit Devanagari and Tamil with Droid versionsFabrice Di Meglio2012-05-072-12/+37
|/
* Merge "Fix crash when decoding bitmap" into jb-devMarco Nelissen2012-05-071-0/+3
|\
| * Fix crash when decoding bitmapMarco Nelissen2012-05-071-0/+3
* | 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-022-25/+46
* | Make Arabic script runs longer (for performance) - bug 6426451.Raph Levien2012-05-011-0/+4
|/
* Fix scaling of layout bounds.Dianne Hackborn2012-04-301-1/+9