index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
ViewGroup.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a little input event consistency verifier.
Jeff Brown
2011-03-31
1
-0
/
+12
*
Add view/drawable states for drag-accepting / drag-hovered
Christopher Tate
2011-03-29
1
-5
/
+22
*
Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT."
Jeff Brown
2011-03-24
1
-43
/
+169
|
\
|
*
Add MotionEvent.HOVER_ENTER and HOVER_EXIT.
Jeff Brown
2011-03-24
1
-43
/
+169
*
|
Correctly check bottom padding in setPadding().
Romain Guy
2011-03-24
1
-1
/
+1
|
/
*
Fix rendering artifact in edge fades.
Romain Guy
2011-03-14
1
-1
/
+1
*
Correctly handle opaque fading views
Romain Guy
2011-03-08
1
-1
/
+1
*
Merge "Add support for partial invalidates in WebView Bug #3461349" into hone...
Romain Guy
2011-03-07
1
-1
/
+1
|
\
|
*
Add support for partial invalidates in WebView
Romain Guy
2011-03-07
1
-1
/
+1
*
|
Fix bug 4021346 - crash while navigating
Adam Powell
2011-03-07
1
-3
/
+2
|
/
*
Cancel LayoutTransition animations selectively
Chet Haase
2011-03-02
1
-2
/
+4
*
Don't account for scrollX/Y when drawing a display list in a layer.
Romain Guy
2011-03-01
1
-3
/
+8
*
Correctly mark layers dirty when drawing WebView.
Romain Guy
2011-03-01
1
-10
/
+15
*
Add support for mouse hover and scroll wheel.
Jeff Brown
2011-02-25
1
-3
/
+49
*
Add new hover move action and scroll wheel plumbing.
Jeff Brown
2011-02-19
1
-4
/
+12
*
Gracefully handle drawing caches allocation failure.
Romain Guy
2011-02-14
1
-4
/
+3
*
Fix animation and layoutTransition issues.
Chet Haase
2011-02-09
1
-0
/
+4
*
am 9cfa9c7a: am f6141980: Merge changes I46acd27a,I70b322e1 into honeycomb
Mike Cleron
2011-02-07
1
-4
/
+6
|
\
|
*
Prevent ProgressBar from slowing down everything.
Romain Guy
2011-02-03
1
-4
/
+6
*
|
am cb2c84fd: am 3b66e43e: Merge "Refresh display lists when turning off layer...
Romain Guy
2011-02-03
1
-2
/
+18
|
\
\
|
|
/
|
*
Refresh display lists when turning off layers rendering.
Romain Guy
2011-02-03
1
-2
/
+18
*
|
am 57188f0d: am c1f8bcff: Merge "Fix incorrect dirty rectangle transformation...
Romain Guy
2011-02-02
1
-7
/
+7
|
\
\
|
|
/
|
*
Fix incorrect dirty rectangle transformation in hardware layers.
Romain Guy
2011-02-01
1
-7
/
+7
*
|
am debeeef5: am d51eaa64: Merge "Update layers based on the dirty region. Bug...
Romain Guy
2011-02-01
1
-8
/
+20
|
\
\
|
|
/
|
*
Update layers based on the dirty region.
Romain Guy
2011-02-01
1
-8
/
+20
*
|
am a42ee699: am 518813ec: Merge "New API to let apps draw without layers. Bug...
Romain Guy
2011-02-01
1
-12
/
+25
|
\
\
|
|
/
|
*
New API to let apps draw without layers.
Romain Guy
2011-02-01
1
-12
/
+25
*
|
am 1c531f4a: am f222956c: Merge "Correctly set the alpha of a hardware layer ...
Romain Guy
2011-02-01
1
-6
/
+2
|
\
\
|
|
/
|
*
Correctly set the alpha of a hardware layer before drawing it.
Romain Guy
2011-02-01
1
-6
/
+2
*
|
am 19312cfe: am 246bf85a: Merge "Fix NPE with display lists when view not att...
Chet Haase
2011-01-27
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix NPE with display lists when view not attached
Chet Haase
2011-01-27
1
-1
/
+1
*
|
am cd88c39b: am e38ba4ac: Fix gmail crossfade artifacts.
Chet Haase
2011-01-27
1
-11
/
+8
|
\
\
|
|
/
|
*
Fix gmail crossfade artifacts.
Chet Haase
2011-01-27
1
-11
/
+8
*
|
am fcf51a67: am a45c056e: Merge "Fix display List bugs" into honeycomb
Chet Haase
2011-01-26
1
-3
/
+16
|
\
\
|
|
/
|
*
Fix display List bugs
Chet Haase
2011-01-26
1
-3
/
+16
*
|
am b69e985b: am ace9233b: Merge "Fix invalidation problem with display lists"...
Chet Haase
2011-01-26
1
-2
/
+4
|
\
\
|
|
/
|
*
Fix invalidation problem with display lists
Chet Haase
2011-01-25
1
-2
/
+4
*
|
am b372d7cb: am 89fca351: Merge "Make nested hardware layers work again" into...
Romain Guy
2011-01-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Make nested hardware layers work again
Romain Guy
2011-01-24
1
-1
/
+1
*
|
am 7b4950ae: am 169fafe6: Merge "Fix rendering issues with animated layers. B...
Romain Guy
2011-01-24
1
-2
/
+0
|
\
\
|
|
/
|
*
Fix rendering issues with animated layers.
Romain Guy
2011-01-24
1
-2
/
+0
*
|
am 4e1db6da: am 2ff6d705: Merge "Enable partial invalidates when rendering wi...
Romain Guy
2011-01-24
1
-0
/
+10
|
\
\
|
|
/
|
*
Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb
Romain Guy
2011-01-24
1
-0
/
+10
|
|
\
|
|
*
Enable partial invalidates when rendering with OpenGL.
Romain Guy
2011-01-24
1
-0
/
+10
*
|
|
am 235a20a3: am 21d405f5: Merge "Fix for display list problem with listview i...
Chet Haase
2011-01-24
1
-1
/
+3
|
\
\
\
|
|
/
/
|
*
|
Fix for display list problem with listview items.
Chet Haase
2011-01-24
1
-1
/
+3
|
|
/
*
|
am 2acb67ec: am 67005b05: Merge "Use optimized display lists for all hwaccele...
Chet Haase
2011-01-24
1
-8
/
+58
|
\
\
|
|
/
|
*
Use optimized display lists for all hwaccelerated rendering
Chet Haase
2011-01-24
1
-8
/
+58
*
|
resolved conflicts for merge of faf083ef to master
Joe Onorato
2011-01-24
1
-2
/
+16
|
\
\
|
|
/
|
*
visibility ("lights out") API.
Joe Onorato
2011-01-23
1
-2
/
+16
[next]