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