summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes"...Mathias Agopian2010-04-292-72/+43
|\ \ \ \ \ | |/ / / /
| * | | | cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-282-72/+43
* | | | | Merge "fix a race condition in undoDequeue(), where 'tail' could be computed ...Mathias Agopian2010-04-291-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | fix a race condition in undoDequeue(), where 'tail' could be computed incorre...Mathias Agopian2010-04-281-2/+2
* | | | | New xlarge screen size.Dianne Hackborn2010-04-281-3/+28
|/ / / /
* | | | better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-1/+1
* | | | am f021d12f: merge from open-source masterThe Android Open Source Project2010-04-211-7/+10
|\ \ \ \ | |/ / /
| * | | merge from open-source masterThe Android Open Source Project2010-04-211-7/+10
| |\ \ \ | | |/ /
| | * | Allow META* macros outside of the frameworkMichael Richardson2010-04-201-7/+10
* | | | added setCrop() to android_native_window_tMathias Agopian2010-04-204-14/+65
* | | | add support for up to 16 buffers per surfaceMathias Agopian2010-04-201-8/+12
* | | | am 26f61635: am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open...Mathias Agopian2010-04-193-5/+2
|\ \ \ \ | |/ / /
| * | | am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open/close a vide...Mathias Agopian2010-04-193-5/+2
| |\ \ \ | | | |/ | | |/|
| | * | fix [2599939] "cannot play video" after open/close a video player a dozen of ...Mathias Agopian2010-04-193-5/+2
* | | | when a zero dimension buffer is allocated, turn the allocation intoMathias Agopian2010-04-151-1/+1
* | | | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-0/+2
|/ / /
* | | 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
* | libutils Condition are now PRIVATE by defaultMathias Agopian2010-03-191-1/+18
* | Update TTS plugin interface to receive engine configuration dataJean-Michel Trivi2010-03-181-15/+8
* | implement connect/disconnect in our native_window_t implementationsMathias Agopian2010-03-111-0/+8
* | Add a new connect/disconnect API to android_native_window_tMathias Agopian2010-03-111-1/+37
* | Add ability for some manifest attributes to reference resources.Dianne Hackborn2010-03-091-2/+2
* | Refactor car mode.Dianne Hackborn2010-03-051-1/+2
* | Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity...Dianne Hackborn2010-03-011-6/+7
* | Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-012-0/+12
* | Use UTF-8 strings to avoid duplicate caching, part 1Kenny Root2010-02-231-0/+2
* | remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-213-6/+77
* | 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
* | Totally remove Unicode.cpp and rely on ICUKenny Root2010-02-121-128/+0
* | Excise code from Unicode.cpp that was deadKenny Root2010-02-121-127/+0
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-1113-972/+44
* | Introduce special UI modes for night and car usage.Tobias Haamel2010-02-111-16/+69