mutter/src
Pablo Barciela 318164779c boxes: Actually check for rectangle containment
Fixes condition duplicated:

          /* If a contains b, just remove b */
          if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = other;
            }
          /* If b contains a, just remove a */
          else if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = compare;
            }

Closes https://gitlab.gnome.org/GNOME/mutter/issues/480
2019-03-12 05:03:53 +01:00
..
backends monitor: Fix indentation style on foreach functions 2019-03-12 00:15:43 +00:00
compositor shadow-factory: Update shadow of attached modals 2019-03-12 00:05:42 +00:00
core boxes: Actually check for rectangle containment 2019-03-12 05:03:53 +01:00
meta frame: Remove flashing support 2019-03-12 00:27:07 +00:00
tests monitor: Fix indentation style on calculate_supported_scales and friends 2019-03-12 00:15:42 +00:00
ui frame: Remove flashing support 2019-03-12 00:27:07 +00:00
wayland wayland: Minor refactor 2019-03-04 18:17:08 +00:00
x11 x11-display: Split out restoring of active workspace 2019-03-04 19:42:00 +00:00
libmutter.pc.in build: Fix libs and cflags in autotools .pc file 2018-11-10 16:20:46 +00:00
meson.build wayland/surface: Add support for wp_viewporter 2019-02-06 12:24:03 +00:00
meta-marshal.list renderer-native: Add hardware presentation timing 2018-11-23 11:01:30 +00:00
org.freedesktop.login1.xml
org.gnome.Mutter.DisplayConfig.xml fixed typo 2018-07-24 13:16:36 +00:00
org.gnome.Mutter.IdleMonitor.xml idle-monitor: Add ResetIdletime API, for testing purposes 2018-04-16 13:28:03 +02:00
org.gnome.Mutter.RemoteDesktop.xml remote-desktop, screen-cast: Add version number to D-Bus APIs 2018-02-23 19:33:31 +08:00
org.gnome.Mutter.ScreenCast.xml org.gnome.Mutter.ScreenCast: Document what was added in API version 2 2019-02-26 13:39:11 +00:00