| Commit message (Expand) | Author | Age | Files | Lines |
* | frame: Don't allow resizing of edges that are constrainedwip/tiling-2 | Jasper St. Pierre | 2016-04-04 | 3 | -9/+28 |
* | window: Add new tiling code | Jasper St. Pierre | 2016-04-04 | 8 | -55/+375 |
* | Add "size states" which save window size information | Jasper St. Pierre | 2016-04-04 | 5 | -138/+174 |
* | window: Remove old tiling code | Jasper St. Pierre | 2016-04-04 | 12 | -530/+31 |
* | wayland/cursor: Keep a private use count and reference to active buffer | Jonas Ådahl | 2016-03-29 | 1 | -1/+49 |
* | MetaWaylandSurface: Keep an extra buffer use count for role-less surfaces | Jonas Ådahl | 2016-03-29 | 2 | -7/+66 |
* | wayland: Move buffer use count to MetaWaylandSurface | Jonas Ådahl | 2016-03-29 | 7 | -99/+117 |
* | wayland: Replace buffer destroy wl_signal with a GObject signal | Jonas Ådahl | 2016-03-29 | 4 | -15/+41 |
* | common: Remove META_LAYER_FOCUSED_WINDOW | Jasper St. Pierre | 2016-03-21 | 1 | -2/+0 |
* | surface-actor-x11: Unredirect ARGB32 windows with full opaque regions | Jasper St. Pierre | 2016-03-21 | 5 | -3/+46 |
* | bell: Fallback to fullscreen flash if no window was passed | Jonas Ådahl | 2016-03-21 | 1 | -1/+3 |
* | wayland: Implement support for the x-rootwindow-drop target | Carlos Garnacho | 2016-03-11 | 1 | -0/+83 |
* | wayland: Force an initial focus in meta_wayland_drag_grab_set_focus() | Carlos Garnacho | 2016-03-11 | 1 | -1/+8 |
* | wayland: Always send focus() when starting a pointer grab | Carlos Garnacho | 2016-03-11 | 1 | -2/+1 |
* | display: Fix typo | Florian Müllner | 2016-03-11 | 1 | -1/+1 |
* | unit-tests: Fix const compiler warning | Florian Müllner | 2016-03-11 | 1 | -2/+2 |
* | Handle meta_screen_get_monitor_for_point() returning NULL | Rui Matos | 2016-03-10 | 3 | -18/+5 |
* | wayland-pointer: Drop a phony signal disconnect | Rui Matos | 2016-03-10 | 1 | -5/+0 |
* | shaped-texture: Invalidate mask texture when main texture changes size | Rui Matos | 2016-03-10 | 1 | -0/+1 |
* | wayland: Add gtk_surface.present to gtk-shell | Jonas Ådahl | 2016-03-10 | 2 | -0/+20 |
* | bell: Flash whole window if the window had no frame | Jonas Ådahl | 2016-03-10 | 3 | -1/+53 |
* | wayland: Add system bell support via gtk_shell | Jonas Ådahl | 2016-03-10 | 2 | -0/+29 |
* | bell: Let the X11 caller deal with the X11 fallback | Jonas Ådahl | 2016-03-10 | 3 | -29/+36 |
* | wayland: Namespace gtk_shell request handlers | Jonas Ådahl | 2016-03-10 | 1 | -9/+9 |
* | wayland: Don't invent our own unstable protocol semantics | Jonas Ådahl | 2016-03-10 | 3 | -28/+17 |
* | wayland: Start drags from the press position | Carlos Garnacho | 2016-03-09 | 1 | -5/+7 |
* | wayland: Small code cleanup in meta_wayland_drag_grab_set_focus() | Carlos Garnacho | 2016-03-09 | 1 | -6/+6 |
* | MetaWaylandPointerConstraint: Maybe enable on window 'raise' | Jonas Ådahl | 2016-03-09 | 1 | -0/+12 |
* | MetaWaylandPointerConstraint: Disable if 'appears-focused' is false | Jonas Ådahl | 2016-03-09 | 1 | -22/+27 |
* | MetaWaylandPointerConstraint: Require 'appears-focused' to enable | Jonas Ådahl | 2016-03-09 | 1 | -2/+7 |
* | MetaWaylandPointerConstraint: Unset is_enabled state when disabling | Jonas Ådahl | 2016-03-09 | 1 | -0/+1 |
* | MetaWaylandPointerConstraint: Use own 'appears-focused' signal handler | Jonas Ådahl | 2016-03-09 | 3 | -14/+61 |
* | MetaWaylandPointerConstraint: Make per surface state a quark | Jonas Ådahl | 2016-03-09 | 4 | -55/+106 |
* | MetaWaylandPointerConstraint: Use NULL for infinite region | Jonas Ådahl | 2016-03-09 | 1 | -15/+5 |
* | MetaWaylandPointerConstraint: Fix effective region calculation | Jonas Ådahl | 2016-03-09 | 3 | -2/+27 |
* | startup-notification: Ensure provided timestamp is always a 64 bit integer | Jonas Ådahl | 2016-03-07 | 1 | -2/+5 |
* | tests: Ensure tests run in a nested mutter | Jonas Ådahl | 2016-03-07 | 2 | -4/+4 |
* | xwayland: Fix possible cancellation of wayland data sources | Carlos Garnacho | 2016-03-04 | 1 | -1/+7 |
* | wayland: Emit signal on primary selection data source destruction | Carlos Garnacho | 2016-03-04 | 1 | -0/+2 |
* | wayland: Emit signal on selection data source destruction | Carlos Garnacho | 2016-03-04 | 1 | -0/+2 |
* | wayland: Don't access the cursor wl_buffer when updating the sprite | Jonas Ådahl | 2016-03-03 | 1 | -16/+13 |
* | wayland: Close primary selection fd after gtk_primary_selection_source.send | Carlos Garnacho | 2016-03-01 | 1 | -0/+1 |
* | wayland: Don't unset surface->buffer when wl_buffer destroyed | Jonas Ådahl | 2016-03-01 | 4 | -48/+40 |
* | wayland: Ensure harder we're dealing with DnD offers/sources | Carlos Garnacho | 2016-02-29 | 1 | -1/+5 |
* | wayland: Use separate destructor for the gtk_primary_selection_offer | Carlos Garnacho | 2016-02-29 | 1 | -1/+23 |
* | wayland: Implement the (so far internal) primary selection protocol | Carlos Garnacho | 2016-02-26 | 4 | -25/+368 |
* | wayland: Add gtk-primary-selection protocol | Carlos Garnacho | 2016-02-26 | 2 | -0/+228 |
* | backends: rate-filter the emission of MetaBackend::last-device-changed signal | Carlos Garnacho | 2016-02-26 | 1 | -16/+44 |
* | tests: Test scheduling a later MetaLater from a later callback works | Jonas Ådahl | 2016-02-26 | 1 | -0/+91 |
* | MetaLater: Invoke later callbacks queued by earlier ones | Jonas Ådahl | 2016-02-26 | 1 | -35/+68 |