mutter:wip/fmuellner/fix-condition

Last commit made on 2018-03-16
Get this branch:
git clone -b wip/fmuellner/fix-condition https://git.launchpad.net/mutter

Branch merges

Branch information

Name:
wip/fmuellner/fix-condition
Repository:
lp:mutter

Recent commits

91ac449... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

keyboard: Fix condition

!= has a higher precedence than bitwise &, so we need parentheses
to check for one of the values in flags.

https://gitlab.gnome.org/GNOME/mutter/issues/74

cb40049... by Carlos Garnacho

wayland: Ignore IM/synthetic key events when updating XKB state

This state tracks hardware devices' state, thus shouldn't be triggered by
events that were emulated/forwarded by the IM. Those may include modifiers
and would result in xkb_state being doubly set, and possibly stuck.

https://gitlab.gnome.org/GNOME/mutter/issues/74

Closes: #74

481e870... by Carlos Garnacho

clutter: Give the ClutterTextInputFocus a first stab at handling key events

Actor keybindings were dispatched in an earlier return path, which means
the IM doesn't get to see certain key events. Flip the order around so the
IM has an opportunity to handle all keypresses.

https://gitlab.gnome.org/GNOME/mutter/issues/65

Closes: #65

bf5ac39... by =?utf-8?q?Emin_Tufan_=C3=87etin?= <email address hidden>

Update Turkish translation

47856d9... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

Bump version to 3.28.0

Update NEWS.

06429b1... by Mart Raudsepp <email address hidden>

Update Estonian translation

419fb81... by Carlos Garnacho

wayland: Fix wrong condition in xdg_exporter.export

Commit d714a94d9 added support for stable xdg-shell surfaces while
preserving old unstable zxdg-shell v6 ones, but committed a mistake
in checking for both in the xdg_exporter.export error condition
paths. We want to check that the surface is neither of both.

https://gitlab.gnome.org/GNOME/mutter/issues/63

Closes: #63

f1bbe5c... by Anders Jonsson

Update Swedish translation

27fef44... by Chao-Hsiung Liao

Update Chinese (Taiwan) translation

00b8ca7... by Georges Basile Stavracas Neto

Revert "window: Raise and lower tile match in tandem"

Raising and lowering windows in tandem without a proper grouping
mechanism ended up being more annoying than functional.

This reverts commit e76a0f564c1e07e32fe857d0f8e5b723c3bbe57d.