summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-013-209/+9
|\
| * am b8a10fe4: Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-8/+8
| |\
| | * Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-8/+8
| * | am c44989d6: Merge change 5350 into donutAndroid (Google) Code Review2009-06-252-201/+1
| |\ \ | | |/
| | * move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-252-201/+1
* | | Region::makeBoundsSelf() efficiently turns a region to its boundsMathias Agopian2009-06-291-0/+6
* | | make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian2009-06-251-6/+0
* | | hack copybit back in for video playback on msm7k. we have h/w accelerated vid...Mathias Agopian2009-06-241-0/+6
* | | merge master in master_glMathias Agopian2009-06-241-111/+20
|\ \ \ | |/ /
| * | am eaa89f74: Merge change 5172 into donutAndroid (Google) Code Review2009-06-241-124/+0
| |\ \ | | |/
| | * Remove deprecated callback function support.Dave Sparks2009-06-241-124/+0
| * | am 3d7b8d1a: Merge change 5158 into donutAndroid (Google) Code Review2009-06-241-0/+33
| |\ \ | | |/
| | * Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-0/+33
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-011-1/+3
|\ \ \ | |/ /
| * | get rid of utils.hMathias Agopian2009-05-311-1/+3
* | | fix typo defining a singleton attrbutes for an object that is not a singleton...Mathias Agopian2009-05-281-2/+0
* | | make sure the Region code disallows constructs like "(a+b)=c;", which is some...Mathias Agopian2009-05-271-13/+13
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-2710-71/+29
|\ \ \ | |/ /
| * | am 0c0ad39c: Merge change 2502 into donutAndroid (Google) Code Review2009-05-263-22/+19
| |\ \ | | |/
| | * minor clean-up to Rect and Point.Mathias Agopian2009-05-263-22/+19
| * | some work to try to reduce the code size of some native librariesMathias Agopian2009-05-267-49/+12
* | | merge master to master_glMathias Agopian2009-05-2213-30/+37
|\ \ \ | |/ /
| * | am 69a6c3eb: Merge change 2292 into donutAndroid (Google) Code Review2009-05-211-3/+10
| |\ \ | | |/
| | * split boot animation out of SurfaceFlingerMathias Agopian2009-05-211-3/+10
| | * bring the native_handle stuff back from master_glMathias Agopian2009-05-201-8/+4
| * | change 2115 wasn't merged properly into master. this fixes that.Mathias Agopian2009-05-211-8/+4
| * | move libbinder's header files under includes/binderMathias Agopian2009-05-2013-30/+29
| * | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-0/+1
| |/
* | Region now has its own implementation instead of relying on SkRegion, which a...Mathias Agopian2009-05-175-142/+572
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-142-189/+55
|\ \ | |/
| * Modify camera framework to use new streamlined binder interface.Dave Sparks2009-05-112-189/+55
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-082-0/+55
|\ \ | |/
| * Add new binder methods to camera client to support generic callbacksDave Sparks2009-05-072-0/+55
* | add support for update-on-demand in SurfaceFlingerMathias Agopian2009-05-071-1/+11
* | get rid off unneeded flagsMathias Agopian2009-05-051-22/+1
* | move android_native_buffer_t declaration into its own private/ui/android_nati...Mathias Agopian2009-05-051-0/+2
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-054-5/+22
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-051-20/+7
* | removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-051-12/+11
* | minor clean-up in FramebufferNativeWindowMathias Agopian2009-05-041-14/+0
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-045-237/+139
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-301-7/+14
|\ \ | |/
| * Bug fix(1807910): media recorder crash due to the use of locked camera object...James Dong2009-04-271-13/+7
| * Fix a media server crash (bug 1807910): part oneJames Dong2009-04-231-0/+13
| * AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation wh...Mathias Agopian2009-03-272-4/+7
| * Automated import from //branches/donutburger/...@142727,142727Dianne Hackborn2009-03-251-0/+1
* | a brand new MessageQueue for SurfaceFlinger.Mathias Agopian2009-04-241-81/+0
* | Squashed commit of the following:Mathias Agopian2009-04-242-4/+2
* | cleanup, remove unused fields. Also make sure that we don't systematically al...Mathias Agopian2009-04-161-10/+5
* | more splitting of Surface/SurfaceControl. Surface.java is now implemented in ...Mathias Agopian2009-04-162-180/+95