summaryrefslogtreecommitdiffstats
path: root/libs/utils/Looper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-1/+2
* Refactor how timeouts are calculated.Jeff Brown2011-03-171-12/+7
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-30/+182
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-37/+254
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-15/+14
* Reduce lock thrashing in native Looper.Jeff Brown2010-09-171-32/+38
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-4/+10
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-0/+368