mutter.git
8 years agoMerge mutter (3.22.1-2+rpi1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:34:42 +0000 (05:34 +0000)]
Merge mutter (3.22.1-2+rpi1) import into refs/heads/workingbranch

8 years agoMerge mutter (3.22.1-2) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:34:44 +0000 (05:34 +0000)]
Merge mutter (3.22.1-2) import into refs/heads/workingbranch

8 years agoMerge mutter (3.22.0-1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:34:52 +0000 (05:34 +0000)]
Merge mutter (3.22.0-1) import into refs/heads/workingbranch

9 years agoraspbian
Debian GNOME Maintainers [Fri, 21 Oct 2016 23:24:13 +0000 (23:24 +0000)]
raspbian

Gbp-Pq: Name raspbian.diff

9 years agowayland/xdg-shell: Scale positioner coordinates
Jonas Ådahl [Thu, 13 Oct 2016 05:56:00 +0000 (13:56 +0800)]
wayland/xdg-shell: Scale positioner coordinates

When the monitor is scaled (i.e. HiDPI scaling) the placement coordinates
ere still in unscaled xdg_surface window geometry coordinate space when
used to place the window. Fix this by scaling the coordinates by the
monitor scale of the parent toplevel window before using them.

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

Gbp-Pq: Name wayland-xdg-shell-Scale-positioner-coordinates.patch

9 years agowayland/xdg-shell: update popup window monitor early
Sjoerd Simons [Fri, 23 Sep 2016 21:12:56 +0000 (23:12 +0200)]
wayland/xdg-shell: update popup window monitor early

As meta_window_place_with_placement_rule will trigger a configure event
being sent ensure that the popup is placed on the correct monitor first
to ensure the right scale factor is applied.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=771841

Gbp-Pq: Name wayland-xdg-shell-update-popup-window-monitor-early.patch

9 years agowayland/xdg-popup: Force monitor of the top-level
Sjoerd Simons [Fri, 23 Sep 2016 21:09:39 +0000 (23:09 +0200)]
wayland/xdg-popup: Force monitor of the top-level

Directly set the monitor of the toplevel window for the popup to avoid
the change not being applied due to later constraints calculation.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=771841

Gbp-Pq: Name wayland-xdg-popup-Force-monitor-of-the-top-level.patch

9 years agowayland/xdg-shell: Scale configure relative popup coordinate
Jonas Ådahl [Fri, 23 Sep 2016 09:18:21 +0000 (17:18 +0800)]
wayland/xdg-shell: Scale configure relative popup coordinate

The parent local popup coordinate needs to be scaled according to the
monitor scale it is assigned.

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

Gbp-Pq: Name wayland-xdg-shell-Scale-configure-relative-popup-coo.patch

9 years agowayland/xdg-popup: Always use monitor of toplevel
Jonas Ådahl [Fri, 23 Sep 2016 09:15:56 +0000 (17:15 +0800)]
wayland/xdg-popup: Always use monitor of toplevel

Always use the monitor of the toplevel surface's window, so that the
popup menu and the parent will always have the same scale. This fixes
the dimensions sent in the xdg_popup configure event.

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

Gbp-Pq: Name wayland-xdg-popup-Always-use-monitor-of-toplevel.patch

9 years agomutter (3.22.1-2+rpi1) stretch-staging; urgency=medium
Peter Michael Green [Fri, 21 Oct 2016 23:24:13 +0000 (23:24 +0000)]
mutter (3.22.1-2+rpi1) stretch-staging; urgency=medium

  [changes brought forward from 3.14.4-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Mon, 25 May 2015 01:53:01 +0000]
  * Move libsystemd-dev from build-depends to build-conflicts and add
    libsystemd-login-dev to build-conflicts to prevent build of native backend
    which fails with non-egl clutter.
  [changes introduced in 3.21.92-1+rpi1 by Peter Michael Green]
  * Modify debian/rules to Use wayland disabling settings (as used
    by non-linux ports of debian)
  * fix clean target.
  * Move wayland related build-dependencies to build-conflicts.
  * Add --disable-xlib-egl-platform to configure flags
  * Comment out #include <cogl/winsys/cogl-winsys-egl-private.h> in
    cogl/cogl/cogl-mutter.h
  * Make further hacks to make non-egl build succeed (and probablly break egl builds in the process).
  [changes introduced in 3.22.1-2+rpi1 by Peter Michael Green]
  * Remove build-dependency on libegl1-mesa-dev

