| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Add developer guide cross-references, Project ACRE, round 4 | Joe Fernandez | 2011-12-22 | 8 | -17/+54 |
* | Followup to a bug fix. | Alex Sakhartchouk | 2011-11-15 | 1 | -10/+16 |
* | Merge "Define, document, and test the behavior of very large SurfaceTextures"... | Mathias Agopian | 2011-11-14 | 1 | -2/+12 |
|\ |
|
| * | Define, document, and test the behavior of very large SurfaceTextures | Mathias Agopian | 2011-11-11 | 1 | -2/+12 |
* | | Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is ... | Alex Sakhartchouk | 2011-11-14 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Fixing a race condition in RSSurfaceView. Bug 5601083 | Alex Sakhartchouk | 2011-11-11 | 1 | -4/+4 |
* | | Localized optimizations in views and bitmaps | Christopher Tate | 2011-11-11 | 1 | -2/+5 |
|/ |
|
* | Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1 | Jamie Gennis | 2011-11-08 | 1 | -3/+10 |
|\ |
|
| * | SurfaceTexture: unhide setDefaultBufferSize | Jamie Gennis | 2011-11-04 | 1 | -3/+10 |
* | | Some optimizations for view inflation. | Dianne Hackborn | 2011-11-02 | 1 | -0/+12 |
|/ |
|
* | am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,... | Joe Fernandez | 2011-10-29 | 4 | -8/+33 |
|\ |
|
| * | docs: add developer guide cross references, Project ACRE, round 3 | Joe Fernandez | 2011-10-28 | 4 | -8/+33 |
* | | adding getters to Sampler ProgramRaster, ProgramStore, Element. | Alex Sakhartchouk | 2011-10-18 | 6 | -20/+266 |
|/ |
|
* | Don't call saveLayer() when it's not required | Romain Guy | 2011-10-10 | 1 | -1/+1 |
* | Simplify the way we get the version info. | Jason Sams | 2011-10-06 | 1 | -7/+1 |
* | Remove unused fields in ProgramRaster | Jason Sams | 2011-09-23 | 3 | -18/+8 |
* | Merge "Fix wobbly spinners" | Chet Haase | 2011-09-12 | 1 | -1/+1 |
|\ |
|
| * | Fix wobbly spinners | Chet Haase | 2011-09-12 | 1 | -1/+1 |
* | | Turn hinting back on | Romain Guy | 2011-09-12 | 1 | -5/+8 |
|/ |
|
* | Pull animation attributes out of main view class. | Dianne Hackborn | 2011-09-09 | 1 | -0/+182 |
* | Hide RTL related APIs | Fabrice Di Meglio | 2011-09-07 | 1 | -0/+4 |
* | Fix bug 5231904 - Fix wobbly progress spinners | Adam Powell | 2011-09-02 | 1 | -1/+1 |
* | Tweaks to NotificationPanel animation | Chet Haase | 2011-09-02 | 1 | -1/+4 |
* | Merge "Code cleaning" | Fabrice Di Meglio | 2011-09-01 | 1 | -2/+2 |
|\ |
|
| * | Code cleaning | Fabrice Di Meglio | 2011-08-31 | 1 | -2/+2 |
* | | Use floating point window positions. | Dianne Hackborn | 2011-08-31 | 1 | -0/+31 |
* | | Merge "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on... | Fabrice Di Meglio | 2011-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F... | Fabrice Di Meglio | 2011-08-30 | 1 | -1/+1 |
| |/ |
|
* | | Accessors for frame count and duration. | Jeff Sharkey | 2011-08-30 | 1 | -7/+18 |
* | | Make Paint.set() copy shadow config. | Jeff Sharkey | 2011-08-29 | 1 | -28/+28 |
|/ |
|
* | SurfaceTexture: disable sync-mode SurfaceTextures | Jamie Gennis | 2011-08-23 | 1 | -1/+3 |
* | Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot | Dianne Hackborn | 2011-08-17 | 1 | -1/+10 |
* | Turn off hinting by default for higher density displays. | Dianne Hackborn | 2011-08-12 | 1 | -0/+27 |
* | Merge "Replacing sans serif system font with Roboto" | Justin Ho | 2011-08-12 | 1 | -4/+4 |
|\ |
|
| * | Replacing sans serif system font with Roboto | Christian Robertson | 2011-08-11 | 1 | -4/+4 |
* | | Remove ParcelSurfaceTexture and update MediaPlayer | Ted Bonkenburg | 2011-08-11 | 2 | -137/+0 |
* | | Merge "Make some methods/fields package private so that layoutlib can access ... | Xavier Ducrohet | 2011-08-11 | 4 | -8/+8 |
|\ \ |
|
| * | | Make some methods/fields package private so that layoutlib can access them. | Xavier Ducrohet | 2011-08-11 | 4 | -8/+8 |
| |/ |
|
* | | Merge "Remove unnecessary private API" | Romain Guy | 2011-08-11 | 1 | -11/+0 |
|\ \
| |/
|/| |
|
| * | Remove unnecessary private API | Romain Guy | 2011-08-11 | 1 | -11/+0 |
* | | Merge "Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed." | Romain Guy | 2011-08-09 | 1 | -1/+3 |
|\ \ |
|
| * | | Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed. | Grace Kloba | 2011-08-09 | 1 | -1/+3 |
* | | | Add more Paint text APIs parameters checks | Fabrice Di Meglio | 2011-08-09 | 1 | -41/+132 |
|/ / |
|
* | | Add more optimizations for Text measuring / breaking / getting advances | Fabrice Di Meglio | 2011-08-08 | 1 | -0/+39 |
|/ |
|
* | Fix bug #4584320 Single Line EditText not drawing correctly with spans applie... | Fabrice Di Meglio | 2011-08-08 | 1 | -2/+2 |
* | Merge "Fix bug #4584320 Single Line EditText not drawing correctly with spans... | Fabrice Di Meglio | 2011-08-08 | 1 | -1/+1 |
|\ |
|
| * | Fix bug #4584320 Single Line EditText not drawing correctly with spans applie... | Fabrice Di Meglio | 2011-08-05 | 1 | -1/+1 |
* | | Merge "Start using bcinfo components within librs." | Stephen Hines | 2011-08-05 | 3 | -14/+31 |
|\ \ |
|
| * | | Start using bcinfo components within librs. | Stephen Hines | 2011-08-03 | 3 | -14/+31 |
* | | | Merge "Add camera bayer image format." | Wu-cheng Li | 2011-08-04 | 1 | -1/+13 |
|\ \ \ |
|