summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-307-275/+643
* Update 9patch structure when rendering with different divs/colors.Romain Guy2010-11-306-87/+165
* fix messages from sqlite layer in c++ code to be useful.Vasu Nori2010-11-291-2/+4
* Fix 'BCCscript' build break.Iain Merrick2010-11-291-2/+4
* Merge "Fix physics bug causing balls to stack."Jason Sams2010-11-242-2/+15
|\
| * Fix physics bug causing balls to stack.Jason Sams2010-11-242-2/+15
* | Merge "Fix hang in native bitmap recycling due to nested mutex locks"Chet Haase2010-11-232-6/+0
|\ \
| * | Fix hang in native bitmap recycling due to nested mutex locksChet Haase2010-11-232-6/+0
* | | Merge "Port Emulator keymaps."Jeff Brown2010-11-232-4/+40
|\ \ \ | |/ / |/| |
| * | Port Emulator keymaps.Jeff Brown2010-11-232-4/+40
* | | am 9df7f313: am f0f6c54b: Merge "frameworks/base: Destroy the overlay even if...Jean-Baptiste Queru2010-11-231-2/+7
|\ \ \ | |_|/ |/| |
| * | am f0f6c54b: Merge "frameworks/base: Destroy the overlay even if there is an ...Jean-Baptiste Queru2010-11-231-2/+7
| |\ \
| | * | frameworks/base: Destroy the overlay even if there is an errorNaomi Luis2010-11-221-2/+7
| * | | am b27b8c0c: Fix a key repeating bug. (DO NOT MERGE)Jeff Brown2010-11-181-40/+40
| |\ \ \
| | * | | Fix a key repeating bug. (DO NOT MERGE)Jeff Brown2010-11-171-40/+40
| * | | | am bfc1cc2d: Fix stuck keys when released out of order. (DO NOT MERGE)Jeff Brown2010-11-181-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix stuck keys when released out of order. (DO NOT MERGE)Jeff Brown2010-11-171-2/+2
* | | | | More error checksJason Sams2010-11-2210-70/+65
| |_|_|/ |/| | |
* | | | Fix SDK build on Windows due to use of mmap.Jeff Brown2010-11-191-15/+17
* | | | Remove unnecessary export_func pragma.Stephen Hines2010-11-1810-21/+0
* | | | Fixing the state restore bug.Alex Sakhartchouk2010-11-181-0/+1
* | | | Support for cubemaps.Alex Sakhartchouk2010-11-1815-49/+290
* | | | Merge "Added support for full PC-style keyboards."Jeff Brown2010-11-1810-629/+1363
|\ \ \ \
| * | | | Added support for full PC-style keyboards.Jeff Brown2010-11-1810-629/+1363
* | | | | Merge "Mark a non-exported function as static."Stephen Hines2010-11-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
* | | | | Add caching support of BCC binaries.Shih-wei Liao2010-11-183-11/+20
* | | | | am 5e069074: am a15e4886: Merge "Framebuffer: Support variable number of fram...Jean-Baptiste Queru2010-11-171-19/+26
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am a15e4886: Merge "Framebuffer: Support variable number of framebuffers in t...Jean-Baptiste Queru2010-11-171-19/+26
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Framebuffer: Support variable number of framebuffers in the UIRodrigo Obregon2010-11-031-19/+26
| | * | | Only monitor recognized uevent devices.Sean McNeil2010-08-231-1/+8
| * | | | am fe40e9e0: Merge "fix [3148312] Region can access data out of bounds" into ...Mathias Agopian2010-11-081-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge "fix [3148312] Region can access data out of bounds" into gingerbreadMathias Agopian2010-11-081-1/+1
| | |\ \ \
| | | * | | fix [3148312] Region can access data out of boundsMathias Agopian2010-10-291-1/+1
* | | | | | Create holder inner class for pushing context state.Jason Sams2010-11-177-83/+74
| |_|_|_|/ |/| | | |
* | | | | Fix ref counting for globals when set from java code.Jason Sams2010-11-163-0/+29
* | | | | Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
* | | | | Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
* | | | | Fixed a race condition where some recording frames may not be released.James Dong2010-11-151-0/+3
* | | | | Merge "Split UTF functions from String8/16"Kenny Root2010-11-158-624/+815
|\ \ \ \ \
| * | | | | Split UTF functions from String8/16Kenny Root2010-11-128-624/+815
* | | | | | Add support for integer mod.Bryan Mawhinney2010-11-151-1/+5
* | | | | | Merge "Fix line drawing in RS example."Jason Sams2010-11-122-7/+14
|\ \ \ \ \ \
| * | | | | | Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
* | | | | | | Enable touch splitting for all windows by default.Jeff Brown2010-11-121-9/+7
* | | | | | | make ResourceCache for display lists thread-safeChet Haase2010-11-112-0/+20
* | | | | | | Merge "Free resources only from the GL context thread. Bug #3179882"Romain Guy2010-11-1112-65/+121
|\ \ \ \ \ \ \
| * | | | | | | Free resources only from the GL context thread.Romain Guy2010-11-1112-65/+121
* | | | | | | | Merge "Implement reducing the buffer count of a Surface."Jamie Gennis2010-11-113-6/+82
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-113-6/+82