summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
* remove files that moved to frameworks/nativeMathias Agopian2012-03-0710-1132/+0
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-245-94/+13
* remove libui dependency on libEGLMathias Agopian2012-02-241-53/+0
* deprecate L_8, LA_88 and RGB_332 in sdkMathias Agopian2012-02-241-7/+6
* remove libui's dependency on libpixelflingerMathias Agopian2012-02-211-10/+2
* frameworks/base refactoring.Mathias Agopian2012-02-178-2071/+0
* Clean up InputChannel file descriptor data type.Jeff Brown2012-02-141-3/+3
* Accurately track the sequence numbers of batched events.Jeff Brown2012-02-131-1/+12
* Enable deferred input messages to be batched.Jeff Brown2012-02-131-4/+6
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-7/+52
* Rewrite input transport using sockets.Jeff Brown2012-02-131-173/+112
* Preliminary support for clipRect(Rect, Op)Romain Guy2012-02-071-0/+14
* remove dead/usnused codeMathias Agopian2012-01-111-70/+0
* Merge "SurfaceMediaSource: use the vid enc usage bit" into ics-mr1Jamie Gennis2011-11-291-0/+1
|\
| * SurfaceMediaSource: use the vid enc usage bitJamie Gennis2011-11-211-0/+1
* | Fix application launch shortcuts.Jeff Brown2011-11-291-0/+4
|/
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-153-19/+4
* fix the float Rect in OpenGLRenderer to handle NANsMathias Agopian2011-09-191-1/+1
* Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-9/+40
* Tweak VelocityTracker.Jeff Brown2011-09-091-2/+6
* SurfaceFlinger: use the HWC gralloc usage bitJamie Gennis2011-08-221-0/+1
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-0/+2
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-1/+8
* Adding SurfaceEncoder for encoding FilterFramesPannag Sanketi2011-07-211-5/+5
* am 61220e88: am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4...Jeff Brown2011-06-071-5/+0
|\
| * Revert velocity damping.Jeff Brown2011-06-061-5/+0
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-031-0/+81
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-021-0/+81
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-0/+5
| * Improve VelocityTracker numerical stability. (DO NOT MERGE)Jeff Brown2011-05-231-3/+26
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-0/+55
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-132-15/+50
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-0/+2
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-0/+2
* | frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-032-9/+9
* | frameworks/base: move ANativeWindow/android_native_buffer_t outIliyan Malchev2011-05-032-449/+2
* | frameworks/base: make the ANativeWindow query() method constIliyan Malchev2011-05-032-2/+2
* | get rid of dependency on copybit HAL moduleMathias Agopian2011-04-281-23/+0
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-0/+5
* | Merge "Add a little input event consistency verifier."Jeff Brown2011-04-011-4/+12
|\ \
| * | Add a little input event consistency verifier.Jeff Brown2011-03-311-4/+12
* | | Merge "Add input filter mechanism for accessibility."Jeff Brown2011-03-301-0/+6
|\ \ \ | |/ /
| * | Add input filter mechanism for accessibility.Jeff Brown2011-03-301-0/+6
* | | Revert "retire android_native_window_t"Mathias Agopian2011-03-301-0/+3
|/ /
* | retire android_native_window_tIliyan Malchev2011-03-231-3/+0
* | Merge "Add support for timestamps into SurfaceTexture."Eino-Ville Talvala2011-03-171-3/+29
|\ \
| * | Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-3/+29
* | | Add 3D mode key and others.Jeff Brown2011-03-161-0/+3
|/ /
* | Merge "Improve VelocityTracker numerical stability."Jeff Brown2011-03-151-3/+26
|\ \
| * | Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-3/+26