summaryrefslogtreecommitdiffstats
path: root/services/jni/com_android_server_InputManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the input dispatcher throttle.Jeff Brown2012-02-071-10/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-0/+10
* Improve screenshot chord debouncing.Jeff Brown2011-10-121-12/+19
* Fix input channel leak.Jeff Brown2011-08-301-7/+10
* Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-0/+34
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-35/+33
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+11
* Report the external display size to the input reader.Jeff Brown2011-07-251-19/+25
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-141-39/+38
* Drop obsolete touch screen hacks.Jeff Brown2011-07-011-20/+0
* Add support for disabling pointer gestures.Jeff Brown2011-06-141-4/+33
* resolved conflicts for merge of 8b2c0014 to masterJeff Brown2011-06-071-17/+17
|\
| * Touch pad improvements.Jeff Brown2011-06-061-17/+17
* | resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-0/+39
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-0/+39
* | resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-118/+97
|\ \ | |/
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-118/+97
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-60/+68
| * Add a sprite controller. (DO NOT MERGE)Jeff Brown2011-05-251-6/+28
| * Support chorded fallback keys. (DO NOT MERGE)Jeff Brown2011-05-241-2/+6
| * Fix focused application handle. (DO NOT MERGE)Jeff Brown2011-05-241-0/+1
| * Improve VelocityTracker numerical stability. (DO NOT MERGE)Jeff Brown2011-05-231-4/+3
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-58/+68
* | Add a sprite controller.Jeff Brown2011-04-111-6/+28
* | Add input filter mechanism for accessibility.Jeff Brown2011-03-301-4/+54
* | Support chorded fallback keys.Jeff Brown2011-03-291-2/+6
* | Fix focused application handle.Jeff Brown2011-03-251-0/+1
* | Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-4/+3
* | am e6f0ae12: am efd3266b: Input improvements and bug fixes.Jeff Brown2011-03-091-5/+4
|\ \ | |/
| * Input improvements and bug fixes.Jeff Brown2011-03-091-5/+4
| * Eliminate some accidental log spam. (DO NOT MERGE)Jeff Brown2011-03-081-3/+3
* | Merge "Remove unused JNI global references."Carl Shapiro2011-03-081-35/+33
|\ \
| * | Remove unused JNI global references.Carl Shapiro2011-03-051-35/+33
| |/
* | Eliminate some accidental log spam.Jeff Brown2011-03-071-3/+3
|/
* Get key repeat timeout and delay from ViewConfiguration.Jeff Brown2011-03-021-3/+37
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-17/+52
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-8/+54
* Start window manager refactoring.Dianne Hackborn2011-02-171-12/+12
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-4/+0
* Filter virtual keys after touches.Jeff Brown2011-01-181-1/+25
* Prevent events from getting backlogged.Jeff Brown2011-01-101-411/+84
* Mouse pointer integration.Jeff Brown2011-01-041-351/+50
* Add initial support for cursor-based pointing devices.Jeff Brown2010-12-291-32/+421
* Add support for fallback keycodes.Jeff Brown2010-12-071-16/+18
* Improve support for external keyboards.Jeff Brown2010-12-021-72/+0
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-48/+65