aboutsummaryrefslogtreecommitdiffstats
path: root/event-loop.c
Commit message (Collapse)AuthorAgeFilesLines
* Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg2010-09-141-457/+0
|
* Remove duplicate #define ARRAY_LENGTHKristian Høgsberg2010-08-161-2/+0
|
* Name libraries -client and -server for consistencyKristian Høgsberg2010-08-111-1/+1
| | | | Instead of wayland-server and wayland...
* memset epoll event structs to quiet valgrindKristian Høgsberg2010-07-291-2/+4
|
* Add x11 backend for compositorKristian Høgsberg2010-06-141-0/+1
| | | | | This still needs all the bells and whistles from the egl-kms mesa branch, but it makes it a lot easier to work on wayland.
* Add new event loop api for watching signalsRay Strode2008-12-191-0/+83
| | | | | This will provide us with a nice, safe mechanism for getting notification of VT changes.
* Put Wayland under the MIT license.Kristian Høgsberg2008-12-021-0/+22
|
* Generalize event loop a bit and pull in the timerfd stuff.Kristian Høgsberg2008-11-281-53/+237
|
* Animate overlay on/off.Kristian Høgsberg2008-11-241-1/+3
|
* Add prototypes warnings, use -fvisibility.Kristian Høgsberg2008-11-081-7/+7
|
* Add crude input device support.Kristian Høgsberg2008-11-061-0/+3
| | | | Just pointer motion and button clicks for now, broadcast to all clients.
* Recomposite screen in idle handler.Kristian Høgsberg2008-11-061-8/+38
|
* Bunch of new stuff: simple compositor, cairo+gem use in client, events.Kristian Høgsberg2008-10-071-1/+26
|
* Initial commit.Kristian Høgsberg2008-09-301-0/+107
This has the basic event loop, and a first cut of the libffi dispatcher.