summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-16a DONT_NEED_X preprocessor guard to keep things testabledbus-attemptRay Strode1-0/+6
2009-01-05Generate a random socket address and export on busRay Strode3-4/+68
2009-01-05Add a mechanism for exporting methods to the busRay Strode3-1/+648
2009-01-05filter whitespace cleanupRay Strode1-3/+2
2009-01-05Whitespace fixupRay Strode1-1/+1
2008-12-22Try to take name on bus and bail if unableRay Strode7-4/+64
2008-12-22Install system compositor into sbindirRay Strode1-2/+2
2008-12-22Exit if unable to get a connection on the busRay Strode1-0/+4
2008-12-22Whitespace fix up in dbus.cRay Strode1-1/+1
2008-12-22Create dbus object from main()Ray Strode1-3/+7
2008-12-22Create loop in a main() and pass to ec constructorRay Strode3-13/+8
2008-12-22Don't pass ec to dbus init functionRay Strode3-3/+3
2008-12-22Add license blurbRay Strode1-0/+19
2008-12-20Send SIGTERM when disconnected from busRay Strode1-1/+7
2008-12-20Rework dbus event loop integrationRay Strode1-18/+178
2008-12-20Track hang ups in event loopRay Strode2-1/+4
2008-12-20start of dbusKristian Høgsberg5-1/+85
2008-12-20Update start script to work new compositor nameRay Strode1-1/+1
2008-12-20Drop stty hack in lame run.sh nowRay Strode1-3/+0
2008-12-20Update lame run.sh to work with vt changesRay Strode1-1/+3
2008-12-20Add lame tester scriptRay Strode1-0/+23
2008-12-20Revert "Don't pin front buffer, kernel modesetting takes care of that now."Ray Strode1-0/+8
2008-12-20Use /dev/input not /dev/input/by-path for inputRay Strode1-1/+1
2008-12-20Only forward events to compositor if on active VTRay Strode1-0/+17
2008-12-19Handle more control characters in terminal.Kristian Høgsberg1-14/+14
2008-12-19Ignore tty inputRay Strode1-3/+75
2008-12-19Drop the silly overlay hack.Kristian Høgsberg1-162/+4
2008-12-19Rename egl-compositor to wayland-system-compositor.Kristian Høgsberg5-69/+81
2008-12-19Use the new eagle config chooser for picking the config.Kristian Høgsberg1-56/+13
2008-12-19Remove visual debug prints.Kristian Høgsberg1-4/+0
2008-12-19Cache modesetting data and just do drmModeSetCrtc on vt enter.Kristian Høgsberg1-68/+25
2008-12-19Do vt ioctl on the right fd.Kristian Høgsberg1-2/+3
2008-12-19Restore framebuffer when switching back to VTvt-restoreRay Strode1-5/+98
2008-12-19Add new event loop api for watching signalsRay Strode2-0/+90
2008-12-18Force pointer to stay on screen.Ray Strode1-0/+10
2008-12-18Scale background pixbuf when loading.Kristian Høgsberg1-5/+4
2008-12-18Fix rgb byte order for GdkPixbuf backgrounds.Ray Strode1-1/+9
2008-12-18Remember to handle rgb_visual case in surface_attach.Kristian Høgsberg1-0/+2
2008-12-18Add preliminary visual support.Kristian Høgsberg7-29/+148
2008-12-18Set terminal type to vt100.Kristian Høgsberg1-0/+1
2008-12-18Don't pin front buffer, kernel modesetting takes care of that now.Kristian Høgsberg1-8/+0
2008-12-18Fall back to solid color background if not image is found.Kristian Høgsberg1-1/+5
2008-12-15Redesign the compositor / server interface.Kristian Høgsberg9-342/+286
2008-12-14Use gdk-pixbuf for saving the screenshot.Kristian Høgsberg1-119/+7
2008-12-14Initialize count to 0 in wl_list_length().Kristian Høgsberg1-0/+1
2008-12-12Fix default input device path.Kristian Høgsberg1-1/+2
2008-12-12Handle per-device keyboard focus.Kristian Høgsberg1-9/+8
2008-12-12Don't close uninitialized fd, check forkpty error.Kristian Høgsberg1-3/+6
2008-12-12Make multi-pointer work.Kristian Høgsberg3-47/+80
2008-12-12Add option parsing using GOption.Kristian Høgsberg1-5/+18