summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move protocol metadata to wayland-protocol.[ch].Kristian Høgsberg2008-12-219-216/+263
* Advertise globals using a new display event.Kristian Høgsberg2008-12-213-61/+62
* 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
* Handle more control characters in terminal.Kristian Høgsberg2008-12-191-14/+14
* 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-195-69/+81
* Use the new eagle config chooser for picking the config.Kristian Høgsberg2008-12-191-56/+13
* Remove visual debug prints.Kristian Høgsberg2008-12-191-4/+0
* Cache modesetting data and just do drmModeSetCrtc on vt enter.Kristian Høgsberg2008-12-191-68/+25
* Do vt ioctl on the right fd.Kristian Høgsberg2008-12-191-2/+3
* Restore framebuffer when switching back to VTRay Strode2008-12-191-5/+98
* Add new event loop api for watching signalsRay Strode2008-12-192-0/+90
* Force pointer to stay on screen.Ray Strode2008-12-181-0/+10
* Scale background pixbuf when loading.Kristian Høgsberg2008-12-181-5/+4
* Fix rgb byte order for GdkPixbuf backgrounds.Ray Strode2008-12-181-1/+9
* Remember to handle rgb_visual case in surface_attach.Kristian Høgsberg2008-12-181-0/+2
* Add preliminary visual support.Kristian Høgsberg2008-12-187-29/+148
* Set terminal type to vt100.Kristian Høgsberg2008-12-181-0/+1
* Don't pin front buffer, kernel modesetting takes care of that now.Kristian Høgsberg2008-12-181-8/+0
* Fall back to solid color background if not image is found.Kristian Høgsberg2008-12-181-1/+5
* Redesign the compositor / server interface.Kristian Høgsberg2008-12-159-342/+286
* Use gdk-pixbuf for saving the screenshot.Kristian Høgsberg2008-12-141-119/+7
* Initialize count to 0 in wl_list_length().Kristian Høgsberg2008-12-141-0/+1
* Fix default input device path.Kristian Høgsberg2008-12-121-1/+2
* Handle per-device keyboard focus.Kristian Høgsberg2008-12-121-9/+8
* Don't close uninitialized fd, check forkpty error.Kristian Høgsberg2008-12-121-3/+6
* Make multi-pointer work.Kristian Høgsberg2008-12-123-47/+80
* Add option parsing using GOption.Kristian Høgsberg2008-12-121-5/+18
* Make sure we initialize object hash.Kristian Høgsberg2008-12-123-11/+42
* Use the screen size for sizing the background.Kristian Høgsberg2008-12-121-1/+1
* Pass -fPIC when compiling shared libraries.Kristian Høgsberg2008-12-121-0/+1
* Forgot to add egl-compositor.h.Kristian Høgsberg2008-12-121-0/+15
* Implement passive grabs on button clicks.Kristian Høgsberg2008-12-111-6/+20
* Rewrite input event delivery path.Kristian Høgsberg2008-12-116-181/+141
* Fix signature for pointer motion event.Kristian Høgsberg2008-12-101-1/+1
* Drop glx-compositor for now.Kristian Høgsberg2008-12-102-385/+1
* Install libraries plus headers and add pkg-config files.Kristian Høgsberg2008-12-105-2/+32
* Only send key events to toplevel surface.Kristian Høgsberg2008-12-102-23/+10
* Feed button events through compositor.Kristian Høgsberg2008-12-104-36/+42
* Feed motion events through compositor.Kristian Høgsberg2008-12-103-31/+55
* Drop surface iterator API, just track surfaces in the compositor.Kristian Høgsberg2008-12-104-85/+40
* Pass button clicks through to compositor.Kristian Høgsberg2008-12-103-0/+50
* Use bilinear filtering.Kristian Høgsberg2008-12-091-9/+9
* Handle interrupted system calls in connection code.Kristian Høgsberg2008-12-091-2/+6
* Implement a bunch of escape codes.Kristian Høgsberg2008-12-081-48/+120
* Fix wl_method for screenshooter.Kristian Høgsberg2008-12-081-1/+1