summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-113-6/+82
|/ / / /
* | | | Fix a compile warning in the Surface class.Jamie Gennis2010-11-111-1/+1
* | | | The CHEEK_TOUCH stuff never worked. Remove it.Joe Onorato2010-11-081-18/+1
* | | | Tell system server whether the app handled input events.Jeff Brown2010-11-084-25/+80
* | | | Rename the locked meta key constants for clarity.Jeff Brown2010-11-052-10/+108
* | | | Fix a key repeating bug.Jeff Brown2010-11-021-40/+40
* | | | Merge "Add plumbing for volume mute key."Jeff Brown2010-11-021-0/+8
|\ \ \ \
| * | | | Add plumbing for volume mute key.Jeff Brown2010-11-021-0/+8
* | | | | Merge "Optimize FBO drawing with regions. This optimization is currently disa...Romain Guy2010-11-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Optimize FBO drawing with regions.Romain Guy2010-11-021-1/+1
* | | | | Fix default return code for getResourceKenny Root2010-11-021-1/+1
* | | | | am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression.Jeff Brown2010-11-021-3/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix bugs related to cheek event suppression.Jeff Brown2010-11-011-3/+3
| |/ /
* | | Fix policy issues when screen is off.Jeff Brown2010-11-011-1/+15
* | | Add path to get different DPI drawablesKenny Root2010-10-291-10/+34
* | | resolved conflicts for merge of df3cccf3 to masterJeff Brown2010-10-271-1/+23
|\ \ \ | |/ /
| * | Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-1/+23
* | | Merge "convert one of the LOGE to LOG_WINDOW msg to reduce grief"Vasu Nori2010-10-261-1/+1
|\ \ \
| * | | convert one of the LOGE to LOG_WINDOW msg to reduce griefVasu Nori2010-10-261-1/+1
* | | | am 85c5ca07: am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based ...Mathias Agopian2010-10-261-0/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Updade Surface (ANativeWindow) format based on its buffers formatMathias Agopian2010-10-251-0/+11
* | | | Tweak log messages a bit.Jeff Brown2010-10-251-2/+5
| |/ / |/| |
* | | Add test stubs for newly added methods.Jeff Brown2010-10-241-0/+13
* | | am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-246-21/+3647
|\ \ \ | |/ /
| * | Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-236-21/+3647
* | | am 7ba8c44e: am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByN...Kenny Root2010-10-221-1/+9
|\ \ \ | |/ /
| * | Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbreadKenny Root2010-10-221-1/+9
| |\ \
| | * | Initialized check in ZipFileRO::findEntryByNameKenny Root2010-10-211-1/+9
* | | | am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
|\ \ \ \ | |/ / /
| * | | Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
| |/ /
* | | resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-211-1/+2
|\ \ \ | |/ /
| * | Reduce logging.Joe Onorato2010-10-191-1/+2
* | | am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking u...Jeff Brown2010-10-191-40/+28
|\ \ \ | |/ /
| * | Fix bug where home presses were not poking user activity.Jeff Brown2010-10-181-40/+28
* | | Add support for calibrating touch position.Jeff Brown2010-10-181-5/+33
* | | am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when ...Jeff Brown2010-10-181-1/+1
|\ \ \ | |/ /
| * | Fix a native crash in input dispatcher when windows are removed.Jeff Brown2010-10-151-1/+1
| * | Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-2/+3
* | | am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." in...Jeff Brown2010-10-161-111/+176
|\ \ \ | |/ /
| * | Merge "Improve input device calibration format." into gingerbreadJeff Brown2010-10-151-111/+176
| |\ \
| | * | Improve input device calibration format.Jeff Brown2010-10-141-111/+176
* | | | Add support for secure system overlays.Jeff Brown2010-10-151-2/+3
* | | | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-154-80/+290
* | | | am 729503c2: am 848a2bc4: Merge "MinGW/Cygwin requires open() in O_BINARY mod...Raphael Moll2010-10-151-20/+37
|\ \ \ \ | |/ / /
| * | | Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbreadRaphael Moll2010-10-141-20/+37
| |\ \ \ | | |/ / | |/| |
| | * | MinGW/Cygwin requires open() in O_BINARY mode.Raphael Moll2010-10-131-20/+37
* | | | am 567db077: am 2d441e14: Merge "Make sure EventHub reports added/removed dev...Jeff Brown2010-10-151-3/+8
|\ \ \ \ | |/ / /
| * | | Merge "Make sure EventHub reports added/removed devices immediately." into gi...Jeff Brown2010-10-141-3/+8
| |\ \ \ | | |/ / | |/| |
| | * | Make sure EventHub reports added/removed devices immediately.Jeff Brown2010-10-141-3/+8
* | | | am 8fda1636: am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gi...Kenny Root2010-10-152-17/+45
|\ \ \ \ | |/ / /