summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix touch input in landscape mode.Jeff Brown2010-07-291-4/+4
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-31/+86
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-286-1754/+2243
* Fix trackball down and movement bugs.Jeff Brown2010-07-162-1/+15
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-9/+10
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+17
* Add support for new input sources.Jeff Brown2010-07-157-140/+240
* Don't build framework tests for simulator target.Jeff Brown2010-07-141-0/+5
* Remove the YV16 format for simplicity's sake.Mathias Agopian2010-07-141-1/+0
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-19/+0
* Add initial gamepad support.Jeff Brown2010-07-137-786/+884
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-4/+4
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-1/+1
* More native input dispatch work.Jeff Brown2010-07-032-56/+79
* remove unused YUV formatsMathias Agopian2010-07-011-5/+2
* Merge "Introduce official public NativeWindow type." into gingerbreadDianne Hackborn2010-06-301-18/+18
|\
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-18/+18
* | Merge "fix live wallpapers on Droid" into gingerbreadMathias Agopian2010-06-301-12/+0
|\ \
| * | fix live wallpapers on DroidMathias Agopian2010-06-301-12/+0
* | | Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-301-4/+0
| |/ |/|
* | Implement default key handling for native code.Dianne Hackborn2010-06-301-0/+64
* | Fix native input dispatch in the emulator.Jeff Brown2010-06-292-28/+87
* | Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-4/+4
|/
* Native input event dispatching.Jeff Brown2010-06-284-41/+108
* Remember to initialize timestamps in the dispatch allocatorChristopher Tate2010-06-231-0/+1
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-222-163/+19
* remove unused YUV formatsMathias Agopian2010-06-211-1/+0
* Merge "Added support for the GL_TEXTURE_EXTERNAL target" into gingerbreadMathias Agopian2010-06-211-2/+0
|\
| * Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-151-2/+0
* | More native input event dispatching.Jeff Brown2010-06-213-135/+341
* | Even more native input dispatch work in progress.Jeff Brown2010-06-178-66/+747
* | Merge "More work in progress on native events." into gingerbreadJeff Brown2010-06-153-219/+442
|\ \ | |/ |/|
| * More work in progress on native events.Jeff Brown2010-06-153-219/+442
* | Support for multiple testsJeff Brown2010-06-141-4/+9
|/
* Fix include paths.Jeff Brown2010-06-132-3/+0
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-1311-80/+4361
* allow re-targetting of surfacesMathias Agopian2010-06-081-0/+3
* split surface management from surface's buffers managementMathias Agopian2010-06-041-13/+3
* fix a bug where fading in/out of opaque 32-bits windows wasn't workingMathias Agopian2010-06-011-3/+12
* when a zero dimension buffer is allocated, turn the allocation intoMathias Agopian2010-04-151-10/+9
* fix [2545826] calling into gralloc with external lock heldMathias Agopian2010-03-251-4/+0
* implement connect/disconnect in our native_window_t implementationsMathias Agopian2010-03-111-0/+2
* Calculate bitmask array sizes correctly in the EventHubChristopher Tate2010-03-041-8/+8
* Fix #2489986 : The key bitmask needs to cover all possible keysChristopher Tate2010-03-041-1/+1
* Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboardDianne Hackborn2010-03-021-14/+12
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-42/+83
* Remove a dependency of Region (libui) on Parcel (libbinder).Mathias Agopian2010-02-171-44/+9
* fix a bug I introduced recently where YUV formats would crash the systemMathias Agopian2010-02-161-4/+35
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-3/+0
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-1114-3742/+1