summaryrefslogtreecommitdiffstats
path: root/wayland-system-compositor.c
Commit message (Expand)AuthorAgeFilesLines
* Include the currently pressed keys in keyboard focus event.Kristian Høgsberg2009-02-231-6/+18
* Add keyboard and pointer focus events.Kristian Høgsberg2009-02-221-4/+52
* Remove spurious unused local variable.Kristian Høgsberg2009-02-221-3/+2
* Rename pointer_surface to sprite in wlsc_surface.Kristian Høgsberg2009-02-221-5/+5
* Track drm modesetting api changes (grr).Kristian Høgsberg2009-02-151-2/+2
* Don't forget to transform coordinates for the grab surface.Kristian Høgsberg2009-02-151-5/+14
* Re-init link when removing animation.Kristian Høgsberg2009-02-101-2/+5
* Don't crash when there's no primary surface.Kristian Høgsberg2009-02-101-1/+1
* Fix surface coordinate transformation.Kristian Høgsberg2009-02-101-4/+6
* Add surface animation framework, implement fullscreen surface switcher.Kristian Høgsberg2009-02-101-71/+199
* Add a per-surface matrix.Kristian Høgsberg2009-02-091-9/+156
* Quit compositor on eject key press.Kristian Høgsberg2001-01-011-0/+5
* Switch to using a projective transformation.Kristian Høgsberg2001-01-011-3/+7
* Finish egl_* to wlsc_* rename.Kristian Høgsberg2009-01-261-70/+70
* Use glReadPixels() for the screen shooterKristian Høgsberg2009-01-261-5/+19
* Depend on udev 136 and clean up some code.Kristian Høgsberg2009-01-261-36/+17
* Initialize output position properly.Kristian Høgsberg2009-01-161-0/+2
* Update to track udev API change in eagle.Kristian Høgsberg2009-01-161-48/+1
* Split out per-output state, use libudev for enumerating hardware.Kristian Høgsberg2008-12-311-171/+284
* Use libudev for enumerating input devices.Kristian Høgsberg2008-12-301-33/+69
* Use a more generic glob for input devices.Kristian Høgsberg2008-12-301-3/+3
* Add client side demarshalling for events.Kristian Høgsberg2008-12-241-0/+2
* Add a proxy for the server side output object.Kristian Høgsberg2008-12-221-3/+3
* Add hook to allow globals to send cold-plug events to new clients.Kristian Høgsberg2008-12-211-4/+25
* Represent event and method metadata with struct wl_message.Kristian Høgsberg2008-12-211-1/+1
* Move protocol metadata to wayland-protocol.[ch].Kristian Høgsberg2008-12-211-3/+6
* Consolidate tty setup and fix a few spacing issues.Kristian Høgsberg2008-12-211-50/+31
* Oops, fix compilation.Kristian Høgsberg2008-12-211-4/+4
* Move coordinate transformation to pick_surface().Kristian Høgsberg2008-12-211-11/+8
* Only forward events to compositor if on active VTRay Strode2008-12-201-0/+17
* Ignore tty inputRay Strode2008-12-191-3/+75
* Drop the silly overlay hack.Kristian Høgsberg2008-12-191-162/+4
* Rename egl-compositor to wayland-system-compositor.Kristian Høgsberg2008-12-191-0/+1174