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