mutter:wip/wayland-work

Last commit made on 2013-10-03
Get this branch:
git clone -b wip/wayland-work https://git.launchpad.net/mutter

Branch merges

Branch information

Name:
wip/wayland-work
Repository:
lp:mutter

Recent commits

34398b2... by Giovanni Campagna <email address hidden>

wayland: add support for pointer barriers

Use the clutter pointer constrain callback and a lot of copypasted
code from Xorg to implement reactive pointer barriers and pointer
barrier events.

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

00a73c5... by Giovanni Campagna <email address hidden>

display: shortcut get_time_roundtrip() when running as a wayland compositor

In wayland, we can make some assumptions about the behavior and
configuration of the X server (which is Xwayland), including on
the time it uses, and that way avoiding a roundtrip (potentially deadly, if
by chance the X server is also blocking on us or needs us to flush
the wayland socket buffer).
Note that we bypass get_current_time() entirely, as it is assumed
the function is called always to translated CurrentTime into a real
value.

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

20cd02f... by Giovanni Campagna <email address hidden>

wayland: use the timestamps from events

Clutter has learned to use monotonic times for the events, and
so does X (at least Xwayland, which is an implementation we know
and we can rely upon), so the values are directly comparable.

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

0cb9392... by Giovanni Campagna <email address hidden>

wayland: sync the keymap from X to wayland

When X clients change the keyboard map, the also update a property
on the root window. We can notice that and rebuild our data structures
with the new values, as well as inform the wayland clients.

This is a terrible hack, and it's not how we want to implement things
in 3.12, but it's enough to have the same keyboard layout in the
shell, in X clients and in wayland clients in 3.10, until we decide
on the fate of the keyboard g-s-d plugin.

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

57f0b1d... by Giovanni Campagna <email address hidden>

wayland: implement global and window keybindings

Synthetize XInput events from ClutterEvents in MetaWaylandKeyboard,
and pass them to the keybindings infrastructure for early handling,
so that we can activate them even if the currently focused window
is not an X11 one (or if there is no focused window, or we're
modal)

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

e2d8d88... by Giovanni Campagna <email address hidden>

[NOT FOR REVIEW] Add the ability to attach a debugger at init

348f300... by Giovanni Campagna <email address hidden>

MetaIdleMonitor: protect the monitor instance while calling destroy notify

The destroy notify for a DBus watch holds a reference to the IdleMonitor,
but the IdleMonitorWatch object doesn't (it knows all watches will
be destroyed before the monitor is, so it doesn't need one). This
means that the DBus watch reference can be the only one keeping
the IdleMonitor alive (expecially true for device idle monitors,
which are only used by g-s-d/cursor), and that means that calling
the destroy notify freezes the monitor (and the next X calls
access garbage).

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

52e2a12... by Giovanni Campagna <email address hidden>

constraints: don't apply fullscreen workarounds for CSD windows

If you maximize a CSD window on a monitor without struts, it ends
up taking the whole monitor size, but it doesn't mean that the
application wants to fullscreen.

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

58622c0... by Giovanni Campagna <email address hidden>

MetaCursorTracker: fix compilation in big endian arches

The enum name was wrong.
Patch originally by Dan HorĂ¡k <email address hidden>

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

cb5e1e2... by Giovanni Campagna <email address hidden>

Bump version to 3.10.0.1

Update NEWS