summaryrefslogtreecommitdiff
path: root/WindowServer/WSEventLoop.cpp
AgeCommit message (Expand)Author
2019-01-26Refactor GUI rendering model to be two-phased.Andreas Kling
2019-01-21WindowServer: Rename WSEvent subclasses WSFooEvent for consistency.Andreas Kling
2019-01-21Flesh out keyboard event support a bit more.Andreas Kling
2019-01-18Support polling with select() by using a zero timeout.Andreas Kling
2019-01-18WindowServer: Always select() in the event loop.Andreas Kling
2019-01-18Make it possible to invalidate only a portion of a window.Andreas Kling
2019-01-17WindowServer: Slap everything with locks.Andreas Kling
2019-01-17Ignore WM_Invalidate events if there is an unprocessed one in the queue.Andreas Kling
2019-01-17Only drain mouse/keyboard streams if they actually have data.Andreas Kling
2019-01-17Respect the overflow bit in PS/2 mouse data.Andreas Kling
2019-01-16Rework WindowServer to use select() in its main event loop.Andreas Kling
2019-01-16Tear out or duplicate what's unique for WindowServer from Widgets.Andreas Kling