[dgit import unpatched mutter 3.22.1-2+rpi1]

9 years agoImport mutter_3.22.1-2+rpi1.debian.tar.xz
Peter Michael Green [Fri, 21 Oct 2016 23:24:13 +0000 (23:24 +0000)]
Import mutter_3.22.1-2+rpi1.debian.tar.xz

[dgit import tarball mutter 3.22.1-2+rpi1 mutter_3.22.1-2+rpi1.debian.tar.xz]

9 years agowayland/xdg-shell: Scale positioner coordinates
Jonas Ådahl [Thu, 13 Oct 2016 05:56:00 +0000 (13:56 +0800)]
wayland/xdg-shell: Scale positioner coordinates

When the monitor is scaled (i.e. HiDPI scaling) the placement coordinates
ere still in unscaled xdg_surface window geometry coordinate space when
used to place the window. Fix this by scaling the coordinates by the
monitor scale of the parent toplevel window before using them.

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

Gbp-Pq: Name wayland-xdg-shell-Scale-positioner-coordinates.patch

9 years agowayland/xdg-shell: update popup window monitor early
Sjoerd Simons [Fri, 23 Sep 2016 21:12:56 +0000 (23:12 +0200)]
wayland/xdg-shell: update popup window monitor early

As meta_window_place_with_placement_rule will trigger a configure event
being sent ensure that the popup is placed on the correct monitor first
to ensure the right scale factor is applied.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=771841

Gbp-Pq: Name wayland-xdg-shell-update-popup-window-monitor-early.patch

9 years agowayland/xdg-popup: Force monitor of the top-level
Sjoerd Simons [Fri, 23 Sep 2016 21:09:39 +0000 (23:09 +0200)]
wayland/xdg-popup: Force monitor of the top-level

Directly set the monitor of the toplevel window for the popup to avoid
the change not being applied due to later constraints calculation.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=771841

Gbp-Pq: Name wayland-xdg-popup-Force-monitor-of-the-top-level.patch

9 years agowayland/xdg-shell: Scale configure relative popup coordinate
Jonas Ådahl [Fri, 23 Sep 2016 09:18:21 +0000 (17:18 +0800)]
wayland/xdg-shell: Scale configure relative popup coordinate

The parent local popup coordinate needs to be scaled according to the
monitor scale it is assigned.

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

Gbp-Pq: Name wayland-xdg-shell-Scale-configure-relative-popup-coo.patch

9 years agowayland/xdg-popup: Always use monitor of toplevel
Jonas Ådahl [Fri, 23 Sep 2016 09:15:56 +0000 (17:15 +0800)]
wayland/xdg-popup: Always use monitor of toplevel

Always use the monitor of the toplevel surface's window, so that the
popup menu and the parent will always have the same scale. This fixes
the dimensions sent in the xdg_popup configure event.

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

Gbp-Pq: Name wayland-xdg-popup-Always-use-monitor-of-toplevel.patch

