17 Commits (32692d2f48693ed61957f3252307ca26cdf50a18)

Author SHA1 Message Date
Kristian Høgsberg e68d24c559 Initialize output position properly. 16 years ago
Kristian Høgsberg aa68fe346a Update to track udev API change in eagle. 16 years ago
Kristian Høgsberg 81ce09a6c4 Split out per-output state, use libudev for enumerating hardware. 16 years ago
Kristian Høgsberg 890bc05763 Use libudev for enumerating input devices. 16 years ago
Kristian Høgsberg e787bc60e5 Use a more generic glob for input devices. 16 years ago
Kristian Høgsberg b3131d9268 Add client side demarshalling for events. 16 years ago
Kristian Høgsberg 12ea62e211 Add a proxy for the server side output object. 16 years ago
Kristian Høgsberg ee02ca6fa4 Add hook to allow globals to send cold-plug events to new clients. 16 years ago
Kristian Høgsberg fb6d68ddbe Represent event and method metadata with struct wl_message. 16 years ago
Kristian Høgsberg fe831a7494 Move protocol metadata to wayland-protocol.[ch]. 16 years ago
Kristian Høgsberg 0ab262421a Consolidate tty setup and fix a few spacing issues. 16 years ago
Kristian Høgsberg e3ef3e59f8 Oops, fix compilation. 16 years ago
Kristian Høgsberg 7e972a5b18 Move coordinate transformation to pick_surface(). 16 years ago
Ray Strode e96dcb8f93 Only forward events to compositor if on active VT 16 years ago
Ray Strode 966aa112e7 Ignore tty input 16 years ago
Kristian Høgsberg 2c0e56b2d5 Drop the silly overlay hack. 16 years ago
Kristian Høgsberg 82f6e8a2ef Rename egl-compositor to wayland-system-compositor. 16 years ago
Kristian Høgsberg 15d0f8b236 Use the new eagle config chooser for picking the config. 16 years ago
Kristian Høgsberg 2c875bd31e Cache modesetting data and just do drmModeSetCrtc on vt enter. 16 years ago
Kristian Høgsberg 38ccd3a23e Do vt ioctl on the right fd. 16 years ago
Ray Strode 19ad6a9db3 Restore framebuffer when switching back to VT 16 years ago
Ray Strode 90e701df08 Force pointer to stay on screen. 16 years ago
Kristian Høgsberg 2d4219e542 Scale background pixbuf when loading. 16 years ago
Ray Strode 18fd33c9bb Fix rgb byte order for GdkPixbuf backgrounds. 16 years ago
Kristian Høgsberg e10b828562 Remember to handle rgb_visual case in surface_attach. 16 years ago
Kristian Høgsberg de31d5ca6f Add preliminary visual support. 16 years ago
Kristian Høgsberg b7037a02f0 Don't pin front buffer, kernel modesetting takes care of that now. 16 years ago
Kristian Høgsberg 5b7f832eab Fall back to solid color background if not image is found. 16 years ago
Kristian Høgsberg d2412e2c2e Redesign the compositor / server interface. 16 years ago
Kristian Høgsberg 0ea4710b3d Use gdk-pixbuf for saving the screenshot. 16 years ago
Kristian Høgsberg 64949978f4 Fix default input device path. 16 years ago
Kristian Høgsberg a7700c8ff1 Handle per-device keyboard focus. 16 years ago
Kristian Høgsberg c492b482d0 Make multi-pointer work. 16 years ago
Kristian Høgsberg d6531261de Add option parsing using GOption. 16 years ago
Kristian Høgsberg 997e71eb1e Use the screen size for sizing the background. 16 years ago
Kristian Høgsberg 29573bc569 Implement passive grabs on button clicks. 16 years ago
Kristian Høgsberg 5ee1a60f1a Rewrite input event delivery path. 16 years ago
Kristian Høgsberg 7fdff04cdc Only send key events to toplevel surface. 16 years ago
Kristian Høgsberg 5a75c90d01 Feed button events through compositor. 16 years ago
Kristian Høgsberg 715a081cf4 Feed motion events through compositor. 16 years ago
Kristian Høgsberg 201a904889 Drop surface iterator API, just track surfaces in the compositor. 16 years ago
Kristian Høgsberg eac149ad06 Pass button clicks through to compositor. 16 years ago
Kristian Høgsberg 98fed0fb84 Use bilinear filtering. 16 years ago
Kristian Høgsberg 73f4e760a2 Fix wl_method for screenshooter. 16 years ago
Kristian Høgsberg 9f88b185a0 Don't forget to initialize overlay position. 16 years ago
Kristian Høgsberg dc0f355f0a Fix API to always include socket name length. 16 years ago
Kristian Høgsberg 841883b43c Fail if we can't create the compositor. 16 years ago
Kristian Høgsberg 122912c69b Make the wayland server a library used by the compositors. 16 years ago
Kristian Høgsberg ffd710e653 Put Wayland under the MIT license. 16 years ago
Kristian Høgsberg 4a29890da7 Generalize event loop a bit and pull in the timerfd stuff. 16 years ago