summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix memory leak of SkMovie class"Conley Owens2011-04-291-0/+11
|\
| * Fix memory leak of SkMovie classKimiyoshi Kusaka2011-03-281-0/+11
* | Eliminating dead logic - bitmap state simply cannot be null here.Jozef BABJAK2011-04-191-3/+1
|/
* Merge "Fixing the wrong link in YuvImage JavaDoc."Brad Fitzpatrick2011-03-231-3/+3
|\
| * Fixing the wrong link in YuvImage JavaDoc.Keiji Ariyama2011-02-051-3/+3
* | am 7d234fab: Merge "Don\'t drop the drawable cache completely on configuratio...Dianne Hackborn2011-01-1412-12/+12
|\ \ | |/
| * Don't drop the drawable cache completely on configuration changeChristopher Lais2011-01-1412-12/+12
* | am 61d9ffbf: Merge "Do not merge." into gingerbreadWei-Ta Chen2011-01-132-0/+273
|\ \
| * | Do not merge.Wei-Ta Chen2011-01-112-0/+273
* | | am 69ea4e15: Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-1/+1
* | am eb6e22f2: Merge "Document Bitmap.createScaledBitmap" into gingerbreadBrad Fitzpatrick2010-10-041-0/+9
|\ \ | |/
| * Document Bitmap.createScaledBitmapBrad Fitzpatrick2010-10-041-0/+9
* | am 83d52229: Doc fix: duplicate word \'of\'Brad Fitzpatrick2010-10-031-1/+1
|\ \ | |/
| * Doc fix: duplicate word 'of'Brad Fitzpatrick2010-10-031-1/+1
* | am f7681f84: Do not merge.Wei-Ta Chen2010-10-011-263/+0
|\ \ | |/
| * Do not merge.Wei-Ta Chen2010-10-011-263/+0
| * Prevent unhandled exception in NinePatchDrawableSonia Serafimova2010-09-261-8/+10
* | am 7d9c73fb: Merge "Prevent unhandled exception in NinePatchDrawable"Jean-Baptiste Queru2010-09-261-8/+10
|\ \
| * | Prevent unhandled exception in NinePatchDrawableSonia Serafimova2010-09-151-8/+10
* | | am 6b849e21: Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-222-136/+263
|\ \ \ | | |/ | |/|
| * | Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-232-136/+263
* | | am 219eb7ec: Merge "Fix bug in JNI BitmapFactory" into gingerbreadJoseph Wen2010-09-101-6/+0
|\ \ \ | |/ /
| * | Fix bug in JNI BitmapFactoryJoseph Wen2010-09-101-6/+0
* | | am 1b214be9: Merge "Revert "Rename LargeBitmap to BitmapRegionDecoder for hav...Wei-Ta Chen2010-09-071-270/+0
|\ \ \ | |/ /
| * | Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-081-270/+0
* | | am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder for having a be...Wei-Ta Chen2010-09-071-0/+270
|\ \ \ | |/ /
| * | Rename LargeBitmap to BitmapRegionDecoder for having a better API.Wei-Ta Chen2010-09-071-0/+270
* | | am 72ecb00a: Merge "Revert "Don\'t recycle native bitmap after the finalizer ...Chih-Chung Chang2010-08-221-1/+0
|\ \ \ | |/ /
| * | Revert "Don't recycle native bitmap after the finalizer is called."Chih-Chung Chang2010-08-221-1/+0
* | | am d6f7f225: Merge "Load bitmaps in the correct format." into gingerbreadRomain Guy2010-08-201-0/+11
|\ \ \ | |/ /
| * | Load bitmaps in the correct format.Romain Guy2010-08-201-0/+11
* | | am dc2eabd1: Merge "Don\'t recycle native bitmap after the finalizer is calle...Chih-Chung Chang2010-08-201-0/+1
|\ \ \ | |/ /
| * | Don't recycle native bitmap after the finalizer is called.Chih-Chung Chang2010-08-201-0/+1
* | | am d018a0ce: Merge "Text selection without trackball." into gingerbreadGilles Debunne2010-08-191-2/+4
|\ \ \ | |/ /
| * | Merge "Text selection without trackball." into gingerbreadGilles Debunne2010-08-191-2/+4
| |\ \
| | * | Text selection without trackball.Gilles Debunne2010-08-191-2/+4
* | | | am 288471d8: DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-13/+11
|\ \ \ \ | |/ / /
| * | | DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-13/+11
| |/ /
* | | am f1f48bc7: Do JPEG tile-based decoding.Joseph Wen2010-08-172-0/+271
|\ \ \ | |/ /
| * | Do JPEG tile-based decoding.Joseph Wen2010-08-172-0/+271
* | | am 5352d237: am 38137d7a: Merge "docs: lots of additions to the resources doc...Scott Main2010-07-1513-18/+46
|\ \ \ | |/ /
| * | am 38137d7a: Merge "docs: lots of additions to the resources docs new drawabl...Scott Main2010-07-1513-18/+46
| |\ \
| | * | docs: lots of additions to the resources docsScott Main2010-06-2113-18/+46
* | | | am 38eea8bf: Merge "Remove the YV16 format for simplicity\'s sake." into ging...Mathias Agopian2010-07-141-49/+72
|\ \ \ \ | |/ / /
| * | | Remove the YV16 format for simplicity's sake.Mathias Agopian2010-07-141-49/+72
* | | | merge from froyo-plus-aospThe Android Open Source Project2010-06-071-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | merge from open-source masterThe Android Open Source Project2010-06-071-1/+1
| |\ \
| | * | Canvas.drawVertices: correct color range-checkErik Faye-Lund2010-06-021-1/+1
| | * | Improved error handling when font loading fails.Peter Eliasson2010-04-261-0/+3