summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
...
* deprecate L_8, LA_88 and RGB_332 in sdkMathias Agopian2012-02-241-1/+4
* Merge "libui: add ability to force a framebuffer format for EGL's use"Dima Zavin2012-02-222-0/+16
|\
| * libui: add ability to force a framebuffer format for EGL's useDima Zavin2012-02-222-0/+16
* | remove libui's dependency on libpixelflingerMathias Agopian2012-02-212-18/+43
|/
* frameworks/base refactoringMathias Agopian2012-02-2011-4589/+1
* frameworks/base refactoring.Mathias Agopian2012-02-179-14/+15
* Accurately track the sequence numbers of batched events.Jeff Brown2012-02-131-8/+42
* Enable deferred input messages to be batched.Jeff Brown2012-02-131-52/+40
* Implement batching of input events on the consumer side.Jeff Brown2012-02-133-80/+269
* Dispatch multiple touch events in parallel.Jeff Brown2012-02-131-0/+13
* Rewrite input transport using sockets.Jeff Brown2012-02-133-867/+270
* Preliminary support for clipRect(Rect, Op)Romain Guy2012-02-071-0/+19
* remove dead/usnused codeMathias Agopian2012-01-113-108/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0810-90/+90
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-063-7/+7
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-038-76/+76
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-152-55/+0
* Region cannot handle malformed Rects. Abort the Region op in that case.Mathias Agopian2011-09-261-0/+1
* Make sure Region handles invalid rectanglesMathias Agopian2011-09-191-0/+5
* Can't stop the fling!Jeff Brown2011-09-161-0/+2
* Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-45/+280
* Tweak VelocityTracker.Jeff Brown2011-09-091-62/+30
* revert last change to EGLUtils::selectConfigForPixelFormatMathias Agopian2011-08-151-39/+19
* Merge "Refactor input reader to add stylus support. Bug: 5064702"Jeff Brown2011-08-012-45/+17
|\
| * Refactor input reader to add stylus support.Jeff Brown2011-07-312-45/+17
* | Merge "connect/disconnect is now called from our EGL wrapper"Mathias Agopian2011-08-011-0/+2
|\ \
| * | connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-0/+2
| |/
* | improve GraphicAllocator dump methodMathias Agopian2011-07-291-5/+17
|/
* Fix uses of all-subdir-makefilesYing Wang2011-07-271-1/+1
* Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINTMathias Agopian2011-07-211-21/+7
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-191-0/+12
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-5/+25
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-0/+4
* Provide more descriptive name for InputChannel ashmem.Jeff Brown2011-07-131-1/+3
* Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-122-8/+0
|\
| * Remove the simulator target from all makefiles.Jeff Brown2011-07-112-8/+0
* | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-0/+1
|/
* Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-081-19/+39
* Merge "Improve input event consistency invariants."Jeff Brown2011-06-281-1/+2
|\
| * Improve input event consistency invariants.Jeff Brown2011-06-281-1/+2
* | Remove native EventRecurrence parserAndy McFadden2011-06-282-485/+0
|/
* am 61220e88: am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4...Jeff Brown2011-06-071-9/+0
|\
| * Revert velocity damping.Jeff Brown2011-06-061-9/+0
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-031-0/+89
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-021-0/+89
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-0/+9
| * Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-251-1/+7
| * Improve VelocityTracker numerical stability. (DO NOT MERGE)Jeff Brown2011-05-231-32/+115
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-232-2/+156
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-134-46/+112