index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
frameworks/base refactoring
Mathias Agopian
2012-02-20
11
-4589
/
+1
*
frameworks/base refactoring.
Mathias Agopian
2012-02-17
9
-14
/
+15
*
Accurately track the sequence numbers of batched events.
Jeff Brown
2012-02-13
1
-8
/
+42
*
Enable deferred input messages to be batched.
Jeff Brown
2012-02-13
1
-52
/
+40
*
Implement batching of input events on the consumer side.
Jeff Brown
2012-02-13
3
-80
/
+269
*
Dispatch multiple touch events in parallel.
Jeff Brown
2012-02-13
1
-0
/
+13
*
Rewrite input transport using sockets.
Jeff Brown
2012-02-13
3
-867
/
+270
*
Preliminary support for clipRect(Rect, Op)
Romain Guy
2012-02-07
1
-0
/
+19
*
remove dead/usnused code
Mathias Agopian
2012-01-11
3
-108
/
+0
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
10
-90
/
+90
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
3
-7
/
+7
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
8
-76
/
+76
*
Eliminate hw.keyboards system properties.
Jeff Brown
2011-11-15
2
-55
/
+0
*
Region cannot handle malformed Rects. Abort the Region op in that case.
Mathias Agopian
2011-09-26
1
-0
/
+1
*
Make sure Region handles invalid rectangles
Mathias Agopian
2011-09-19
1
-0
/
+5
*
Can't stop the fling!
Jeff Brown
2011-09-16
1
-0
/
+2
*
Velocity Tracker II: The Revenge of Velocity Tracker
Jeff Brown
2011-09-14
1
-45
/
+280
*
Tweak VelocityTracker.
Jeff Brown
2011-09-09
1
-62
/
+30
*
revert last change to EGLUtils::selectConfigForPixelFormat
Mathias Agopian
2011-08-15
1
-39
/
+19
*
Merge "Refactor input reader to add stylus support. Bug: 5064702"
Jeff Brown
2011-08-01
2
-45
/
+17
|
\
|
*
Refactor input reader to add stylus support.
Jeff Brown
2011-07-31
2
-45
/
+17
*
|
Merge "connect/disconnect is now called from our EGL wrapper"
Mathias Agopian
2011-08-01
1
-0
/
+2
|
\
\
|
*
|
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-0
/
+2
|
|
/
*
|
improve GraphicAllocator dump method
Mathias Agopian
2011-07-29
1
-5
/
+17
|
/
*
Fix uses of all-subdir-makefiles
Ying Wang
2011-07-27
1
-1
/
+1
*
Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT
Mathias Agopian
2011-07-21
1
-21
/
+7
*
implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...
Mathias Agopian
2011-07-19
1
-0
/
+12
*
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-19
1
-5
/
+25
*
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
1
-0
/
+4
*
Provide more descriptive name for InputChannel ashmem.
Jeff Brown
2011-07-13
1
-1
/
+3
*
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown
2011-07-12
2
-8
/
+0
|
\
|
*
Remove the simulator target from all makefiles.
Jeff Brown
2011-07-11
2
-8
/
+0
*
|
EGL: fix the ANativeWindow size/fmt override
Jamie Gennis
2011-07-11
1
-0
/
+1
|
/
*
Fix EGLUtils::selectConfigForPixelFormat()
Mathias Agopian
2011-07-08
1
-19
/
+39
*
Merge "Improve input event consistency invariants."
Jeff Brown
2011-06-28
1
-1
/
+2
|
\
|
*
Improve input event consistency invariants.
Jeff Brown
2011-06-28
1
-1
/
+2
*
|
Remove native EventRecurrence parser
Andy McFadden
2011-06-28
2
-485
/
+0
|
/
*
am 61220e88: am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4...
Jeff Brown
2011-06-07
1
-9
/
+0
|
\
|
*
Revert velocity damping.
Jeff Brown
2011-06-06
1
-9
/
+0
*
|
am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....
Jeff Brown
2011-06-03
1
-0
/
+89
|
\
\
|
|
/
|
*
Implement pointer acceleration.
Jeff Brown
2011-06-02
1
-0
/
+89
|
*
Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)
Jeff Brown
2011-05-25
1
-0
/
+9
|
*
Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)
Jeff Brown
2011-05-25
1
-1
/
+7
|
*
Improve VelocityTracker numerical stability. (DO NOT MERGE)
Jeff Brown
2011-05-23
1
-32
/
+115
|
*
Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)
Jeff Brown
2011-05-23
2
-2
/
+156
*
|
Add initial API for stylus and mouse buttons.
Jeff Brown
2011-05-13
4
-46
/
+112
*
|
resolved conflicts for merge of 05be6d6f to master
Dianne Hackborn
2011-05-09
1
-24
/
+23
|
\
\
|
|
/
|
*
Better compat mode part one: start scaling windows.
Dianne Hackborn
2011-05-09
1
-24
/
+23
*
|
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
Iliyan Malchev
2011-05-03
2
-12
/
+12
*
|
frameworks/base: make the ANativeWindow query() method const
Iliyan Malchev
2011-05-03
1
-2
/
+2
[next]