9 years agomutter (3.22.1-2) unstable; urgency=medium
Sjoerd Simons [Fri, 14 Oct 2016 20:01:14 +0000 (20:01 +0000)]
mutter (3.22.1-2) unstable; urgency=medium

  * d/p/wayland-xdg-popup-Always-use-monitor-of-toplevel.patch
    d/p/wayland-xdg-shell-Scale-configure-relative-popup-coo.patch
    d/p/wayland-xdg-popup-Force-monitor-of-the-top-level.patch
    d/p/wayland-xdg-shell-update-popup-window-monitor-early.patch
    d/p/wayland-xdg-shell-Scale-positioner-coordinates.patch:
      - Added. Fix positioning of popups on hidpi screens in
        wayland (bgo#771841)

[dgit import unpatched mutter 3.22.1-2]

9 years agoImport mutter_3.22.1-2.debian.tar.xz
Sjoerd Simons [Fri, 14 Oct 2016 20:01:14 +0000 (20:01 +0000)]
Import mutter_3.22.1-2.debian.tar.xz

[dgit import tarball mutter 3.22.1-2 mutter_3.22.1-2.debian.tar.xz]

9 years agoImport mutter_3.22.1.orig.tar.xz
Michael Biebl [Tue, 11 Oct 2016 11:55:44 +0000 (11:55 +0000)]
Import mutter_3.22.1.orig.tar.xz

[dgit import orig mutter_3.22.1.orig.tar.xz]

9 years ago_Wcast-align
Debian GNOME Maintainers [Mon, 19 Sep 2016 23:43:37 +0000 (23:43 +0000)]
_Wcast-align

===================================================================

Gbp-Pq: Name 01_Wcast-align.patch

9 years agomutter (3.22.0-1) unstable; urgency=medium
Michael Biebl [Mon, 19 Sep 2016 23:43:37 +0000 (23:43 +0000)]
mutter (3.22.0-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * debian/control.in:
    - Explicitly build-depend on libegl1-mesa-dev (Closes: #836153)

  [ Michael Biebl ]
  * New upstream release.
    - Correctly handle tablet settings lookups with no backing libwacom info.
      (Closes: #838050)
  * Use non-multiarch path (/usr/lib/mutter) for libexecdir.

[dgit import unpatched mutter 3.22.0-1]

9 years agoImport mutter_3.22.0.orig.tar.xz
Michael Biebl [Mon, 19 Sep 2016 23:43:37 +0000 (23:43 +0000)]
Import mutter_3.22.0.orig.tar.xz

[dgit import orig mutter_3.22.0.orig.tar.xz]

9 years agoImport mutter_3.22.0-1.debian.tar.xz
Michael Biebl [Mon, 19 Sep 2016 23:43:37 +0000 (23:43 +0000)]
Import mutter_3.22.0-1.debian.tar.xz

[dgit import tarball mutter 3.22.0-1 mutter_3.22.0-1.debian.tar.xz]

13 years ago_Wcast-align
Debian GNOME Maintainers [Sat, 7 Jul 2012 18:03:06 +0000 (18:03 +0000)]
_Wcast-align

===================================================================

Gbp-Pq: Name 01_Wcast-align.patch

13 years agometa_window_move_frame(): fix crash when frame is NULL
Owen W. Taylor [Tue, 1 May 2012 17:40:08 +0000 (13:40 -0400)]
meta_window_move_frame(): fix crash when frame is NULL

When meta_frame_calc_borders() was made to take a NULL frame argument,
a crash was accidentally introduced into meta_window_move_frame().

This partially reverts 8c1b2d5.

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

Gbp-Pq: Name 00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch

13 years agomutter (3.4.1-5) unstable; urgency=low
Michael Biebl [Sat, 7 Jul 2012 18:03:06 +0000 (18:03 +0000)]
mutter (3.4.1-5) unstable; urgency=low

  [ Rico Tzschichholz ]
  * debian/patches: Add upstream patch
    00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch

  [ Michael Biebl ]
  * Install missing keybindings file 50-mutter-windows.xml which is required
    to configure mutter specific keyboard shortcuts in gnome-control-center.
Closes: #680004
  * Use list-missing to list files missing from the package.

[dgit import unpatched mutter 3.4.1-5]

13 years agoImport mutter_3.4.1-5.debian.tar.gz
Michael Biebl [Sat, 7 Jul 2012 18:03:06 +0000 (18:03 +0000)]
Import mutter_3.4.1-5.debian.tar.gz

[dgit import tarball mutter 3.4.1-5 mutter_3.4.1-5.debian.tar.gz]

13 years agoImport mutter_3.4.1.orig.tar.xz
Michael Biebl [Fri, 4 May 2012 19:48:47 +0000 (19:48 +0000)]
Import mutter_3.4.1.orig.tar.xz

[dgit import orig mutter_3.4.1.orig.tar.xz]