summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* input: Add option to toggle pointer icon when using stylusSteve Kondik2013-01-032-5/+36
* Disable touch while using the stylus (Galaxy Note)Volker Braun2012-12-282-0/+12
* simplify and improve BOARD_USE_LEGACY_TOUCHSCREENFUKAUMI Naoki2012-12-231-59/+33
* Legacy touchscreen: Fix B key issueTomasz Zajac2012-12-231-1/+1
* Process the BTN_MOUSE eventArne Coucheron2012-12-232-0/+11
* Allow compatibility with 'old' Touchscreens (Linux < 3.1)Tanguy Pruvot2012-12-232-3/+64
* Eliminate potential reentrance from unregisterInputChannel.Jeff Brown2012-10-312-6/+16
* Recover from bad input event timestamps from the kernel.Jeff Brown2012-10-052-2/+37
* New internal API to eliminate poke locks.Jeff Brown2012-10-012-0/+12
* Bundle correlated switch changes atomically.Jeff Brown2012-09-278-19/+46
* Make input system aware of multiple displays.Jeff Brown2012-09-108-133/+301
* Make display manager tell input system about viewports.Jeff Brown2012-09-085-94/+124
* Remove unused "layer" argument from show().Jeff Brown2012-08-271-1/+1
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+2
* Use new surface flinger API.Jeff Brown2012-08-271-1/+1
* Move and rename user activity event type constants.Jeff Brown2012-07-271-3/+3
* Improve handling of size and orientation.Jeff Brown2012-06-252-8/+15
* Capture input dispatcher's last ANR state in bug report.Jeff Brown2012-06-172-12/+40
* Improve ANR diagnostics.Jeff Brown2012-06-112-45/+133
* Don't ANR on hover, scroll or if a window goes away.Jeff Brown2012-05-241-15/+24
* Merge "Revert "services: input events: enable debugging in EventHub (touch sc...JP Abgrall2012-05-161-16/+7
|\
| * Revert "services: input events: enable debugging in EventHub (touch screen is...JP Abgrall2012-05-161-16/+7
* | Minor refactoring before starting on velocity tracker changes.Jeff Brown2012-05-112-0/+3
* | Merge "Fix bugs in fallback key handling." into jb-devJeff Brown2012-05-092-8/+35
|\ \
| * | Fix bugs in fallback key handling.Jeff Brown2012-05-092-8/+35
* | | Merge "services: input events: enable debugging in EventHub (touch screen iss...JP Abgrall2012-05-091-7/+16
|\ \ \ | |/ / |/| / | |/
| * services: input events: enable debugging in EventHub (touch screen issues)JP Abgrall2012-05-081-7/+16
* | Disable input dispatch until boot finished.Jeff Brown2012-05-081-1/+1
|/
* Use EVIOCSCLOCKID correctly.Jeff Brown2012-05-011-1/+2
* Improve handling of built-in keyboard.Jeff Brown2012-05-013-141/+1
* am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set i...Dianne Hackborn2012-04-241-1/+1
|\
| * Distance max set incorrectlyAndreas Sandblad2012-04-231-1/+1
| * am 5d58eb06: Merge "Fix a few memory leaks in the input dispatcher. (DO NOT ...Jeff Brown2012-01-202-6/+27
| |\
| | * Fix a few memory leaks in the input dispatcher. (DO NOT MERGE)Jeff Brown2012-01-172-6/+27
| * | Rename LOG_ASSERT to ALOG_ASSERTSteve Block2012-01-193-31/+31
| * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-194-35/+35
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-194-40/+40
| * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-193-32/+32
| * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-194-160/+160
| * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-192-13/+13
| |/
* | Get alias for Bluetooth devices.Jeff Brown2012-04-203-6/+27
* | When ANR happens, only remove ANR'd window.Jeff Brown2012-04-202-3/+16
* | Make InputDevice.SOURCE_STYLUS meaningful.Jeff Brown2012-04-192-6/+52
* | Don't load keyboard layout overlay for virtual keyboard.Jeff Brown2012-04-192-4/+8
* | Fix build.Jeff Brown2012-04-171-1/+1
* | Add Dvorak keyboard layout.Jeff Brown2012-04-172-9/+24
* | Support loading keyboard layout overlays from resources.Jeff Brown2012-04-175-0/+45
* | Add support for input devices that have vibrators.Jeff Brown2012-04-135-4/+305
* | Notify applications when input devices change.Jeff Brown2012-04-124-101/+139
* | HID usage should take precedence over scan code.Jeff Brown2012-04-121-13/+17