Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial checkin of spot presentation for touchpad gestures. | Jeff Brown | 2011-04-19 | 1 | -1/+2 |
* | Refactor how timeouts are calculated. | Jeff Brown | 2011-03-17 | 1 | -12/+7 |
* | Fade out the mouse pointer after inactivity or other events. | Jeff Brown | 2011-03-02 | 1 | -30/+182 |
* | Switch Looper back to using poll() instead of epoll(). | Jeff Brown | 2010-10-07 | 1 | -37/+254 |
* | Looper: use pthread_once for TLS key initialization. | Jeff Brown | 2010-09-21 | 1 | -15/+14 |
* | Reduce lock thrashing in native Looper. | Jeff Brown | 2010-09-17 | 1 | -32/+38 |
* | Ensure input dispatcher and native looper handles EINTR. | Jeff Brown | 2010-09-16 | 1 | -4/+10 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 1 | -0/+368 |