summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* frame: Don't allow resizing of edges that are constrainedwip/tiling-2Jasper St. Pierre2016-04-043-9/+28
* window: Add new tiling codeJasper St. Pierre2016-04-048-55/+375
* Add "size states" which save window size informationJasper St. Pierre2016-04-045-138/+174
* window: Remove old tiling codeJasper St. Pierre2016-04-0412-530/+31
* wayland/cursor: Keep a private use count and reference to active bufferJonas Ådahl2016-03-291-1/+49
* MetaWaylandSurface: Keep an extra buffer use count for role-less surfacesJonas Ådahl2016-03-292-7/+66
* wayland: Move buffer use count to MetaWaylandSurfaceJonas Ådahl2016-03-297-99/+117
* wayland: Replace buffer destroy wl_signal with a GObject signalJonas Ådahl2016-03-294-15/+41
* common: Remove META_LAYER_FOCUSED_WINDOWJasper St. Pierre2016-03-211-2/+0
* surface-actor-x11: Unredirect ARGB32 windows with full opaque regionsJasper St. Pierre2016-03-215-3/+46
* bell: Fallback to fullscreen flash if no window was passedJonas Ådahl2016-03-211-1/+3
* wayland: Implement support for the x-rootwindow-drop targetCarlos Garnacho2016-03-111-0/+83
* wayland: Force an initial focus in meta_wayland_drag_grab_set_focus()Carlos Garnacho2016-03-111-1/+8
* wayland: Always send focus() when starting a pointer grabCarlos Garnacho2016-03-111-2/+1
* display: Fix typoFlorian Müllner2016-03-111-1/+1
* unit-tests: Fix const compiler warningFlorian Müllner2016-03-111-2/+2
* Handle meta_screen_get_monitor_for_point() returning NULLRui Matos2016-03-103-18/+5
* wayland-pointer: Drop a phony signal disconnectRui Matos2016-03-101-5/+0
* shaped-texture: Invalidate mask texture when main texture changes sizeRui Matos2016-03-101-0/+1
* wayland: Add gtk_surface.present to gtk-shellJonas Ådahl2016-03-102-0/+20
* bell: Flash whole window if the window had no frameJonas Ådahl2016-03-103-1/+53
* wayland: Add system bell support via gtk_shellJonas Ådahl2016-03-102-0/+29
* bell: Let the X11 caller deal with the X11 fallbackJonas Ådahl2016-03-103-29/+36
* wayland: Namespace gtk_shell request handlersJonas Ådahl2016-03-101-9/+9
* wayland: Don't invent our own unstable protocol semanticsJonas Ådahl2016-03-103-28/+17
* wayland: Start drags from the press positionCarlos Garnacho2016-03-091-5/+7
* wayland: Small code cleanup in meta_wayland_drag_grab_set_focus()Carlos Garnacho2016-03-091-6/+6
* MetaWaylandPointerConstraint: Maybe enable on window 'raise'Jonas Ådahl2016-03-091-0/+12
* MetaWaylandPointerConstraint: Disable if 'appears-focused' is falseJonas Ådahl2016-03-091-22/+27
* MetaWaylandPointerConstraint: Require 'appears-focused' to enableJonas Ådahl2016-03-091-2/+7
* MetaWaylandPointerConstraint: Unset is_enabled state when disablingJonas Ådahl2016-03-091-0/+1
* MetaWaylandPointerConstraint: Use own 'appears-focused' signal handlerJonas Ådahl2016-03-093-14/+61
* MetaWaylandPointerConstraint: Make per surface state a quarkJonas Ådahl2016-03-094-55/+106
* MetaWaylandPointerConstraint: Use NULL for infinite regionJonas Ådahl2016-03-091-15/+5
* MetaWaylandPointerConstraint: Fix effective region calculationJonas Ådahl2016-03-093-2/+27
* startup-notification: Ensure provided timestamp is always a 64 bit integerJonas Ådahl2016-03-071-2/+5
* tests: Ensure tests run in a nested mutterJonas Ådahl2016-03-072-4/+4
* xwayland: Fix possible cancellation of wayland data sourcesCarlos Garnacho2016-03-041-1/+7
* wayland: Emit signal on primary selection data source destructionCarlos Garnacho2016-03-041-0/+2
* wayland: Emit signal on selection data source destructionCarlos Garnacho2016-03-041-0/+2
* wayland: Don't access the cursor wl_buffer when updating the spriteJonas Ådahl2016-03-031-16/+13
* wayland: Close primary selection fd after gtk_primary_selection_source.sendCarlos Garnacho2016-03-011-0/+1
* wayland: Don't unset surface->buffer when wl_buffer destroyedJonas Ådahl2016-03-014-48/+40
* wayland: Ensure harder we're dealing with DnD offers/sourcesCarlos Garnacho2016-02-291-1/+5
* wayland: Use separate destructor for the gtk_primary_selection_offerCarlos Garnacho2016-02-291-1/+23
* wayland: Implement the (so far internal) primary selection protocolCarlos Garnacho2016-02-264-25/+368
* wayland: Add gtk-primary-selection protocolCarlos Garnacho2016-02-262-0/+228
* backends: rate-filter the emission of MetaBackend::last-device-changed signalCarlos Garnacho2016-02-261-16/+44
* tests: Test scheduling a later MetaLater from a later callback worksJonas Ådahl2016-02-261-0/+91
* MetaLater: Invoke later callbacks queued by earlier onesJonas Ådahl2016-02-261-35/+68