summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRoot.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | am 10444a13: am 596ba2fa: Merge "Correctly invalidate views that transition f...Romain Guy2011-01-211-2/+4
|\| |
| * | Correctly invalidate views that transition from opaque to non-opaque.Romain Guy2011-01-211-2/+4
* | | am 9424bfa9: am 7fb8b565: Include the local state obj in ACTION_DRAG_STARTED ...Christopher Tate2011-01-201-3/+4
|\| |
| * | Include the local state obj in ACTION_DRAG_STARTED eventsChristopher Tate2011-01-201-3/+4
* | | am cff27e52: am c8219299: Merge "Remove unnecessary code." into honeycombRomain Guy2011-01-201-7/+7
|\| |
| * | Remove unnecessary code.Romain Guy2011-01-201-7/+7
* | | am 714066d8: am 5383d077: Merge "Fix a couple of drag & drop crashes" into ho...Christopher Tate2011-01-191-0/+1
|\| |
| * | Fix a couple of drag & drop crashesChristopher Tate2011-01-191-0/+1
* | | am 3e4f4b88: am 064f6ad3: Merge "Recreate the EGL surface when ViewRoot\'s su...Romain Guy2011-01-181-0/+5
|\| |
| * | Recreate the EGL surface when ViewRoot's surface changes.Romain Guy2011-01-181-0/+5
* | | Merge "Add joystick support to framework."Jeff Brown2011-01-171-6/+114
|\ \ \ | |/ / |/| |
| * | Add joystick support to framework.Jeff Brown2011-01-171-6/+114
* | | Merge "Support non-rectangular input regions." into honeycombJeff Brown2011-01-161-13/+23
|\ \ \
| * | | Support non-rectangular input regions.Jeff Brown2011-01-161-13/+23
| |/ /
* / / Don't dispatchDetachedFromWindow() if the View was not attached.Romain Guy2011-01-161-1/+1
|/ /
* | Move the main thread check to the appropriate place.Romain Guy2011-01-131-7/+7
* | Only enable GL rendering on the main thread.Romain Guy2011-01-121-1/+8
* | Better logging of out of memory errors in OpenGLRenderer.Romain Guy2011-01-101-5/+0
* | Don't enable hardware acceleration when the app owns the surface.Romain Guy2011-01-051-2/+6
* | Change the OpenGL viewport when new layout params are used.Romain Guy2011-01-041-1/+1
* | Support invoking key shortcuts using Control.Jeff Brown2010-12-211-0/+10
* | Add initial support for TAB navigation.Jeff Brown2010-12-171-46/+58
* | Fix bug 3210201 - Popup window wrong size/position when IME hiddenAdam Powell2010-12-141-0/+3
* | Add support for fallback keycodes.Jeff Brown2010-12-071-10/+18
* | Fix possible NPE in ViewRoot with GL rendering enabled.Romain Guy2010-12-071-1/+3
* | Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-23/+18
* | Improve support for external keyboards.Jeff Brown2010-12-021-0/+4
* | Skip DIRTY_OPAQUE optimizations when ViewRoot changes the dirty region.Romain Guy2010-12-021-0/+3
* | API CHANGE: drags can now carry an originator-only object payloadChristopher Tate2010-12-011-1/+13
* | Implement issue #3201795: Improve transition when keyboard comes upDianne Hackborn2010-12-011-8/+103
* | Auto-show IME for dialogs on large screens.Dianne Hackborn2010-11-291-2/+1
* | Fix issue #3225529: AlertDialogs are squishing their content viewsDianne Hackborn2010-11-291-12/+63
* | Get rid of the extended themes.Dianne Hackborn2010-11-141-8/+14
* | am 6bb4f67a: am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches ...Adam Powell2010-11-081-1/+2
|\|
| * Fix bug 3163052 - always use 32-bit drawing caches when destinationAdam Powell2010-11-081-1/+2
* | am f704645b: am 5fd30540: Merge "possibly fix [2265804] OpenGL GLSurfaceView ...Mathias Agopian2010-11-081-0/+1
|\|
| * possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop s...Mathias Agopian2010-11-041-0/+1
* | Tell system server whether the app handled input events.Jeff Brown2010-11-081-199/+234
* | Move the volume, media, call, camera and search key handling fromJoe Onorato2010-11-051-0/+11
* | Fix drag enter/exit reportingChris Tate2010-11-021-14/+3
* | Performance optimizations for animations and toolkitChet Haase2010-11-011-0/+5
* | Enable display lists.Romain Guy2010-10-261-0/+5
* | Don't initialize the hw renderer without a valid surface.Romain Guy2010-10-251-4/+10
* | Report drag success/fail in the DRAG_ENDED messageChris Tate2010-10-211-1/+11
* | Don't stomp on the drag-focus bookkeeping inadvertently.Chris Tate2010-10-121-2/+1
* | Elide undelivered drag-location messagesChris Tate2010-10-121-2/+11
* | Don't set hwAccelerated=true when libhwui is not present.Romain Guy2010-10-121-1/+1
* | Redraw the screen when needed.Romain Guy2010-10-111-1/+2
* | Reset the dirty region after drawing in hardware.Romain Guy2010-10-101-1/+2
* | Don't clear the framebuffer when not needed.Romain Guy2010-10-061-20/+29