mutter:wip/login1

Last commit made on 2014-03-11
Get this branch:
git clone -b wip/login1 https://git.launchpad.net/mutter

Branch merges

Branch information

Name:
wip/login1
Repository:
lp:mutter

Recent commits

283dec7... by Jasper St. Pierre

hack to get things working for demo

have to figure out something better to put here

4fec9e4... by Jasper St. Pierre

Replace mutter-launch with logind integration

This uses David Herrmann's new logind sessions interface to retrieve
fds for input devices, rather than using a custom setuid helper to do
the management. This vastly simplifies the interface.

This requires systemd v210, at least.

https://bugzilla.gnome.org/show_bug.cgi?id=724604

68626eb... by Jasper St. Pierre

meta-weston-launch: Pause Clutter during VT switches

1436017... by Jasper St. Pierre

meta-weston-launch: Remove the "VT-switched lock"

We'll replace it by pausing the Clutter master clock.

8fdeb17... by Jasper St. Pierre

meta-weston-launch: Adapt the new evdev open callback

857561b... by Jasper St. Pierre

weston-launch: Pass the DRM device to Cogl

Open the device from weston-launch, and pass it to Cogl/Clutter.
This is a preliminary cleanup for our login1 integration.

a44cc9e... by Jasper St. Pierre

wayland: Fix build

d47b7ba... by Jasper St. Pierre

Add meta_activate_session

This will be used on startup to switch to the newly activated session.

f21312e... by Jasper St. Pierre

meta-weston-launch: Redraw and update the cursor when switching back

394af33... by Jasper St. Pierre

weston-launch: Allow activating our own VT by passing a negative value

This will be used to implement activate_session.