summaryrefslogtreecommitdiffstats
path: root/wayland.h
Commit message (Expand)AuthorAgeFilesLines
* Add function to remove surfaces from clientKristian Høgsberg2009-09-181-0/+5
* Track objects client side using a hash too.Kristian Høgsberg2008-12-221-6/+0
* Add hook to allow globals to send cold-plug events to new clients.Kristian Høgsberg2008-12-211-1/+9
* Move protocol metadata to wayland-protocol.[ch].Kristian Høgsberg2008-12-211-43/+2
* Add new event loop api for watching signalsRay Strode2008-12-191-0/+7
* Add preliminary visual support.Kristian Høgsberg2008-12-181-1/+2
* Redesign the compositor / server interface.Kristian Høgsberg2008-12-151-39/+51
* Rewrite input event delivery path.Kristian Høgsberg2008-12-111-24/+4
* Feed button events through compositor.Kristian Høgsberg2008-12-101-4/+8
* Feed motion events through compositor.Kristian Høgsberg2008-12-101-0/+5
* Drop surface iterator API, just track surfaces in the compositor.Kristian Høgsberg2008-12-101-9/+0
* Pass button clicks through to compositor.Kristian Høgsberg2008-12-101-0/+5
* Fix API to always include socket name length.Kristian Høgsberg2008-12-071-1/+1
* Make the wayland server a library used by the compositors.Kristian Høgsberg2008-12-051-5/+5
* Use type strings for method and event signatures.Kristian Høgsberg2008-12-051-4/+3
* Put Wayland under the MIT license.Kristian Høgsberg2008-12-021-0/+22
* Add wl_client_marshal() for sending events.Kristian Høgsberg2008-11-281-0/+2
* Generalize event loop a bit and pull in the timerfd stuff.Kristian Høgsberg2008-11-281-5/+9
* Finally implement the commit/ack/frame protocol and improve repaint loop.Kristian Høgsberg2008-11-281-1/+3
* Make ack event signal that the requests have been composited.Kristian Høgsberg2008-11-261-0/+2
* Add keyboard input, move input device creation to compositor.Kristian Høgsberg2008-11-241-3/+8
* Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg2008-11-241-31/+4
* Generalize the object advertising mechanism.Kristian Høgsberg2008-11-231-0/+2
* Move pointer drawing into compositor.Kristian Høgsberg2008-11-211-0/+4
* Add prototypes warnings, use -fvisibility.Kristian Høgsberg2008-11-081-0/+22
* Implement surface copy request, use it for egl gears.Kristian Høgsberg2008-11-081-1/+0
* Add copy and damage surface requests.Kristian Høgsberg2008-11-071-3/+17
* dlopen the compositor, add a glx compositor.Kristian Høgsberg2008-11-061-3/+1
* Add crude input device support.Kristian Høgsberg2008-11-061-0/+15
* Recomposite screen in idle handler.Kristian Høgsberg2008-11-061-2/+8
* Handle multiple clients better.Kristian Høgsberg2008-11-061-1/+8
* Add surface.map request.Kristian Høgsberg2008-11-061-1/+11
* Bunch of new stuff: simple compositor, cairo+gem use in client, events.Kristian Høgsberg2008-10-071-0/+32
* Initial commit.Kristian Høgsberg2008-09-301-0/+67