summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Thread ID zero for androidSetThreadSchedulingGroupGlenn Kasten2013-07-301-2/+2
| * | | | | | | | | | Revert "merge various SF fixes from gingerbread to honeycomb-mr2" (DO NOT MERGE)Mathias Agopian2013-07-301-1/+1
| * | | | | | | | | | Use rand() for MinGWKenny Root2013-07-301-0/+3
| * | | | | | | | | | revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE)Mathias Agopian2013-07-301-14/+0
| * | | | | | | | | | Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom"Mathias Agopian2013-07-301-0/+14
| * | | | | | | | | | revert surfaceflinger leak fix as it uncovered a crasher on xoomMathias Agopian2013-07-301-14/+0
| * | | | | | | | | | may fix build on some version of gccMathias Agopian2013-07-301-0/+1
| * | | | | | | | | | fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE)Mathias Agopian2013-07-301-7/+13
| * | | | | | | | | | Remove redundant memory barrierGlenn Kasten2013-07-301-0/+1
| * | | | | | | | | | Enforce public resource restriction on bag parents.Dianne Hackborn2013-07-301-1/+2
| * | | | | | | | | | Add "tv" density for 720p screens.Dianne Hackborn2013-07-301-0/+1
| * | | | | | | | | | Small fixes and cleanup of resource config handling.Dianne Hackborn2013-07-301-42/+21
| * | | | | | | | | | Add "television" mode.Dianne Hackborn2013-07-301-0/+1
| * | | | | | | | | | RefBase subclasses can now decide how they want to be destroyed.Mathias Agopian2013-07-301-2/+8
| * | | | | | | | | | Add new "-swNNNdp" resource qualifier.Dianne Hackborn2013-07-301-46/+80
| * | | | | | | | | | libutils: add a binary blob cache implementation.Jamie Gennis2013-07-301-0/+181
| * | | | | | | | | | Full local backup infrastructureChristopher Tate2013-07-301-1/+12
| * | | | | | | | | | fix typo in Vector<>:: push_back and push_frontMathias Agopian2013-07-301-2/+2
| * | | | | | | | | | Add some basic STL compatibility to Vector<>Mathias Agopian2013-07-301-0/+20
| * | | | | | | | | | Add new resource configurations for screen width/height in "dp".Dianne Hackborn2013-07-301-2/+65
| * | | | | | | | | | Runtime resource overlay, iteration 1.MÃ¥rten Kongstad2013-07-302-4/+33
| * | | | | | | | | | Refactor how timeouts are calculated.Jeff Brown2013-07-301-0/+10
| * | | | | | | | | | fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondit...Mathias Agopian2013-07-301-0/+3
| * | | | | | | | | | Modify the GL renderer's functor to pass the clip to WebViewRomain Guy2013-07-301-2/+1
| * | | | | | | | | | Improve VelocityTracker numerical stability.Jeff Brown2013-07-301-0/+4
| * | | | | | | | | | Bug 4016329 do full string comparisonsGlenn Kasten2013-07-301-2/+2
| * | | | | | | | | | Use touch pad gestures to manipulate the pointer.Jeff Brown2013-07-301-0/+6
| * | | | | | | | | | Add support for partial invalidates in WebViewRomain Guy2013-07-301-0/+1
| * | | | | | | | | | Fade out the mouse pointer after inactivity or other events.Jeff Brown2013-07-301-0/+107
| * | | | | | | | | | Add TextLayout CacheFabrice Di Meglio2013-07-301-0/+255
| * | | | | | | | | | Fix sp<> conversion operator / constructorMathias Agopian2013-07-301-3/+3
| * | | | | | | | | | Fix a wp<> bug where the owner ID would be wrongMathias Agopian2013-07-302-11/+10
| * | | | | | | | | | Fix some issues with RefBase debugging.Mathias Agopian2013-07-303-189/+325
| * | | | | | | | | | Bug 3362814 Fix SMP race in access to mRequestExitGlenn Kasten2013-07-301-1/+2
| * | | | | | | | | | Remove RefBase.h dependency on TextOutput.hMathias Agopian2013-07-301-5/+6
| * | | | | | | | | | fix [3408713] Dialog window invisible sometimesMathias Agopian2013-07-301-14/+48
| * | | | | | | | | | Use optimized display lists for all hwaccelerated renderingChet Haase2013-07-301-0/+33
| * | | | | | | | | | Normalize output from aapt dShachar Shemesh2013-07-301-0/+1
| * | | | | | | | | | Add initial support for cursor-based pointing devices.Jeff Brown2013-07-301-0/+6
| * | | | | | | | | | dump callstack on Surface use errorMathias Agopian2013-07-301-1/+1
| * | | | | | | | | | Change assets to use 64-bit APIKenny Root2013-07-306-40/+91
| * | | | | | | | | | Improve support for external keyboards.Jeff Brown2013-07-302-3/+12
| * | | | | | | | | | Support non-orientation aware keyboards and other devices.Jeff Brown2013-07-301-0/+100
| * | | | | | | | | | Fix SDK build on Windows due to use of mmap.Jeff Brown2013-07-301-1/+3
| * | | | | | | | | | Added support for full PC-style keyboards.Jeff Brown2013-07-302-0/+125
| * | | | | | | | | | Split UTF functions from String8/16Kenny Root2013-07-303-139/+167
| * | | | | | | | | | Add path to get different DPI drawablesKenny Root2013-07-301-3/+5
| * | | | | | | | | | Revert "Add length-equality test in String operator== checks."Brad Fitzpatrick2013-07-302-6/+2
| * | | | | | | | | | Add length-equality test in String operator== checks.Brad Fitzpatrick2013-07-302-2/+6
| * | | | | | | | | | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2013-07-301-0/+8