Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add crude input device support. | Kristian Høgsberg | 2008-11-06 | 1 | -2/+95 |
| | | | | Just pointer motion and button clicks for now, broadcast to all clients. | ||||
* | Track client objects and destroy them on disconnect. | Kristian Høgsberg | 2008-11-06 | 1 | -6/+34 |
| | | | | We're going to need a virtual destructor eventually... | ||||
* | Recomposite screen in idle handler. | Kristian Høgsberg | 2008-11-06 | 1 | -0/+6 |
| | |||||
* | Handle multiple clients better. | Kristian Høgsberg | 2008-11-06 | 1 | -6/+90 |
| | |||||
* | Split out connection io buffer logic. | Kristian Høgsberg | 2008-11-06 | 1 | -195/+88 |
| | |||||
* | Make in and out circular buffers actually work. | Kristian Høgsberg | 2008-11-06 | 1 | -45/+150 |
| | |||||
* | Add surface.map request. | Kristian Høgsberg | 2008-11-06 | 1 | -9/+49 |
| | |||||
* | Bunch of new stuff: simple compositor, cairo+gem use in client, events. | Kristian Høgsberg | 2008-10-07 | 1 | -94/+145 |
| | |||||
* | Initial commit. | Kristian Høgsberg | 2008-09-30 | 1 | -0/+423 |
This has the basic event loop, and a first cut of the libffi dispatcher. |