| Commit message (Expand) | Author | Age | Files | Lines |
* | am dfac68ea: Merge "Corrected typo when checking InputStream methods" | Romain Guy | 2012-07-27 | 1 | -1/+1 |
|\ |
|
| * | Corrected typo when checking InputStream methods | Edward Savage-Jones | 2012-07-27 | 1 | -1/+1 |
* | | Properly resize paletted bitmaps when adjusting for density | Romain Guy | 2012-07-10 | 1 | -1/+12 |
|/ |
|
* | Fix bug 6558006: SystemUI native heap is huge. Fix memory leak | Raph Levien | 2012-06-02 | 1 | -0/+4 |
* | Nvidia's patch for reusing bitmap in image region decoding. | Owen Lin | 2012-05-17 | 2 | -8/+22 |
* | Fix bug #6495019 Character gets garbled when locale is changed | Fabrice Di Meglio | 2012-05-15 | 2 | -10/+33 |
* | Merge "Fix possible leak in bitmap decoding." into jb-dev | Jeff Brown | 2012-05-09 | 1 | -2/+3 |
|\ |
|
| * | Fix possible leak in bitmap decoding. | Jeff Brown | 2012-05-09 | 1 | -2/+3 |
* | | Merge "Fix bug #6408393 Character corruption is caused when locale is changed... | Fabrice Di Meglio | 2012-05-08 | 3 | -2/+18 |
|\ \ |
|
| * | | Fix bug #6408393 Character corruption is caused when locale is changed | Fabrice Di Meglio | 2012-05-07 | 3 | -2/+18 |
| |/ |
|
* | | Fix bug #6318791 Replace the Lohit Devanagari and Tamil with Droid versions | Fabrice Di Meglio | 2012-05-07 | 2 | -12/+37 |
|/ |
|
* | Merge "Fix crash when decoding bitmap" into jb-dev | Marco Nelissen | 2012-05-07 | 1 | -0/+3 |
|\ |
|
| * | Fix crash when decoding bitmap | Marco Nelissen | 2012-05-07 | 1 | -0/+3 |
* | | Update Arabic font for SystemUI | Fabrice Di Meglio | 2012-05-04 | 1 | -1/+1 |
* | | Use paint typeface for shaping when it supports the requested script. | Raph Levien | 2012-05-02 | 2 | -25/+46 |
* | | Make Arabic script runs longer (for performance) - bug 6426451. | Raph Levien | 2012-05-01 | 1 | -0/+4 |
|/ |
|
* | Fix scaling of layout bounds. | Dianne Hackborn | 2012-04-30 | 1 | -1/+9 |
* | Keep opaque bitmaps opaque after scaling | Romain Guy | 2012-04-26 | 1 | -0/+1 |
* | Merge "Improve char mirroring in TextLayoutCache" | Raph Levien | 2012-04-24 | 1 | -27/+5 |
|\ |
|
| * | Improve char mirroring in TextLayoutCache | Fabrice Di Meglio | 2012-04-24 | 1 | -27/+5 |
* | | Partial fix for bug 6132077 (incorrect line breaking of Arabic text). | Raph Levien | 2012-04-24 | 1 | -17/+8 |
|/ |
|
* | SurfaceTexture: fix updateTexImage JNI | Jamie Gennis | 2012-04-13 | 1 | -1/+1 |
* | SurfaceTexture: update API docs | Jamie Gennis | 2012-04-13 | 1 | -3/+10 |
* | Merge "Add Paint.setTextLocale()" | Fabrice Di Meglio | 2012-04-12 | 1 | -0/+8 |
|\ |
|
| * | Add Paint.setTextLocale() | Fabrice Di Meglio | 2012-04-12 | 1 | -0/+8 |
* | | Add new Arabic font for SystemUI | Fabrice Di Meglio | 2012-04-12 | 1 | -4/+1 |
|/ |
|
* | SurfaceTexture: add GL context attach & detach | Jamie Gennis | 2012-04-05 | 1 | -7/+21 |
* | Embed layout padding in nine patch images | Amith Yamasani | 2012-04-04 | 7 | -26/+38 |
* | Fix bug #6248364 Tamil and Denavagari text crash in Google+ | Fabrice Di Meglio | 2012-03-28 | 1 | -0/+4 |
* | Pre-scale bitmaps on the native heap | Romain Guy | 2012-03-19 | 1 | -93/+163 |
* | Remove unused private API | Romain Guy | 2012-03-15 | 1 | -27/+4 |
* | Merge "Expose a function to set OpenGL Trace level." | Siva Velusamy | 2012-03-12 | 1 | -0/+7 |
|\ |
|
| * | Expose a function to set OpenGL Trace level. | Siva Velusamy | 2012-03-09 | 1 | -0/+7 |
* | | Handle view properties at the native level | Chet Haase | 2012-03-12 | 1 | -0/+18 |
|/ |
|
* | Split Parcel JNI details away from Binder. | Jeff Sharkey | 2012-03-08 | 2 | -0/+2 |
* | Fix bug #5180841 TextLayoutCache needs to support Indic | Fabrice Di Meglio | 2012-02-28 | 2 | -0/+20 |
* | Add hooks to implement Canvas.drawTextOnPath() in GL | Romain Guy | 2012-02-24 | 1 | -5/+0 |
* | frameworks/base refactoring. | Mathias Agopian | 2012-02-17 | 8 | -11/+11 |
* | Comment out a warning message to avoid log spamming. | Chih-Chung Chang | 2012-02-07 | 1 | -6/+0 |
* | am 33476f7a: am f79bcd2d: am 52da99fa: am a081c7b8: Merge "Skia API changes a... | Jean-Baptiste Queru | 2012-02-06 | 1 | -1/+1 |
|\ |
|
| * | am a081c7b8: Merge "Skia API changes as a result of an update to the Skia lib... | Jean-Baptiste Queru | 2012-02-06 | 1 | -1/+1 |
| |\ |
|
| | * | Skia API changes as a result of an update to the Skia library. | Derek Sollenberger | 2012-01-31 | 1 | -1/+1 |
| * | | am 6df477be: Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)" | Jean-Baptiste Queru | 2012-01-19 | 4 | -7/+7 |
| |\ \
| | |/ |
|
| | * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) | Steve Block | 2012-01-19 | 4 | -7/+7 |
| * | | am a826f9e2: Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)" | Jean-Baptiste Queru | 2012-01-19 | 3 | -7/+7 |
| |\ \
| | |/ |
|
| | * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) | Steve Block | 2012-01-19 | 3 | -7/+7 |
| * | | am 4f367f33: Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)" | Jean-Baptiste Queru | 2012-01-19 | 2 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) | Steve Block | 2012-01-19 | 2 | -3/+3 |
| * | | am ba7f0d2a: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)" | Jean-Baptiste Queru | 2012-01-19 | 4 | -38/+38 |
| |\ \
| | |/ |
|
| | * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) | Steve Block | 2012-01-19 | 4 | -38/+38 |