summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-1/+2
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+2
* Add support for new input sources.Jeff Brown2010-07-155-23/+109
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-132-27/+3
* Add initial gamepad support.Jeff Brown2010-07-133-409/+358
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-18/+15
* Merge "More native input dispatch work." into gingerbreadChris Tate2010-07-071-5/+10
|\
| * More native input dispatch work.Jeff Brown2010-07-031-5/+10
* | Add new native Looper API.Dianne Hackborn2010-07-021-0/+5
|/
* Merge "Introduce official public NativeWindow type." into gingerbreadDianne Hackborn2010-06-302-26/+30
|\
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-302-26/+30
* | Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-302-7/+0
|/
* Implement default key handling for native code.Dianne Hackborn2010-06-302-2/+12
* Fix native input dispatch in the emulator.Jeff Brown2010-06-291-0/+9
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-292-5/+5
* Native input event dispatching.Jeff Brown2010-06-284-5/+34
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-222-2/+25
* More native input event dispatching.Jeff Brown2010-06-213-25/+124
* Even more native input dispatch work in progress.Jeff Brown2010-06-172-13/+44
* More work in progress on native events.Jeff Brown2010-06-155-278/+408
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-137-44/+1967
* split surface management from surface's buffers managementMathias Agopian2010-06-041-6/+7
* added the notion of fixed-size buffersMathias Agopian2010-05-241-0/+21
* added native_window_set_buffer_count()Mathias Agopian2010-05-211-8/+22
* Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_...Jamie Gennis2010-05-112-0/+27
|\
| * Add incStrong and decStrong methods to android_native_{window,buffer}_t.Jamie Gennis2010-05-102-0/+27
* | am f7896449: merge from open-source masterThe Android Open Source Project2010-05-051-1/+5
|\ \ | |/ |/|
| * merge from open-source masterThe Android Open Source Project2010-05-051-1/+5
| |\
| | * Add new keycodes for the convenience of Japanese IMEsmogimo2010-05-051-1/+5
* | | added setCrop() to android_native_window_tMathias Agopian2010-04-201-5/+33
* | | when a zero dimension buffer is allocated, turn the allocation intoMathias Agopian2010-04-151-1/+1
|/ /
* | merge from open-source masterThe Android Open Source Project2010-04-081-1/+5
|\ \ | |/
| * Add keycodes PageUp and PageDownChih-Wei Huang2010-04-021-1/+5
* | fix [2545826] calling into gralloc with external lock heldMathias Agopian2010-03-251-1/+0
* | Add a new connect/disconnect API to android_native_window_tMathias Agopian2010-03-111-1/+37
* | remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-5/+12
* | Remove a dependency of Region (libui) on Parcel (libbinder).Mathias Agopian2010-02-171-6/+0
* | fix a bug I introduced recently where YUV formats would crash the systemMathias Agopian2010-02-161-1/+2
* | get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-18/+9
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-1111-1693/+0
* | Add exposure compensation parameter.Wu-cheng Li2010-02-091-0/+7
* | Add float support for set and get in CameraParameters.Wu-cheng Li2010-01-311-0/+2
* | Add focal length and view angle API.Wu-cheng Li2010-01-301-0/+10
* | Add support for setting camera display orientation.Chih-Chung Chang2010-01-262-10/+1
* | Change key to KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES for consistency.Wu-cheng Li2010-01-251-3/+4
* | Add support for 180/270 degrees rotation.Chih-Chung Chang2010-01-221-1/+4
* | Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-1/+1
|/
* fix some aspects of [2258746] native crash in launcher2Mathias Agopian2009-11-131-2/+2
* fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-0/+2
* Use image rect information to display zoomed picture.Wu-cheng Li2009-10-291-0/+9