summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Correctly release the OpenGL Canvas on EGL error.Romain Guy2010-12-073-24/+49
* Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching andShih-wei Liao2010-12-071-0/+6
* Merge "Fix 9patch rendering Bug #3253396"Romain Guy2010-12-073-8/+6
|\
| * Fix 9patch renderingRomain Guy2010-12-073-8/+6
* | Merge "API review cleanup."Jason Sams2010-12-0631-98/+65
|\ \
| * | API review cleanup.Jason Sams2010-12-0631-98/+65
* | | Merge "Draw text decorations correctly."Romain Guy2010-12-061-1/+3
|\ \ \ | | |/ | |/|
| * | Draw text decorations correctly.Romain Guy2010-12-061-1/+3
* | | Merge "Correctly render text when coordinates are not integers. Bug #3225632"Romain Guy2010-12-064-27/+98
|\ \ \ | |/ / | | / | |/ |/|
| * Correctly render text when coordinates are not integers.Romain Guy2010-12-064-27/+98
* | Stop using anonymous structs in RS.Stephen Hines2010-12-062-2/+2
|/
* Merge "Prevent message overrun in LocklessCommandFifo."Jason Sams2010-12-051-3/+2
|\
| * Prevent message overrun in LocklessCommandFifo.Bryan Mawhinney2010-12-051-3/+2
* | Merge "Don't render degenerate triangles in 9patches. Bug #3251983"Romain Guy2010-12-036-34/+61
|\ \
| * | Don't render degenerate triangles in 9patches.Romain Guy2010-12-036-34/+61
| |/
* | Merge "Move disk usage utilities to its own library"Kenny Root2010-12-033-0/+99
|\ \ | |/ |/|
| * Move disk usage utilities to its own libraryKenny Root2010-11-303-0/+99
* | Merge "Correctly index transparent quads when generating 9patch meshes. Bug #...Romain Guy2010-12-021-1/+12
|\ \
| * | Correctly index transparent quads when generating 9patch meshes.Romain Guy2010-12-021-1/+12
* | | Improve support for external keyboards.Jeff Brown2010-12-0211-413/+703
|/ /
* | Rescale ColorMatrix' vector to the [0..1] rangeRomain Guy2010-12-021-0/+5
* | Merge "Add preferred preview size support in the camera framework"James Dong2010-12-011-0/+9
|\ \
| * | Add preferred preview size support in the camera frameworkJames Dong2010-11-301-0/+9
| |/
* | Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-304-20/+39
* | 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