summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRoot.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Refinements to drag/dropChristopher Tate2010-10-041-0/+10
* | Drag/drop APIs and infrastructureChristopher Tate2010-09-301-1/+107
* | Add display lists caching.Romain Guy2010-09-291-18/+17
* | am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbreadDianne Hackborn2010-09-241-0/+2
|\|
| * Some debugging support.Dianne Hackborn2010-09-241-0/+2
* | am 27917946: am de04fb0a: Merge "Enforce serial ordering of MotionEvents." in...Jeff Brown2010-09-231-19/+44
|\|
| * Enforce serial ordering of MotionEvents.Jeff Brown2010-09-231-19/+44
| * Text selection anchors changed to use windowsAdam Powell2010-09-211-18/+0
* | Fix OpenGL errors in various places.Romain Guy2010-09-221-5/+11
* | Text selection anchors changed to use windowsAdam Powell2010-09-211-18/+0
* | resolved conflicts for merge of b39470b5 to masterAdam Powell2010-09-171-0/+18
|\|
| * Added overlay support for drawing/responding to text anchors.Adam Powell2010-09-171-0/+18
* | Forces windows to draw the first time they show.Romain Guy2010-09-131-5/+5
* | Fix text rendering issue with text scaling.Romain Guy2010-09-121-0/+2
* | Correctly set the viewport on window resize.Romain Guy2010-09-071-2/+2
* | Use static final debug fields.Romain Guy2010-09-071-5/+5
* | Bring back instances counts to dumpsys meminfo.Romain Guy2010-09-031-18/+0
* | Prevent the system process from using the HardwareRenderer.Romain Guy2010-09-031-1/+1
* | Make profiling easier.Romain Guy2010-08-301-5/+5
* | Only destroy the GL Canvas when necessary.Romain Guy2010-08-251-11/+11
* | Use only one GL context per process, share chaches.Romain Guy2010-08-241-17/+17
* | Fix save()/restore() issues in the OpenGL renderer.Romain Guy2010-08-171-2/+0
* | Fix the build from two breaking changes (update to current.xml and ViewRoot i...Chet Haase2010-08-111-0/+1
* | resolved conflicts for merge of 4e14159a to masterJeff Brown2010-08-111-11/+20
|\|
| * Fix ViewRoot bug attempting to finish synthetic KeyEvents.Jeff Brown2010-08-111-12/+20
* | Add android:hardwareAccelerated to Activity.Romain Guy2010-08-041-5/+4
* | Moved context modes into view, renamed to action modesAdam Powell2010-07-261-0/+4
* | resolved conflicts for merge of aca672ba to masterJeff Brown2010-07-151-27/+33
|\|
| * Add support for new input sources.Jeff Brown2010-07-151-28/+34
* | am f8d9379b: am d76b67c3: IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-1/+13
|\|
| * IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-1/+13
* | am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s...Dianne Hackborn2010-07-091-3/+2
|\|
| * Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-3/+2
* | Remove support for density compatibility in the hardware renderer.Romain Guy2010-07-091-1/+1
* | resolved conflicts for merge of 167449e5 to masterJeff Brown2010-07-081-405/+197
|\|
| * More native input dispatch work.Jeff Brown2010-07-031-401/+197
* | Add hooks for drawBitmap().Romain Guy2010-06-301-1/+1
* | am 96725326: am 31e0ffe8: Merge "Native input event dispatching." into ginger...Chris Tate2010-06-281-0/+9
|\|
| * Native input event dispatching.Jeff Brown2010-06-281-0/+9
* | am 98f7aed6: am 1e4b9f39: Remove InputConsumer, replacing with InputQueue.Dianne Hackborn2010-06-231-10/+10
|\|
| * Remove InputConsumer, replacing with InputQueue.Dianne Hackborn2010-06-231-10/+10
* | am e3e2883f: am e24a60aa: Merge "First stab at attaching native event dispatc...Dianne Hackborn2010-06-231-4/+20
|\|
| * First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-4/+20
* | Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0.Romain Guy2010-06-171-13/+18
* | resolved conflicts for merge of 9e660c82 to masterJeff Brown2010-06-131-88/+153
|\|
| * Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-86/+151
* | Fix native crash when enabling hardware acceleration.Romain Guy2010-06-101-3/+9
* | Move OpenGL support out of ViewRoot into a new HardwareRenderer class.Romain Guy2010-06-091-194/+9
* | Add new hardwareAccelerated manifest attribute to enable HW drawing.Romain Guy2010-06-021-221/+232
|/
* Add new API to take over a window's Surface.Dianne Hackborn2010-05-181-1/+122