index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
wm
/
InputManager.java
Age
Commit message (
Expand
)
Author
2012-04-05
Refactor input system into its own service.
Jeff Brown
2012-02-07
Remove the input dispatcher throttle.
Jeff Brown
2011-11-10
increase the rate at which we dispatch events.
Chet Haase
2011-10-12
Improve screenshot chord debouncing.
Jeff Brown
2011-08-26
Add a "show touches" option for demos and presentations.
Jeff Brown
2011-08-10
Add input system to Watchdog.
Jeff Brown
2011-07-25
Report the external display size to the input reader.
Jeff Brown
2011-07-14
Refactor input dispatcher use of window/app handles.
Jeff Brown
2011-07-01
Drop obsolete touch screen hacks.
Jeff Brown
2011-06-07
resolved conflicts for merge of 8b2c0014 to master
Jeff Brown
2011-06-06
Touch pad improvements.
Jeff Brown
2011-06-03
resolved conflicts for merge of ca2b552d to master
Jeff Brown
2011-06-03
resolved conflicts for merge of 7e193916 to master
Dianne Hackborn
2011-06-02
Add a preference panel for mouse speed.
Jeff Brown
2011-05-31
Use ViewConfiguration to seed input system configuration.
Jeff Brown
2011-05-25
Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)
Jeff Brown
2011-04-19
Initial checkin of spot presentation for touchpad gestures.
Jeff Brown
2011-03-30
Add input filter mechanism for accessibility.
Jeff Brown
2011-03-03
set max_events_per_sec to 55
makarand.karvekar
2011-03-02
Get key repeat timeout and delay from ViewConfiguration.
Jeff Brown
2011-03-02
Wake screen from external HID peripherals.
Jeff Brown
2011-03-02
Fade out the mouse pointer after inactivity or other events.
Jeff Brown
2011-02-17
Start window manager refactoring.
Dianne Hackborn