summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-18/+15
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-8/+34
* Merge "Add OBB file helper class" into gingerbreadKenny Root2010-07-071-0/+87
|\
| * Add OBB file helper classKenny Root2010-07-071-0/+87
* | 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-022-1/+38
|/
* Merge "Introduce official public NativeWindow type." into gingerbreadDianne Hackborn2010-06-303-34/+38
|\
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-303-34/+38
* | 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
* Fix a bug in sp<> and wp<> which could cause memory corruptionsMathias Agopian2010-06-241-12/+20
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-222-2/+25
* Merge "Start of work on passing around StrictMode policy over Binder calls." ...Brad Fitzpatrick2010-06-212-2/+9
|\
| * Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-212-2/+9
* | More native input event dispatching.Jeff Brown2010-06-213-25/+124
|/
* Even more native input dispatch work in progress.Jeff Brown2010-06-175-25/+60
* More work in progress on native events.Jeff Brown2010-06-155-278/+408
* Fix include paths.Jeff Brown2010-06-131-1/+1
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-1314-152/+2263
* allow re-targetting of surfacesMathias Agopian2010-06-082-13/+9
* optimize Surface.readFromParcel()Mathias Agopian2010-06-041-4/+3
* split surface management from surface's buffers managementMathias Agopian2010-06-046-33/+37
* more clean-up in preparation of bigger changesMathias Agopian2010-05-286-19/+32
* Fix a typo in Singleton<>Mathias Agopian2010-05-281-3/+5
* more clean-up of Surfaceflinger's client managementMathias Agopian2010-05-272-19/+27
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-253-15/+12
* added the notion of fixed-size buffersMathias Agopian2010-05-244-7/+57
* fix a bug when reallocating a window's buffers is neededMathias Agopian2010-05-241-0/+1
* added native_window_set_buffer_count()Mathias Agopian2010-05-213-8/+24
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-14/+29
* added RWLock C++ wrapperMathias Agopian2010-05-191-0/+90
* fix some bugs in SharedBufferStack::resizeMathias Agopian2010-05-171-4/+5
* Merge "SharedBufferStack now can grow up to 16 buffers." into krakenMathias Agopian2010-05-123-3/+55
|\
| * SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-123-3/+55
* | Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into krakenKenny Root2010-05-122-10/+27
|\ \ | |/ |/|
| * ZipUtilsRO rewrite based on Dalvik Zip rewriteKenny Root2010-05-122-10/+27
* | 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 ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbind...Dan Egnor2010-05-061-1/+0
|\ \
| * \ am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyoDan Egnor2010-05-061-1/+0
| |\ \
| | * | Make static versions of libutils and libbinder.Dan Egnor2010-05-061-1/+0
* | | | 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
* | | | | Merge "Add support for enqueuing buffers in arbitrary order" into krakenMathias Agopian2010-04-301-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add support for enqueuing buffers in arbitrary orderMathias Agopian2010-04-281-1/+3